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

16 lines
347 B
Plaintext
Raw Normal View History

2022-04-28 20:27:39 +03:00
x Stray end tag "unknown"
,-[$DIR/tests/recovery/element/unknown/input.html:10:1]
10 | <body>
11 | </unknown>
: ^^^^^^^^^^
2022-04-28 20:27:39 +03:00
`----
x Stray end tag "test"
,-[$DIR/tests/recovery/element/unknown/input.html:12:1]
12 |
13 | <unknown>Test</test>Test</unknown>
: ^^^^^^^
14 | </body>
2022-04-28 20:27:39 +03:00
`----