swc/crates/swc_html_parser/tests/recovery/element/nobr-1/output.stderr

19 lines
630 B
Plaintext
Raw Normal View History

x Start tag "nobr" seen but an element of the same type was already open
,-[$DIR/tests/recovery/element/nobr-1/input.html:1:1]
1 | <!doctype html><nobr><nobr><nobr>
: ^^^^^^
`----
x Start tag "nobr" seen but an element of the same type was already open
,-[$DIR/tests/recovery/element/nobr-1/input.html:1:1]
1 | <!doctype html><nobr><nobr><nobr>
: ^^^^^^
`----
x End of file seen and there were open elements
2022-06-04 12:33:25 +03:00
,-[$DIR/tests/recovery/element/nobr-1/input.html:1:1]
1 | <!doctype html><nobr><nobr><nobr>
: ^
`----