Skip to content

Commit a1449fa

Browse files
test: link with title and newline
1 parent 56cd834 commit a1449fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fuzz.rs

+6
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,11 @@ fn fuzz() -> Result<(), String> {
129129
"12: mdx: handle invalid mdx without panic (GH-26)"
130130
);
131131

132+
assert_eq!(
133+
to_html("[](a (a \n))"),
134+
"<p><a href=\"a\" title=\"a \n\"></a></p>",
135+
"yy: link and title with newline (GH-79)"
136+
);
137+
132138
Ok(())
133139
}

0 commit comments

Comments
 (0)