Skip to content

Commit

Permalink
test: link in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 15, 2023
1 parent 56cd834 commit 36a7aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ fn fuzz() -> Result<(), String> {
),
Ok("<p>&lt;</p>".to_string()),
"12: mdx: handle invalid mdx without panic (GH-26)"
to_html("[:]:a\n-\na\n-"),
"<h2>-\na</h2>",
"10: handle link in heading"
);

Ok(())
Expand Down

0 comments on commit 36a7aa1

Please sign in to comment.