swc/crates/swc_html_parser/tests/recovery/element/applet/output.stderr

19 lines
500 B
Plaintext
Raw Normal View History

2022-05-08 07:37:29 +03:00
2022-09-08 04:36:02 +03:00
x Start tag seen without seeing a doctype first, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/applet/input.html:1:1]
1 | <b><applet></b>x
: ^^^
`----
x No "b" element in scope but a "b" end tag seen
2022-05-08 07:37:29 +03:00
,-[$DIR/tests/recovery/element/applet/input.html:1:1]
1 | <b><applet></b>x
: ^^^^
`----
x End of file seen and there were open elements
,-[$DIR/tests/recovery/element/applet/input.html:1:1]
1 | <b><applet></b>x
: ^
2022-06-04 12:33:25 +03:00
`----