summaryrefslogtreecommitdiff
path: root/tests/lang/typ/escape.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-20 17:53:40 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-20 23:34:33 +0100
commit05727bfc3a9cfd45a8e2028dfd0806f7a8f88015 (patch)
tree6c0b66eb2a9dff224cb39eb6ccb478656a706c04 /tests/lang/typ/escape.typ
parent927341d93ae29678095e3b874bd68bfc57d4bc05 (diff)
Reorganize tests 🔀
Diffstat (limited to 'tests/lang/typ/escape.typ')
-rw-r--r--tests/lang/typ/escape.typ30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/lang/typ/escape.typ b/tests/lang/typ/escape.typ
deleted file mode 100644
index eeac4997..00000000
--- a/tests/lang/typ/escape.typ
+++ /dev/null
@@ -1,30 +0,0 @@
-// Test escape sequences.
-
----
-// Escapable symbols.
-\\ \/ \[ \] \{ \} \# \* \_ \= \~ \` \$
-
-// No need to escape.
-( ) ; < >
-
-// Unescapable.
-\a \: \; \( \)
-
-// Escaped comments.
-\//
-\/\* \*\/
-\/* \*/ *
-
-// Unicode escape sequence.
-\u{1F3D5} == 🏕
-
-// Escaped escape sequence.
-\u{41} vs. \\u\{41\}
-
-// Unicode codepoint does not exist.
-// Error: 1-11 invalid unicode escape sequence
-\u{FFFFFF}
-
-// Unterminated.
-// Error: 6 expected closing brace
-\u{41*Bold*