Fix numbering test

This commit is contained in:
Laurenz 2023-04-06 15:55:28 +02:00
parent ebb995feca
commit 75461675c4
2 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -24,6 +24,13 @@
[ for #i \ ]
}
---
#set text(lang: "he")
#for i in range(9, 21, step: 2) {
numbering("א.", i)
[ עבור #i \ ]
}
---
#set text(lang: "zh")
#for i in range(9,21, step: 2){
@ -53,13 +60,6 @@
[ for #i \ ]
}
---
#set text(lang: "he")
#for i in range(9, 21, step: 2) {
numbering("א.", i)
[ עבור #i \ ]
}
---
// Error: 17-19 number must be at least zero
#numbering("1", -1)