summaryrefslogtreecommitdiff
path: root/tests/typ/comments.typ
diff options
context:
space:
mode:
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.
-/*