swc/crates/swc_html_parser/tests/recovery/element/ruby/output.stderr
2022-09-08 01:36:02 +00:00

13 lines
399 B
Plaintext

x Start tag seen without seeing a doctype first, 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>
: ^^^^^^^
`----