summaryrefslogtreecommitdiff
path: root/tests/typ/lint
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-13 10:39:45 +0200
committerGitHub <noreply@github.com>2024-04-13 08:39:45 +0000
commit020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch)
treec0027ad22046e2726c22298461327823d6b88d53 /tests/typ/lint
parent72dd79210602ecc799726fc096b078afbb47f299 (diff)
Better test runner (#3922)
Diffstat (limited to 'tests/typ/lint')
-rw-r--r--tests/typ/lint/markup.typ26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/typ/lint/markup.typ b/tests/typ/lint/markup.typ
deleted file mode 100644
index 319fec11..00000000
--- a/tests/typ/lint/markup.typ
+++ /dev/null
@@ -1,26 +0,0 @@
-/// Test markup lints.
-// Ref: false
-
----
-// Warning: 1-3 no text within stars
-// Hint: 1-3 using multiple consecutive stars (e.g. **) has no additional effect
-**
-
----
-// Warning: 1-3 no text within stars
-// Hint: 1-3 using multiple consecutive stars (e.g. **) has no additional effect
-// Warning: 11-13 no text within stars
-// Hint: 11-13 using multiple consecutive stars (e.g. **) has no additional effect
-**not bold**
-
----
-// Warning: 1-3 no text within underscores
-// Hint: 1-3 using multiple consecutive underscores (e.g. __) has no additional effect
-__
-
----
-// Warning: 1-3 no text within underscores
-// Hint: 1-3 using multiple consecutive underscores (e.g. __) has no additional effect
-// Warning: 13-15 no text within underscores
-// Hint: 13-15 using multiple consecutive underscores (e.g. __) has no additional effect
-__not italic__