mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
update test (and test reference renderd png
This commit is contained in:
parent
8c89b664e5
commit
e1c5b44c48
BIN
tests/ref/numbering-braced-format.png
Normal file
BIN
tests/ref/numbering-braced-format.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -108,3 +108,11 @@
|
|||||||
--- numbering-negative ---
|
--- numbering-negative ---
|
||||||
// Error: 17-19 number must be at least zero
|
// Error: 17-19 number must be at least zero
|
||||||
#numbering("1", -1)
|
#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)
|
Loading…
x
Reference in New Issue
Block a user