mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
tests passing
This commit is contained in:
parent
29e1d7fd5d
commit
01d45e981b
@ -497,7 +497,6 @@ impl NumberingKind {
|
||||
],
|
||||
n,
|
||||
),
|
||||
Self::Symbol => symbolic(['*', '†', '‡', '§', '¶', '‖'], n),
|
||||
Self::Hebrew => additive(
|
||||
[
|
||||
("י׳", 10000),
|
||||
@ -655,6 +654,7 @@ impl NumberingKind {
|
||||
Self::BengaliNumber => {
|
||||
numeric(['০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯'], n)
|
||||
}
|
||||
Self::Symbol => symbolic(['*', '†', '‡', '§', '¶', '‖'], n),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user