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

25 lines
676 B
Plaintext
Raw Normal View History

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^^^^^^^
`----
x Start tag "td" seen in "table" body
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^^^^
`----
x Misplaced non-space characters inside a table
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^
`----
x End of file seen and there were open elements
2022-06-04 12:33:25 +03:00
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^
`----