diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-13 14:04:12 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-13 14:44:45 +0200 |
| commit | f9feea3f2972815165b357724a9764a7d32377dc (patch) | |
| tree | e20fc77431e501d65ad3eb615a1dc73d006d2cb8 /tests/typ | |
| parent | e77d9350140eeaef8b5f5c324eb34a402f581290 (diff) | |
Bump dependencies
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) |
