summaryrefslogtreecommitdiff
path: root/tests/typ/basic-markup.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/basic-markup.typ')
-rw-r--r--tests/typ/basic-markup.typ22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/typ/basic-markup.typ b/tests/typ/basic-markup.typ
deleted file mode 100644
index b7630e7f..00000000
--- a/tests/typ/basic-markup.typ
+++ /dev/null
@@ -1,22 +0,0 @@
-// Test text, emph and strong.
-
-Hello 🌏!
-
-_Emph_ and *strong*!
-
----
-// Test non-breaking space.
-
-The non-breaking~space does not work.
-
----
-// Test backslash.
-
-// Directly after word.
-Line\ Break
-
-// Spaces around.
-Line \ Break
-
-// Directly before word does not work.
-No \Break