swc/crates/swc_xml_parser/tests/recovery/basic/span.rust-debug
2022-08-01 03:56:12 +00:00

192 lines
4.3 KiB
Plaintext

x Document
,-[$DIR/tests/recovery/basic/input.xml:1:1]
1 | ,-> <?xml version="1.0" encoding="UTF-8"?>
2 | | <note>
3 | | <to>Tove</to>
4 | | <from>Jani</from>
5 | | <heading>Reminder</pheading>
6 | | <body>Don't forget me this weekend!</body>
7 | `-> </note>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:1:1]
1 | <?xml version="1.0" encoding="UTF-8"?>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ProcessingInstruction
,-[$DIR/tests/recovery/basic/input.xml:1:1]
1 | <?xml version="1.0" encoding="UTF-8"?>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:2:1]
2 | ,-> <note>
3 | | <to>Tove</to>
4 | | <from>Jani</from>
5 | | <heading>Reminder</pheading>
6 | | <body>Don't forget me this weekend!</body>
7 | `-> </note>
`----
x Element
,-[$DIR/tests/recovery/basic/input.xml:2:1]
2 | ,-> <note>
3 | | <to>Tove</to>
4 | | <from>Jani</from>
5 | | <heading>Reminder</pheading>
6 | | <body>Don't forget me this weekend!</body>
7 | `-> </note>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:2:1]
2 | ,-> <note>
3 | `-> <to>Tove</to>
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:2:1]
2 | ,-> <note>
3 | `-> <to>Tove</to>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | <to>Tove</to>
: ^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | <to>Tove</to>
: ^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | <to>Tove</to>
: ^^^^
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | <to>Tove</to>
: ^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | ,-> <to>Tove</to>
4 | `-> <from>Jani</from>
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:3:5]
3 | ,-> <to>Tove</to>
4 | `-> <from>Jani</from>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | <from>Jani</from>
: ^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | <from>Jani</from>
: ^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | <from>Jani</from>
: ^^^^
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | <from>Jani</from>
: ^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | ,-> <from>Jani</from>
5 | `-> <heading>Reminder</pheading>
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:4:5]
4 | ,-> <from>Jani</from>
5 | `-> <heading>Reminder</pheading>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:5:5]
5 | ,-> <heading>Reminder</pheading>
6 | `-> <body>Don't forget me this weekend!</body>
7 | </note>
`----
x Element
,-[$DIR/tests/recovery/basic/input.xml:5:5]
5 | ,-> <heading>Reminder</pheading>
6 | `-> <body>Don't forget me this weekend!</body>
7 | </note>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:5:5]
5 | ,-> <heading>Reminder</pheading>
6 | `-> <body>Don't forget me this weekend!</body>
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:5:5]
5 | ,-> <heading>Reminder</pheading>
6 | `-> <body>Don't forget me this weekend!</body>
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^
7 | </note>
`----
x Text
,-[$DIR/tests/recovery/basic/input.xml:6:5]
6 | <body>Don't forget me this weekend!</body>
: ^
7 | </note>
`----