mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
2274 lines
60 KiB
Plaintext
2274 lines
60 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/fixture/text/entity/input.html:1:1]
|
|
1 | ,-> <!DOCTYPE html>
|
|
2 | | <html>
|
|
3 | | <body>
|
|
4 | |
|
|
5 | | <h1>HTML Entity Example</h1>
|
|
6 | |
|
|
7 | | <div>A space character: &</div>
|
|
8 | | <div>A space character: &</div>
|
|
9 | | <div>A space character: &;</div>
|
|
10 | |
|
|
11 | | <div>A space character: </div>
|
|
12 | | <div>The less-than sign: <</div>
|
|
13 | | <div>The greater-than sign: ></div>
|
|
14 | | <div>The double quote sign: "</div>
|
|
15 | | <div>The single quote sign: '</div>
|
|
16 | | <div>The cent sign: ¢</div>
|
|
17 | | <div>The pound sign: £</div>
|
|
18 | | <div>The yen sign: ¥</div>
|
|
19 | | <div>The euro sign: €</div>
|
|
20 | | <div>The copyright sign: ©</div>
|
|
21 | | <div>The registered trade mark sign: ®</div>
|
|
22 | |
|
|
23 | | <div>®</div>
|
|
24 | | <div>®</div>
|
|
25 | | <div>®;</div>
|
|
26 | | <div>reg</div>
|
|
27 | |
|
|
28 | | <div>∳</div>
|
|
29 | | <div>&®</div>
|
|
30 | |
|
|
31 | | <div>An a with a grave accent: à</div>
|
|
32 | | <div>An a with an acute accent: á</div>
|
|
33 | | <div>An a with a circumflex accent: â</div>
|
|
34 | | <div>An a with a tilde: ã</div>
|
|
35 | | <div>An o with a grave accent: ò</div>
|
|
36 | | <div>An o with an acute accent: ó</div>
|
|
37 | | <div>An o with a circumflex accent: ô</div>
|
|
38 | | <div>An o with a tilde: õ</div>
|
|
39 | |
|
|
40 | | <div>A space character: &&</div>
|
|
41 | | <div>I'm ∉ I tell you</div>
|
|
42 | | <div>I'm ¬ I tell you</div>
|
|
43 | |
|
|
44 | | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
45 | | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | | </a>
|
|
48 | |
|
|
49 | | <div>✕</div>
|
|
50 | | <div>✕</div>
|
|
51 | | <div>✕</div>
|
|
52 | |
|
|
53 | | <div>$</div>
|
|
54 | | <div>$</div>
|
|
55 | | <div>$</div>
|
|
56 | |
|
|
57 | | <div>$</div>
|
|
58 | | <div>$</div>
|
|
59 | |
|
|
60 | | <div>I'm ∉ I tell you</div>
|
|
61 | |
|
|
62 | | <div>⋹̸</div>
|
|
63 | |
|
|
64 | | <a href="test⋹̸test">test</a>
|
|
65 | | <a href="test¬inEtest">test</a>
|
|
66 | | <a href="test¬inEtest">test</a>
|
|
67 | | <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:1:1]
|
|
1 | <!DOCTYPE html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/fixture/text/entity/input.html:1:1]
|
|
1 | <!DOCTYPE html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:2:1]
|
|
2 | ,-> <html>
|
|
3 | | <body>
|
|
4 | |
|
|
5 | | <h1>HTML Entity Example</h1>
|
|
6 | |
|
|
7 | | <div>A space character: &</div>
|
|
8 | | <div>A space character: &</div>
|
|
9 | | <div>A space character: &;</div>
|
|
10 | |
|
|
11 | | <div>A space character: </div>
|
|
12 | | <div>The less-than sign: <</div>
|
|
13 | | <div>The greater-than sign: ></div>
|
|
14 | | <div>The double quote sign: "</div>
|
|
15 | | <div>The single quote sign: '</div>
|
|
16 | | <div>The cent sign: ¢</div>
|
|
17 | | <div>The pound sign: £</div>
|
|
18 | | <div>The yen sign: ¥</div>
|
|
19 | | <div>The euro sign: €</div>
|
|
20 | | <div>The copyright sign: ©</div>
|
|
21 | | <div>The registered trade mark sign: ®</div>
|
|
22 | |
|
|
23 | | <div>®</div>
|
|
24 | | <div>®</div>
|
|
25 | | <div>®;</div>
|
|
26 | | <div>reg</div>
|
|
27 | |
|
|
28 | | <div>∳</div>
|
|
29 | | <div>&®</div>
|
|
30 | |
|
|
31 | | <div>An a with a grave accent: à</div>
|
|
32 | | <div>An a with an acute accent: á</div>
|
|
33 | | <div>An a with a circumflex accent: â</div>
|
|
34 | | <div>An a with a tilde: ã</div>
|
|
35 | | <div>An o with a grave accent: ò</div>
|
|
36 | | <div>An o with an acute accent: ó</div>
|
|
37 | | <div>An o with a circumflex accent: ô</div>
|
|
38 | | <div>An o with a tilde: õ</div>
|
|
39 | |
|
|
40 | | <div>A space character: &&</div>
|
|
41 | | <div>I'm ∉ I tell you</div>
|
|
42 | | <div>I'm ¬ I tell you</div>
|
|
43 | |
|
|
44 | | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
45 | | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | | </a>
|
|
48 | |
|
|
49 | | <div>✕</div>
|
|
50 | | <div>✕</div>
|
|
51 | | <div>✕</div>
|
|
52 | |
|
|
53 | | <div>$</div>
|
|
54 | | <div>$</div>
|
|
55 | | <div>$</div>
|
|
56 | |
|
|
57 | | <div>$</div>
|
|
58 | | <div>$</div>
|
|
59 | |
|
|
60 | | <div>I'm ∉ I tell you</div>
|
|
61 | |
|
|
62 | | <div>⋹̸</div>
|
|
63 | |
|
|
64 | | <a href="test⋹̸test">test</a>
|
|
65 | | <a href="test¬inEtest">test</a>
|
|
66 | | <a href="test¬inEtest">test</a>
|
|
67 | | <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:2:1]
|
|
2 | ,-> <html>
|
|
3 | | <body>
|
|
4 | |
|
|
5 | | <h1>HTML Entity Example</h1>
|
|
6 | |
|
|
7 | | <div>A space character: &</div>
|
|
8 | | <div>A space character: &</div>
|
|
9 | | <div>A space character: &;</div>
|
|
10 | |
|
|
11 | | <div>A space character: </div>
|
|
12 | | <div>The less-than sign: <</div>
|
|
13 | | <div>The greater-than sign: ></div>
|
|
14 | | <div>The double quote sign: "</div>
|
|
15 | | <div>The single quote sign: '</div>
|
|
16 | | <div>The cent sign: ¢</div>
|
|
17 | | <div>The pound sign: £</div>
|
|
18 | | <div>The yen sign: ¥</div>
|
|
19 | | <div>The euro sign: €</div>
|
|
20 | | <div>The copyright sign: ©</div>
|
|
21 | | <div>The registered trade mark sign: ®</div>
|
|
22 | |
|
|
23 | | <div>®</div>
|
|
24 | | <div>®</div>
|
|
25 | | <div>®;</div>
|
|
26 | | <div>reg</div>
|
|
27 | |
|
|
28 | | <div>∳</div>
|
|
29 | | <div>&®</div>
|
|
30 | |
|
|
31 | | <div>An a with a grave accent: à</div>
|
|
32 | | <div>An a with an acute accent: á</div>
|
|
33 | | <div>An a with a circumflex accent: â</div>
|
|
34 | | <div>An a with a tilde: ã</div>
|
|
35 | | <div>An o with a grave accent: ò</div>
|
|
36 | | <div>An o with an acute accent: ó</div>
|
|
37 | | <div>An o with a circumflex accent: ô</div>
|
|
38 | | <div>An o with a tilde: õ</div>
|
|
39 | |
|
|
40 | | <div>A space character: &&</div>
|
|
41 | | <div>I'm ∉ I tell you</div>
|
|
42 | | <div>I'm ¬ I tell you</div>
|
|
43 | |
|
|
44 | | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
45 | | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | | </a>
|
|
48 | |
|
|
49 | | <div>✕</div>
|
|
50 | | <div>✕</div>
|
|
51 | | <div>✕</div>
|
|
52 | |
|
|
53 | | <div>$</div>
|
|
54 | | <div>$</div>
|
|
55 | | <div>$</div>
|
|
56 | |
|
|
57 | | <div>$</div>
|
|
58 | | <div>$</div>
|
|
59 | |
|
|
60 | | <div>I'm ∉ I tell you</div>
|
|
61 | |
|
|
62 | | <div>⋹̸</div>
|
|
63 | |
|
|
64 | | <a href="test⋹̸test">test</a>
|
|
65 | | <a href="test¬inEtest">test</a>
|
|
66 | | <a href="test¬inEtest">test</a>
|
|
67 | | <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Child
|
|
|
|
x Element
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:3:1]
|
|
3 | ,-> <body>
|
|
4 | |
|
|
5 | | <h1>HTML Entity Example</h1>
|
|
6 | |
|
|
7 | | <div>A space character: &</div>
|
|
8 | | <div>A space character: &</div>
|
|
9 | | <div>A space character: &;</div>
|
|
10 | |
|
|
11 | | <div>A space character: </div>
|
|
12 | | <div>The less-than sign: <</div>
|
|
13 | | <div>The greater-than sign: ></div>
|
|
14 | | <div>The double quote sign: "</div>
|
|
15 | | <div>The single quote sign: '</div>
|
|
16 | | <div>The cent sign: ¢</div>
|
|
17 | | <div>The pound sign: £</div>
|
|
18 | | <div>The yen sign: ¥</div>
|
|
19 | | <div>The euro sign: €</div>
|
|
20 | | <div>The copyright sign: ©</div>
|
|
21 | | <div>The registered trade mark sign: ®</div>
|
|
22 | |
|
|
23 | | <div>®</div>
|
|
24 | | <div>®</div>
|
|
25 | | <div>®;</div>
|
|
26 | | <div>reg</div>
|
|
27 | |
|
|
28 | | <div>∳</div>
|
|
29 | | <div>&®</div>
|
|
30 | |
|
|
31 | | <div>An a with a grave accent: à</div>
|
|
32 | | <div>An a with an acute accent: á</div>
|
|
33 | | <div>An a with a circumflex accent: â</div>
|
|
34 | | <div>An a with a tilde: ã</div>
|
|
35 | | <div>An o with a grave accent: ò</div>
|
|
36 | | <div>An o with an acute accent: ó</div>
|
|
37 | | <div>An o with a circumflex accent: ô</div>
|
|
38 | | <div>An o with a tilde: õ</div>
|
|
39 | |
|
|
40 | | <div>A space character: &&</div>
|
|
41 | | <div>I'm ∉ I tell you</div>
|
|
42 | | <div>I'm ¬ I tell you</div>
|
|
43 | |
|
|
44 | | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
45 | | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | | </a>
|
|
48 | |
|
|
49 | | <div>✕</div>
|
|
50 | | <div>✕</div>
|
|
51 | | <div>✕</div>
|
|
52 | |
|
|
53 | | <div>$</div>
|
|
54 | | <div>$</div>
|
|
55 | | <div>$</div>
|
|
56 | |
|
|
57 | | <div>$</div>
|
|
58 | | <div>$</div>
|
|
59 | |
|
|
60 | | <div>I'm ∉ I tell you</div>
|
|
61 | |
|
|
62 | | <div>⋹̸</div>
|
|
63 | |
|
|
64 | | <a href="test⋹̸test">test</a>
|
|
65 | | <a href="test¬inEtest">test</a>
|
|
66 | | <a href="test¬inEtest">test</a>
|
|
67 | | <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:3:1]
|
|
3 | ,-> <body>
|
|
4 | |
|
|
5 | | <h1>HTML Entity Example</h1>
|
|
6 | |
|
|
7 | | <div>A space character: &</div>
|
|
8 | | <div>A space character: &</div>
|
|
9 | | <div>A space character: &;</div>
|
|
10 | |
|
|
11 | | <div>A space character: </div>
|
|
12 | | <div>The less-than sign: <</div>
|
|
13 | | <div>The greater-than sign: ></div>
|
|
14 | | <div>The double quote sign: "</div>
|
|
15 | | <div>The single quote sign: '</div>
|
|
16 | | <div>The cent sign: ¢</div>
|
|
17 | | <div>The pound sign: £</div>
|
|
18 | | <div>The yen sign: ¥</div>
|
|
19 | | <div>The euro sign: €</div>
|
|
20 | | <div>The copyright sign: ©</div>
|
|
21 | | <div>The registered trade mark sign: ®</div>
|
|
22 | |
|
|
23 | | <div>®</div>
|
|
24 | | <div>®</div>
|
|
25 | | <div>®;</div>
|
|
26 | | <div>reg</div>
|
|
27 | |
|
|
28 | | <div>∳</div>
|
|
29 | | <div>&®</div>
|
|
30 | |
|
|
31 | | <div>An a with a grave accent: à</div>
|
|
32 | | <div>An a with an acute accent: á</div>
|
|
33 | | <div>An a with a circumflex accent: â</div>
|
|
34 | | <div>An a with a tilde: ã</div>
|
|
35 | | <div>An o with a grave accent: ò</div>
|
|
36 | | <div>An o with an acute accent: ó</div>
|
|
37 | | <div>An o with a circumflex accent: ô</div>
|
|
38 | | <div>An o with a tilde: õ</div>
|
|
39 | |
|
|
40 | | <div>A space character: &&</div>
|
|
41 | | <div>I'm ∉ I tell you</div>
|
|
42 | | <div>I'm ¬ I tell you</div>
|
|
43 | |
|
|
44 | | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
45 | | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | | </a>
|
|
48 | |
|
|
49 | | <div>✕</div>
|
|
50 | | <div>✕</div>
|
|
51 | | <div>✕</div>
|
|
52 | |
|
|
53 | | <div>$</div>
|
|
54 | | <div>$</div>
|
|
55 | | <div>$</div>
|
|
56 | |
|
|
57 | | <div>$</div>
|
|
58 | | <div>$</div>
|
|
59 | |
|
|
60 | | <div>I'm ∉ I tell you</div>
|
|
61 | |
|
|
62 | | <div>⋹̸</div>
|
|
63 | |
|
|
64 | | <a href="test⋹̸test">test</a>
|
|
65 | | <a href="test¬inEtest">test</a>
|
|
66 | | <a href="test¬inEtest">test</a>
|
|
67 | | <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:3:1]
|
|
3 | ,-> <body>
|
|
4 | `->
|
|
5 | <h1>HTML Entity Example</h1>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:3:1]
|
|
3 | ,-> <body>
|
|
4 | `->
|
|
5 | <h1>HTML Entity Example</h1>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | <h1>HTML Entity Example</h1>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | <h1>HTML Entity Example</h1>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | <h1>HTML Entity Example</h1>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | <h1>HTML Entity Example</h1>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | ,-> <h1>HTML Entity Example</h1>
|
|
6 | `->
|
|
7 | <div>A space character: &</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:5:1]
|
|
5 | ,-> <h1>HTML Entity Example</h1>
|
|
6 | `->
|
|
7 | <div>A space character: &</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^
|
|
8 | <div>A space character: &</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:7:1]
|
|
7 | <div>A space character: &</div>
|
|
: ^
|
|
8 | <div>A space character: &</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^
|
|
9 | <div>A space character: &;</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:8:1]
|
|
8 | <div>A space character: &</div>
|
|
: ^
|
|
9 | <div>A space character: &;</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | <div>A space character: &;</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | <div>A space character: &;</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | <div>A space character: &;</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | <div>A space character: &;</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | ,-> <div>A space character: &;</div>
|
|
10 | `->
|
|
11 | <div>A space character: </div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:9:1]
|
|
9 | ,-> <div>A space character: &;</div>
|
|
10 | `->
|
|
11 | <div>A space character: </div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^
|
|
12 | <div>The less-than sign: <</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:11:1]
|
|
11 | <div>A space character: </div>
|
|
: ^
|
|
12 | <div>The less-than sign: <</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^
|
|
13 | <div>The greater-than sign: ></div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:12:1]
|
|
12 | <div>The less-than sign: <</div>
|
|
: ^
|
|
13 | <div>The greater-than sign: ></div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^
|
|
14 | <div>The double quote sign: "</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:13:1]
|
|
13 | <div>The greater-than sign: ></div>
|
|
: ^
|
|
14 | <div>The double quote sign: "</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^
|
|
15 | <div>The single quote sign: '</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:14:1]
|
|
14 | <div>The double quote sign: "</div>
|
|
: ^
|
|
15 | <div>The single quote sign: '</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^
|
|
16 | <div>The cent sign: ¢</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:15:1]
|
|
15 | <div>The single quote sign: '</div>
|
|
: ^
|
|
16 | <div>The cent sign: ¢</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^
|
|
17 | <div>The pound sign: £</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:16:1]
|
|
16 | <div>The cent sign: ¢</div>
|
|
: ^
|
|
17 | <div>The pound sign: £</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^
|
|
18 | <div>The yen sign: ¥</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:17:1]
|
|
17 | <div>The pound sign: £</div>
|
|
: ^
|
|
18 | <div>The yen sign: ¥</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^
|
|
19 | <div>The euro sign: €</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:18:1]
|
|
18 | <div>The yen sign: ¥</div>
|
|
: ^
|
|
19 | <div>The euro sign: €</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^
|
|
20 | <div>The copyright sign: ©</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:19:1]
|
|
19 | <div>The euro sign: €</div>
|
|
: ^
|
|
20 | <div>The copyright sign: ©</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:20:1]
|
|
20 | <div>The copyright sign: ©</div>
|
|
: ^
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | <div>The registered trade mark sign: ®</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | ,-> <div>The registered trade mark sign: ®</div>
|
|
22 | `->
|
|
23 | <div>®</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:21:1]
|
|
21 | ,-> <div>The registered trade mark sign: ®</div>
|
|
22 | `->
|
|
23 | <div>®</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^
|
|
24 | <div>®</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:23:1]
|
|
23 | <div>®</div>
|
|
: ^
|
|
24 | <div>®</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^
|
|
25 | <div>®;</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:24:1]
|
|
24 | <div>®</div>
|
|
: ^
|
|
25 | <div>®;</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^
|
|
26 | <div>reg</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:25:1]
|
|
25 | <div>®;</div>
|
|
: ^
|
|
26 | <div>reg</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | <div>reg</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | <div>reg</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | <div>reg</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | <div>reg</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | ,-> <div>reg</div>
|
|
27 | `->
|
|
28 | <div>∳</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:26:1]
|
|
26 | ,-> <div>reg</div>
|
|
27 | `->
|
|
28 | <div>∳</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^
|
|
29 | <div>&®</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:28:1]
|
|
28 | <div>∳</div>
|
|
: ^
|
|
29 | <div>&®</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | <div>&®</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | <div>&®</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | <div>&®</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | <div>&®</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | ,-> <div>&®</div>
|
|
30 | `->
|
|
31 | <div>An a with a grave accent: à</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:29:1]
|
|
29 | ,-> <div>&®</div>
|
|
30 | `->
|
|
31 | <div>An a with a grave accent: à</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^
|
|
32 | <div>An a with an acute accent: á</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:31:1]
|
|
31 | <div>An a with a grave accent: à</div>
|
|
: ^
|
|
32 | <div>An a with an acute accent: á</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:32:1]
|
|
32 | <div>An a with an acute accent: á</div>
|
|
: ^
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^
|
|
34 | <div>An a with a tilde: ã</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:33:1]
|
|
33 | <div>An a with a circumflex accent: â</div>
|
|
: ^
|
|
34 | <div>An a with a tilde: ã</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:34:1]
|
|
34 | <div>An a with a tilde: ã</div>
|
|
: ^
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:35:1]
|
|
35 | <div>An o with a grave accent: ò</div>
|
|
: ^
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:36:1]
|
|
36 | <div>An o with an acute accent: ó</div>
|
|
: ^
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^
|
|
38 | <div>An o with a tilde: õ</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:37:1]
|
|
37 | <div>An o with a circumflex accent: ô</div>
|
|
: ^
|
|
38 | <div>An o with a tilde: õ</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | <div>An o with a tilde: õ</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | <div>An o with a tilde: õ</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | <div>An o with a tilde: õ</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | <div>An o with a tilde: õ</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | ,-> <div>An o with a tilde: õ</div>
|
|
39 | `->
|
|
40 | <div>A space character: &&</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:38:1]
|
|
38 | ,-> <div>An o with a tilde: õ</div>
|
|
39 | `->
|
|
40 | <div>A space character: &&</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:40:1]
|
|
40 | <div>A space character: &&</div>
|
|
: ^
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:41:1]
|
|
41 | <div>I'm ∉ I tell you</div>
|
|
: ^
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | <div>I'm ¬ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | ,-> <div>I'm ¬ I tell you</div>
|
|
43 | `->
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:42:1]
|
|
42 | ,-> <div>I'm ¬ I tell you</div>
|
|
43 | `->
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^
|
|
45 | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:44:1]
|
|
44 | <a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
|
: ^
|
|
45 | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | ,-> <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | `-> </a>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | ,-> <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | | kablammo!
|
|
47 | `-> </a>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | ,-> <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | `-> kablammo!
|
|
47 | </a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:45:1]
|
|
45 | ,-> <a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
46 | `-> kablammo!
|
|
47 | </a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:47:1]
|
|
47 | ,-> </a>
|
|
48 | `->
|
|
49 | <div>✕</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:47:1]
|
|
47 | ,-> </a>
|
|
48 | `->
|
|
49 | <div>✕</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^
|
|
50 | <div>✕</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:49:1]
|
|
49 | <div>✕</div>
|
|
: ^
|
|
50 | <div>✕</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^
|
|
51 | <div>✕</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:50:1]
|
|
50 | <div>✕</div>
|
|
: ^
|
|
51 | <div>✕</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | <div>✕</div>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | <div>✕</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | <div>✕</div>
|
|
: ^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | ,-> <div>✕</div>
|
|
52 | `->
|
|
53 | <div>$</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:51:1]
|
|
51 | ,-> <div>✕</div>
|
|
52 | `->
|
|
53 | <div>$</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^
|
|
54 | <div>$</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:53:1]
|
|
53 | <div>$</div>
|
|
: ^
|
|
54 | <div>$</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^
|
|
55 | <div>$</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:54:1]
|
|
54 | <div>$</div>
|
|
: ^
|
|
55 | <div>$</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | <div>$</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | <div>$</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | ,-> <div>$</div>
|
|
56 | `->
|
|
57 | <div>$</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:55:1]
|
|
55 | ,-> <div>$</div>
|
|
56 | `->
|
|
57 | <div>$</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^
|
|
58 | <div>$</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:57:1]
|
|
57 | <div>$</div>
|
|
: ^
|
|
58 | <div>$</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | <div>$</div>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | <div>$</div>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | ,-> <div>$</div>
|
|
59 | `->
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:58:1]
|
|
58 | ,-> <div>$</div>
|
|
59 | `->
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | <div>I'm ∉ I tell you</div>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | ,-> <div>I'm ∉ I tell you</div>
|
|
61 | `->
|
|
62 | <div>⋹̸</div>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:60:1]
|
|
60 | ,-> <div>I'm ∉ I tell you</div>
|
|
61 | `->
|
|
62 | <div>⋹̸</div>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | <div>⋹̸</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | <div>⋹̸</div>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | <div>⋹̸</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | <div>⋹̸</div>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | ,-> <div>⋹̸</div>
|
|
63 | `->
|
|
64 | <a href="test⋹̸test">test</a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:62:1]
|
|
62 | ,-> <div>⋹̸</div>
|
|
63 | `->
|
|
64 | <a href="test⋹̸test">test</a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^
|
|
65 | <a href="test¬inEtest">test</a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:64:1]
|
|
64 | <a href="test⋹̸test">test</a>
|
|
: ^
|
|
65 | <a href="test¬inEtest">test</a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^
|
|
66 | <a href="test¬inEtest">test</a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:65:1]
|
|
65 | <a href="test¬inEtest">test</a>
|
|
: ^
|
|
66 | <a href="test¬inEtest">test</a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^
|
|
67 | <a href="test&">test</a>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:66:1]
|
|
66 | <a href="test¬inEtest">test</a>
|
|
: ^
|
|
67 | <a href="test&">test</a>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | <a href="test&">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | <a href="test&">test</a>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | <a href="test&">test</a>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | <a href="test&">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | <a href="test&">test</a>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | ,-> <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/text/entity/input.html:67:1]
|
|
67 | ,-> <a href="test&">test</a>
|
|
68 | |
|
|
69 | | </body>
|
|
70 | | </html>
|
|
71 | `->
|
|
`----
|