summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/text')
-rw-r--r--tests/typ/text/raw-tabs.typ11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/text/raw-tabs.typ b/tests/typ/text/raw-tabs.typ
new file mode 100644
index 00000000..d31326c0
--- /dev/null
+++ b/tests/typ/text/raw-tabs.typ
@@ -0,0 +1,11 @@
+// Test tabs in raw code.
+
+---
+#set raw(tab-size: 8)
+
+```tsv
+Year Month Day
+2000 2 3
+2001 2 1
+2002 3 10
+```