diff options
| author | Anton Wetzel <59712243+antonWetzel@users.noreply.github.com> | 2023-08-31 10:06:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 10:06:31 +0200 |
| commit | ca1096de78fe219d58c651defcdf4bfc93f6d7e9 (patch) | |
| tree | e044711d054586e9700acc215fef292b573e366e /tests | |
| parent | aea20670d8418e434bc47e673fdcb2b79c7cd039 (diff) | |
Replace tabs with spaces in raw elements. (#2042)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/text/raw-tabs.png | bin | 0 -> 3382 bytes | |||
| -rw-r--r-- | tests/typ/text/raw-tabs.typ | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/text/raw-tabs.png b/tests/ref/text/raw-tabs.png Binary files differnew file mode 100644 index 00000000..cac265e9 --- /dev/null +++ b/tests/ref/text/raw-tabs.png 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 +``` |
