-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
Picked up in #594; see src/tests/fuzz.rs:
Lines 359 to 374 in 36b06b8
| #[test] | |
| // FIXME | |
| #[should_panic = "assertion failed: (sp.end.column - sp.start.column + 1 == x) || rem == 0"] | |
| fn relaxed_autolink_email_in_footnote() { | |
| assert_ast_match!( | |
| [ | |
| extension.autolink, | |
| extension.footnotes, | |
| parse.relaxed_autolinks | |
| ], | |
| "[^[email protected]\nA]:\n", | |
| (document (1:1-1:1234) [ | |
| // TODO: what should this be parsed as? | |
| ]), | |
| ); | |
| } |
- The assertion is raised from
Spx::consumeand is a straight-up bug. - What's the intended parse?
Metadata
Metadata
Assignees
Labels
No labels