summaryrefslogtreecommitdiff
path: root/tests/typ/comments.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
commitcfcb36b159e3f65aff8cbdac6b537b40c22507c0 (patch)
tree18e17b3cec5530b67ec596fe13b45423a867eb5f /tests/typ/comments.typ
parent272a4c228976466e9fa6cc100ad89f93dc5cc371 (diff)
Move test files into category subfolders 🚚
Diffstat (limited to 'tests/typ/comments.typ')
-rw-r--r--tests/typ/comments.typ18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/typ/comments.typ b/tests/typ/comments.typ
deleted file mode 100644
index 56906d0c..00000000
--- a/tests/typ/comments.typ
+++ /dev/null
@@ -1,18 +0,0 @@
-// Test whether line comment acts as spacing.
-A// you
-B
-
-// Test whether block comment acts as spacing.
-C/*
- /* */
-*/D
-
-// Test in expressions.
-[dump /*1*/ a: "b" //
-, 1]
-
-// Error: 1:7-1:9 unexpected end of block comment
-/* */ */
-
-// Unterminated block comment is okay.
-/*