Skip to content

Commit 36a7aa1

Browse files
test: link in heading
1 parent 56cd834 commit 36a7aa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fuzz.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ fn fuzz() -> Result<(), String> {
127127
),
128128
Ok("<p>&lt;</p>".to_string()),
129129
"12: mdx: handle invalid mdx without panic (GH-26)"
130+
to_html("[:]:a\n-\na\n-"),
131+
"<h2>-\na</h2>",
132+
"10: handle link in heading"
130133
);
131134

132135
Ok(())

0 commit comments

Comments
 (0)