|
| 1 | +1╭─ div, class="a", id="c" |
| 2 | + │ │ │ ││ │ │╰─ attrValue.value "\"c\"" |
| 3 | + │ │ │ ││ │ ╰─ attrValue "=\"c\"" |
| 4 | + │ │ │ ││ ╰─ attrName "id" |
| 5 | + │ │ │ │╰─ attrValue.value "\"a\"" |
| 6 | + │ │ │ ╰─ attrValue "=\"a\"" |
| 7 | + │ │ ╰─ attrName "class" |
| 8 | + ╰─ ╰─ tagName "div" |
| 9 | +2╭─ |
| 10 | + ╰─ ╰─ openTagEnd |
| 11 | +3╭─ div, |
| 12 | + │ ├─ closeTagEnd(div) |
| 13 | + ╰─ ╰─ tagName "div" |
| 14 | +4╭─ class="a", |
| 15 | + │ │ │╰─ attrValue.value "\"a\"" |
| 16 | + │ │ ╰─ attrValue "=\"a\"" |
| 17 | + ╰─ ╰─ attrName "class" |
| 18 | +5╭─ id="c" |
| 19 | + │ │ │╰─ attrValue.value "\"c\"" |
| 20 | + │ │ ╰─ attrValue "=\"c\"" |
| 21 | + ╰─ ╰─ attrName "id" |
| 22 | +6╭─ |
| 23 | + ╰─ ╰─ openTagEnd |
| 24 | +7╭─ div , class="a", id="c" |
| 25 | + │ │ │ ││ │ │╰─ attrValue.value "\"c\"" |
| 26 | + │ │ │ ││ │ ╰─ attrValue "=\"c\"" |
| 27 | + │ │ │ ││ ╰─ attrName "id" |
| 28 | + │ │ │ │╰─ attrValue.value "\"a\"" |
| 29 | + │ │ │ ╰─ attrValue "=\"a\"" |
| 30 | + │ │ ╰─ attrName "class" |
| 31 | + │ ├─ closeTagEnd(div) |
| 32 | + ╰─ ╰─ tagName "div" |
| 33 | +8╭─ |
| 34 | + ╰─ ╰─ openTagEnd |
| 35 | +9╭─ div , |
| 36 | + │ ├─ closeTagEnd(div) |
| 37 | + ╰─ ╰─ tagName "div" |
| 38 | +10╭─ class="a", |
| 39 | + │ │ │╰─ attrValue.value "\"a\"" |
| 40 | + │ │ ╰─ attrValue "=\"a\"" |
| 41 | + ╰─ ╰─ attrName "class" |
| 42 | +11╭─ id="c" |
| 43 | + │ │ │╰─ attrValue.value "\"c\"" |
| 44 | + │ │ ╰─ attrValue "=\"c\"" |
| 45 | + ╰─ ╰─ attrName "id" |
| 46 | +12╭─ |
| 47 | + ╰─ ╰─ openTagEnd |
| 48 | +13╭─ div |
| 49 | + │ ├─ closeTagEnd(div) |
| 50 | + ╰─ ╰─ tagName "div" |
| 51 | +14╭─ ,class="a" |
| 52 | + │ │ │╰─ attrValue.value "\"a\"" |
| 53 | + │ │ ╰─ attrValue "=\"a\"" |
| 54 | + ╰─ ╰─ attrName "class" |
| 55 | +15╭─ ,id="c" |
| 56 | + │ │ │╰─ attrValue.value "\"c\"" |
| 57 | + │ │ ╰─ attrValue "=\"c\"" |
| 58 | + ╰─ ╰─ attrName "id" |
| 59 | +16╭─ |
| 60 | + ╰─ ╰─ openTagEnd |
| 61 | +17╭─ <div, class="a", id="c"/> |
| 62 | + │ ││ │ ││ │ ││ ╰─ openTagEnd:selfClosed "/>" |
| 63 | + │ ││ │ ││ │ │╰─ attrValue.value "\"c\"" |
| 64 | + │ ││ │ ││ │ ╰─ attrValue "=\"c\"" |
| 65 | + │ ││ │ ││ ╰─ attrName "id" |
| 66 | + │ ││ │ │╰─ attrValue.value "\"a\"" |
| 67 | + │ ││ │ ╰─ attrValue "=\"a\"" |
| 68 | + │ ││ ╰─ attrName "class" |
| 69 | + │ │╰─ tagName "div" |
| 70 | + │ ├─ closeTagEnd(div) |
| 71 | + ╰─ ╰─ openTagStart |
| 72 | +18├─ |
| 73 | +19╭─ <div, |
| 74 | + │ │╰─ tagName "div" |
| 75 | + ╰─ ╰─ openTagStart |
| 76 | +20╭─ class="a", |
| 77 | + │ │ │╰─ attrValue.value "\"a\"" |
| 78 | + │ │ ╰─ attrValue "=\"a\"" |
| 79 | + ╰─ ╰─ attrName "class" |
| 80 | +21╭─ id="c"/> |
| 81 | + │ │ ││ ╰─ openTagEnd:selfClosed "/>" |
| 82 | + │ │ │╰─ attrValue.value "\"c\"" |
| 83 | + │ │ ╰─ attrValue "=\"c\"" |
| 84 | + ╰─ ╰─ attrName "id" |
| 85 | +22├─ |
| 86 | +23╭─ <div , class="a", id="c"/> |
| 87 | + │ ││ │ ││ │ ││ ╰─ openTagEnd:selfClosed "/>" |
| 88 | + │ ││ │ ││ │ │╰─ attrValue.value "\"c\"" |
| 89 | + │ ││ │ ││ │ ╰─ attrValue "=\"c\"" |
| 90 | + │ ││ │ ││ ╰─ attrName "id" |
| 91 | + │ ││ │ │╰─ attrValue.value "\"a\"" |
| 92 | + │ ││ │ ╰─ attrValue "=\"a\"" |
| 93 | + │ ││ ╰─ attrName "class" |
| 94 | + │ │╰─ tagName "div" |
| 95 | + ╰─ ╰─ openTagStart |
| 96 | +24├─ |
| 97 | +25╭─ <div , |
| 98 | + │ │╰─ tagName "div" |
| 99 | + ╰─ ╰─ openTagStart |
| 100 | +26╭─ class="a", |
| 101 | + │ │ │╰─ attrValue.value "\"a\"" |
| 102 | + │ │ ╰─ attrValue "=\"a\"" |
| 103 | + ╰─ ╰─ attrName "class" |
| 104 | +27╭─ id="c"/> |
| 105 | + │ │ ││ ╰─ openTagEnd:selfClosed "/>" |
| 106 | + │ │ │╰─ attrValue.value "\"c\"" |
| 107 | + │ │ ╰─ attrValue "=\"c\"" |
| 108 | + ╰─ ╰─ attrName "id" |
| 109 | +28├─ |
| 110 | +29╭─ <div |
| 111 | + │ │╰─ tagName "div" |
| 112 | + ╰─ ╰─ openTagStart |
| 113 | +30╭─ ,class="a" |
| 114 | + │ │ │╰─ attrValue.value "\"a\"" |
| 115 | + │ │ ╰─ attrValue "=\"a\"" |
| 116 | + ╰─ ╰─ attrName "class" |
| 117 | +31╭─ ,id="c"/> |
| 118 | + │ │ ││ ╰─ openTagEnd:selfClosed "/>" |
| 119 | + │ │ │╰─ attrValue.value "\"c\"" |
| 120 | + │ │ ╰─ attrValue "=\"c\"" |
| 121 | + ╰─ ╰─ attrName "id" |
| 122 | +32╰─ |
0 commit comments