swc/crates/swc_html_parser/tests/recovery/element/ruby/output.stderr
2022-05-23 04:04:20 +00:00

13 lines
398 B
Plaintext

x Start tag seen without seeing a doctype firs, expected "<!DOCTYPE html>"
,-[$DIR/tests/recovery/element/ruby/input.html:1:1]
1 | <html><ruby>a<rb>b<span></ruby></html>
: ^^^^^^
`----
x End tag "ruby" seen, but there were open elements
,-[$DIR/tests/recovery/element/ruby/input.html:1:1]
1 | <html><ruby>a<rb>b<span></ruby></html>
: ^^^^^^^
`----