summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/text/raw-tabs.pngbin0 -> 3382 bytes
-rw-r--r--tests/typ/text/raw-tabs.typ11
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/text/raw-tabs.png b/tests/ref/text/raw-tabs.png
new file mode 100644
index 00000000..cac265e9
--- /dev/null
+++ b/tests/ref/text/raw-tabs.png
Binary files differ
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
+```