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

25 lines
676 B
Plaintext

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
,-[$DIR/tests/recovery/element/table-1/input.html:1:1]
1 | <table><td></tbody>A
: ^
`----