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

61 lines
1.6 KiB
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^^^^^
`----
x Start tag "a" seen in "table"
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^
`----
x Misplaced non-space characters inside a table
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^
`----
x Start tag "p" seen in "table"
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^
`----
x Misplaced non-space characters inside a table
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^
`----
x Stray end tag "a"
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^^
`----
x End tag "a" violates nesting rules
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^^
`----
x Misplaced non-space characters inside a table
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^
`----
x Stray end tag "p"
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^^^^
`----
x End of file seen and there were open elements
,-[$DIR/tests/recovery/element/a-4/input.html:1:1]
1 | <table><a>1<p>2</a>3</p>
: ^
`----