update test (and test reference renderd png

This commit is contained in:
LU Jialin 2024-12-30 20:04:03 -08:00
parent 8c89b664e5
commit e1c5b44c48
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -108,3 +108,11 @@
--- numbering-negative ---
// Error: 17-19 number must be at least zero
#numbering("1", -1)
--- numbering-braced-format ---
#numbering("1", 13) \
#numbering("{1}", 13) \
#numbering("{arabic}", 13) \
#numbering("article {1}", 13) \
#numbering("article {arabic}", 13) \
#numbering("prefix {arabic} suffix", 13)