mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 00:23:10 +03:00
96 lines
1.7 KiB
Plaintext
96 lines
1.7 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <p>Test</p>
|
|
3 | | </root>
|
|
4 | `-> <![CDATA[content]]>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <p>Test</p>
|
|
3 | `-> </root>
|
|
4 | <![CDATA[content]]>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | | <p>Test</p>
|
|
3 | `-> </root>
|
|
4 | <![CDATA[content]]>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <p>Test</p>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | ,-> <root>
|
|
2 | `-> <p>Test</p>
|
|
3 | </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^^^^^^^^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^^^^
|
|
3 | </root>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^
|
|
3 | </root>
|
|
4 | <![CDATA[content]]>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:1:1]
|
|
1 | <root>
|
|
2 | <p>Test</p>
|
|
: ^
|
|
3 | </root>
|
|
4 | <![CDATA[content]]>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/recovery/cdata-after/input.xml:3:1]
|
|
3 | </root>
|
|
4 | <![CDATA[content]]>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|