swc/crates/swc_html_parser/tests/recovery/element/nobr-1/output.stderr
2022-06-04 09:33:25 +00:00

19 lines
630 B
Plaintext

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
,-[$DIR/tests/recovery/element/nobr-1/input.html:1:1]
1 | <!doctype html><nobr><nobr><nobr>
: ^
`----