summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnton Wetzel <59712243+antonWetzel@users.noreply.github.com>2023-08-31 10:06:31 +0200
committerGitHub <noreply@github.com>2023-08-31 10:06:31 +0200
commitca1096de78fe219d58c651defcdf4bfc93f6d7e9 (patch)
treee044711d054586e9700acc215fef292b573e366e /tests
parentaea20670d8418e434bc47e673fdcb2b79c7cd039 (diff)
Replace tabs with spaces in raw elements. (#2042)
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
+```