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