diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-06 15:33:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 14:33:30 +0000 |
| commit | cf2f789c07b64cd59f472dfd64877be44c9337d2 (patch) | |
| tree | 3adbb71a726f54448cb9c116816cecd4e2f77480 | |
| parent | a558fd232b379e527eac2d5196eb9367b7d28032 (diff) | |
Bump assets (#3560)
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/ref/bugs/3082-chinese-punctuation.png | bin | 0 -> 7673 bytes | |||
| -rw-r--r-- | tests/typ/bugs/3082-chinese-punctuation.typ | 4 |
4 files changed, 6 insertions, 2 deletions
@@ -2595,7 +2595,7 @@ dependencies = [ [[package]] name = "typst-assets" version = "0.10.0" -source = "git+https://github.com/typst/typst-assets?rev=79e1c84#79e1c84788fb23f34755b8ebb300dcd9bc4af77f" +source = "git+https://github.com/typst/typst-assets?rev=4d1211a#4d1211ab5ba8a02992a7362000e6dd422d44dd68" [[package]] name = "typst-cli" @@ -25,7 +25,7 @@ typst-render = { path = "crates/typst-render" } typst-svg = { path = "crates/typst-svg" } typst-syntax = { path = "crates/typst-syntax" } typst-timing = { path = "crates/typst-timing" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "79e1c84" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" } az = "1.2" base64 = "0.22" diff --git a/tests/ref/bugs/3082-chinese-punctuation.png b/tests/ref/bugs/3082-chinese-punctuation.png Binary files differnew file mode 100644 index 00000000..c187d495 --- /dev/null +++ b/tests/ref/bugs/3082-chinese-punctuation.png diff --git a/tests/typ/bugs/3082-chinese-punctuation.typ b/tests/typ/bugs/3082-chinese-punctuation.typ new file mode 100644 index 00000000..82cab6f6 --- /dev/null +++ b/tests/typ/bugs/3082-chinese-punctuation.typ @@ -0,0 +1,4 @@ +#set text(font: "Noto Serif CJK TC", lang: "zh") +#set page(width: 230pt) + +課有手冬,朱得過已誰卜服見以大您即乙太邊良,因且行肉因和拉幸,念姐遠米巴急(abc0),松黃貫誰。 |
