fix: correct cjk-latin-spacing test case

This commit is contained in:
hongjr03 2025-01-28 20:20:18 +08:00 committed by Hong Jiarong
parent 02b8370724
commit 956ba2233f
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -678,12 +678,11 @@ a b c --------------------
--- issue-5760-disable-cjk-latin-spacing-in-raw ---
#show raw: set text(cjk-latin-spacing: auto)
```typ
#let hi = "你好world"
```
#show raw: set text(cjk-latin-spacing: none)
#show raw: set text(cjk-latin-spacing: auto)
```typ
#let hi = "你好world"
```