swc/crates/swc_xml_parser/tests/fixture/comment-no-dtd/span.swc-stderr

35 lines
733 B
Plaintext
Raw Normal View History

x Document
,-[$DIR/tests/fixture/comment-no-dtd/input.xml:1:1]
1 | ,-> <!-- My Comment -->
2 | `-> <DocumentElement/>
`----
x Child
,-[$DIR/tests/fixture/comment-no-dtd/input.xml:1:1]
1 | <!-- My Comment -->
: ^^^^^^^^^^^^^^^^^^^
2 | <DocumentElement/>
`----
x Comment
,-[$DIR/tests/fixture/comment-no-dtd/input.xml:1:1]
1 | <!-- My Comment -->
: ^^^^^^^^^^^^^^^^^^^
2 | <DocumentElement/>
`----
x Child
,-[$DIR/tests/fixture/comment-no-dtd/input.xml:1:1]
1 | <!-- My Comment -->
2 | <DocumentElement/>
: ^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/comment-no-dtd/input.xml:1:1]
1 | <!-- My Comment -->
2 | <DocumentElement/>
: ^^^^^^^^^^^^^^^^^^
`----