Skip to content

Commit

Permalink
tests: new failing test; entities are cursed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Feb 27, 2025
1 parent d70e082 commit 4681adf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/tests/fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,16 @@ fn echaw3() {
])
);
}

#[test]
fn echaw4() {
assert_ast_match!(
[extension.autolink, parse.smart],
"-@_.e--",
(document (1:1-1:16) [
(paragraph (1:1-1:16) [
(text (1:1-1:16) "-@_.e–") // underbar & en-dash
])
])
);
}

0 comments on commit 4681adf

Please sign in to comment.