From 235d810c1b128a4f862289cb70fc31651a6f2068 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 13 Aug 2023 16:36:19 +0200 Subject: test: split up span test --- tests/span-tests/demo.html | 15 --------------- tests/span-tests/demo.out | 29 ----------------------------- 2 files changed, 44 deletions(-) delete mode 100644 tests/span-tests/demo.html delete mode 100644 tests/span-tests/demo.out (limited to 'tests/span-tests') diff --git a/tests/span-tests/demo.html b/tests/span-tests/demo.html deleted file mode 100644 index 07c305b..0000000 --- a/tests/span-tests/demo.html +++ /dev/null @@ -1,15 +0,0 @@ -this is a tag:

test

- -tags can have attributes:
- -Attribute values can be quoted: - -But you cannot put attributes everywhere: - -Please mind the gap: < test - -The pirate says &arrrrr; - -Does this open two pages? click me - -Do you start or do you end? diff --git a/tests/span-tests/demo.out b/tests/span-tests/demo.out deleted file mode 100644 index 22513f7..0000000 --- a/tests/span-tests/demo.out +++ /dev/null @@ -1,29 +0,0 @@ -note: - ┌─ test.html:1:17 - │ - 1 │ this is a tag:

test

- │ ^^ ^^ end tag - │ │ - │ start tag - · - 5 │ Attribute values can be quoted: - │ ^^^^ ^^^ ^^^^ ^^^^^^ attr value - │ │ │ │ - │ │ │ attr name - │ │ attr value - │ attr name - 6 │ - 7 │ But you cannot put attributes everywhere: - │ ^^^^ end-tag-with-attributes - 8 │ - 9 │ Please mind the gap: < test - │ ^ invalid-first-character-of-tag-name -10 │ -11 │ The pirate says &arrrrr; - │ ^ unknown-named-character-reference -12 │ -13 │ Does this open two pages? click me - │ ^^^^ duplicate-attribute -14 │ -15 │ Do you start or do you end? - │ ^ end-tag-with-trailing-solidus -- cgit v1.2.3