fixup! inline: word attributes

This commit is contained in:
Noah Hellman 2023-01-16 18:07:47 +01:00
parent 064b4b1f88
commit e6eb02ad03

View file

@ -929,6 +929,13 @@ mod test {
#[test]
fn attr() {
test_parse!(
"word{a=b}",
(Attributes, "{a=b}"),
(Enter(Span), ""),
(Str, "word"),
(Exit(Span), ""),
);
test_parse!(
"some word{.a}{.b} with attrs",
(Str, "some "),