Skip to content

Commit

Permalink
tests: add new failure (
).
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Mar 2, 2025
1 parent ec9d14f commit 6f1649e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/tests/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,24 @@ fn echaw8() {
]),
);
}

#[test]
fn echaw9() {
// fuzz/artifacts/all_options/minimized-from-8a07a44ba1f971ec39d0c14d377c78c2535c6fd5
assert_ast_match!(
[extension.autolink, extension.tasklist],
"-\t[ ]
",
(document (1:1-1:15) [
(list (1:1-1:15) [
(taskitem (1:1-1:15) [
(paragraph (1:7-1:17) [
(text (1:7-1:13) "𝔛-<")
(link (1:14-1:17) "mailto:[email protected]" [
(text (1:14-1:17) "[email protected]")
])
])
])
])
]),
);
}

0 comments on commit 6f1649e

Please sign in to comment.