diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2024-01-29 18:46:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 10:46:41 +0000 |
| commit | 269860c571fa270ac5a2a25f52f0b24fa52d7ba1 (patch) | |
| tree | cdd6d3e5cc93714a9f7f404535f357f0f6affca3 /tests/typ/meta | |
| parent | 6207b3d9b010d07f73b1819fe1d8463dee3c5adc (diff) | |
Do not parse special spaces to Space Token (#3267)
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/numbering.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/numbering.typ b/tests/typ/meta/numbering.typ index 171eca1a..9c0c9b66 100644 --- a/tests/typ/meta/numbering.typ +++ b/tests/typ/meta/numbering.typ @@ -41,7 +41,7 @@ } --- -#set text(lang: "jp", font: ("Linux Libertine", "Noto Serif CJK JP")) +#set text(lang: "ja", font: ("Linux Libertine", "Noto Serif CJK JP")) #for i in range(0, 4) { numbering("イ", i) [ (or ] |
