mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Bump unicode-bidi
(#5598)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
parent
73253d4651
commit
05559a6638
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3135,9 +3135,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-bidi"
|
name = "unicode-bidi"
|
||||||
version = "0.3.17"
|
version = "0.3.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-bidi-mirroring"
|
name = "unicode-bidi-mirroring"
|
||||||
|
@ -124,7 +124,7 @@ toml = { version = "0.8", default-features = false, features = ["parse", "displa
|
|||||||
ttf-parser = "0.24.1"
|
ttf-parser = "0.24.1"
|
||||||
two-face = { version = "0.4.0", default-features = false, features = ["syntect-fancy"] }
|
two-face = { version = "0.4.0", default-features = false, features = ["syntect-fancy"] }
|
||||||
typed-arena = "2"
|
typed-arena = "2"
|
||||||
unicode-bidi = "0.3.13"
|
unicode-bidi = "0.3.18"
|
||||||
unicode-ident = "1.0"
|
unicode-ident = "1.0"
|
||||||
unicode-math-class = "0.1"
|
unicode-math-class = "0.1"
|
||||||
unicode-script = "0.5"
|
unicode-script = "0.5"
|
||||||
|
BIN
tests/ref/issue-5490-bidi-invalid-range-2.png
Normal file
BIN
tests/ref/issue-5490-bidi-invalid-range-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
tests/ref/issue-5490-bidi-invalid-range.png
Normal file
BIN
tests/ref/issue-5490-bidi-invalid-range.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -75,3 +75,19 @@ Lריווח #h(1cm) R
|
|||||||
#"\u{590}\u{591}\u{592}\u{593}"
|
#"\u{590}\u{591}\u{592}\u{593}"
|
||||||
|
|
||||||
#"\u{30000}\u{30001}\u{30002}\u{30003}"
|
#"\u{30000}\u{30001}\u{30002}\u{30003}"
|
||||||
|
|
||||||
|
--- issue-5490-bidi-invalid-range ---
|
||||||
|
#set text(lang: "he")
|
||||||
|
#set raw(lang: "python")
|
||||||
|
#set page(width: 240pt)
|
||||||
|
בדיקה האם מספר מתחלק במספר אחר. לדוגמה `if a % 2 == 0`
|
||||||
|
|
||||||
|
--- issue-5490-bidi-invalid-range-2 ---
|
||||||
|
#table(
|
||||||
|
columns: (1fr, 1fr),
|
||||||
|
lines(6),
|
||||||
|
[
|
||||||
|
#text(lang: "ar")[مجرد نص مؤقت لأغراض العرض التوضيحي. ]
|
||||||
|
#text(lang: "ar")[سلام]
|
||||||
|
],
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user