swc/crates/swc_html_parser/tests/fixture/attribute/basic/span.rust-debug

197 lines
5.5 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | ,-> <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
2 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
3 | | <p title=" <!-- hello world --> ">x</p>
4 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
5 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
6 | | <img
7 | | src
8 | | =
9 | | "test"
10 | `-> />
`----
x Child
x Element
x Child
x Element
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
3 | <p title=" <!-- hello world --> ">x</p>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
3 | <p title=" <!-- hello world --> ">x</p>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | <p title=" <!-- hello world --> ">x</p>
: ^
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:4:1]
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:4:1]
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:4:1]
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:4:1]
4 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^
6 | <img
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^
6 | <img
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <img
7 | | src
8 | | =
9 | | "test"
10 | `-> />
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <img
7 | | src
8 | | =
9 | | "test"
10 | `-> />
`----