diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/compute/data.typ | 2 | ||||
| -rw-r--r-- | tests/typ/meta/numbering.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compute/data.typ b/tests/typ/compute/data.typ index a8c79da1..c0a6ce50 100644 --- a/tests/typ/compute/data.typ +++ b/tests/typ/compute/data.typ @@ -98,7 +98,7 @@ #test(data.at("1"), "ok") --- -// Error: 7-24 failed to parse YAML (while parsing a flow sequence, expected ',' or ']' at line 2 column 1) +// Error: 7-24 failed to parse YAML (did not find expected ',' or ']' at line 2 column 1, while parsing a flow sequence at line 1 column 18) #yaml("/files/bad.yaml") --- diff --git a/tests/typ/meta/numbering.typ b/tests/typ/meta/numbering.typ index 9bb3c5d9..445290c5 100644 --- a/tests/typ/meta/numbering.typ +++ b/tests/typ/meta/numbering.typ @@ -33,7 +33,7 @@ --- #set text(lang: "zh", font: ("Linux Libertine", "Noto Serif CJK SC")) -#for i in range(9,21, step: 2){ +#for i in range(9, 21, step: 2){ numbering("一", i) [ and ] numbering("壹", i) |
