aboutsummaryrefslogtreecommitdiff
path: root/tests/span-tests/demo.out
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 18:32:30 +0100
committerMartin Fischer <martin@push-f.com>2021-12-05 02:52:36 +0100
commit76408590349f7f132c1dfeb9db3fb1dea964227c (patch)
tree2e88df0b737ec3225937630c758502400753f87b /tests/span-tests/demo.out
parentc29558e8d165df1d3fc1cb32079da9e40f957dc6 (diff)
spans: support attribute names
Diffstat (limited to 'tests/span-tests/demo.out')
-rw-r--r--tests/span-tests/demo.out12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/span-tests/demo.out b/tests/span-tests/demo.out
index 98d6766..2b69ce5 100644
--- a/tests/span-tests/demo.out
+++ b/tests/span-tests/demo.out
@@ -1,7 +1,11 @@
note:
- ┌─ test.html:1:17
+ ┌─ test.html:1:1
1 │ this is a tag: <h1>test</h1>
- │ ^^ ^^ end tag
- │ │
- │ start tag
+ │ ^^^^^^ ^^ ^^ end tag
+ │ │ │
+ │ │ start tag
+ │ attr value
+2 │
+3 │ tags can have attributes: <div id = foobar>
+ │ ^^ attr name