From ca1096de78fe219d58c651defcdf4bfc93f6d7e9 Mon Sep 17 00:00:00 2001 From: Anton Wetzel <59712243+antonWetzel@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:06:31 +0200 Subject: Replace tabs with spaces in raw elements. (#2042) --- tests/ref/text/raw-tabs.png | Bin 0 -> 3382 bytes tests/typ/text/raw-tabs.typ | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 tests/ref/text/raw-tabs.png create mode 100644 tests/typ/text/raw-tabs.typ (limited to 'tests') diff --git a/tests/ref/text/raw-tabs.png b/tests/ref/text/raw-tabs.png new file mode 100644 index 00000000..cac265e9 Binary files /dev/null and b/tests/ref/text/raw-tabs.png 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 +``` -- cgit v1.2.3