mirror of
https://github.com/typst/typst
synced 2025-08-11 13:47:55 +08:00
fix: correct cjk-latin-spacing test case
This commit is contained in:
parent
02b8370724
commit
956ba2233f
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -678,12 +678,11 @@ a b c --------------------
|
|||||||
|
|
||||||
--- issue-5760-disable-cjk-latin-spacing-in-raw ---
|
--- issue-5760-disable-cjk-latin-spacing-in-raw ---
|
||||||
|
|
||||||
#show raw: set text(cjk-latin-spacing: auto)
|
|
||||||
```typ
|
```typ
|
||||||
#let hi = "你好world"
|
#let hi = "你好world"
|
||||||
```
|
```
|
||||||
|
|
||||||
#show raw: set text(cjk-latin-spacing: none)
|
#show raw: set text(cjk-latin-spacing: auto)
|
||||||
```typ
|
```typ
|
||||||
#let hi = "你好world"
|
#let hi = "你好world"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user