swc/crates/swc_xml_parser/tests/recovery/attribute-no-space-between/output.swc-stderr
2022-12-03 03:52:48 +00:00

9 lines
184 B
Plaintext

x Missing space between attributes
,-[$DIR/tests/recovery/attribute-no-space-between/input.xml:1:1]
1 | <root>
2 | <c a='v'b='v'/>
: ^
3 | </root>
`----