diff options
| author | k-84mo10 <115140693+k-84mo10@users.noreply.github.com> | 2023-12-26 18:38:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 10:38:46 +0100 |
| commit | e215f22965760bcc5df3204243597825e99b3fe7 (patch) | |
| tree | d8e0119dd2e594fe671e2c36788cf115754f82b6 /tests | |
| parent | 9741885aaf35aec33945b9b7b939d5f1a826fef5 (diff) | |
Fix the test image of numbering.png (#3070)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/numbering.png | bin | 48040 -> 62312 bytes | |||
| -rw-r--r-- | tests/typ/meta/numbering.typ | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/meta/numbering.png b/tests/ref/meta/numbering.png Binary files differindex 72e9be1b..fa5b520f 100644 --- a/tests/ref/meta/numbering.png +++ b/tests/ref/meta/numbering.png diff --git a/tests/typ/meta/numbering.typ b/tests/typ/meta/numbering.typ index 024c1a0f..171eca1a 100644 --- a/tests/typ/meta/numbering.typ +++ b/tests/typ/meta/numbering.typ @@ -97,7 +97,7 @@ numbering("I.ア", i, i) [ for #i \ ] } + --- // Error: 17-19 number must be at least zero -#numbering("1", -1) - +#numbering("1", -1) |
