diff options
| author | +merlan #flirora <uruwi@protonmail.com> | 2024-07-14 09:48:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 13:48:40 +0000 |
| commit | 17ee3df1ba99183fc074e91dfba3e9189dae1c0c (patch) | |
| tree | f2b9f3ba7e437dc176fe4056f4689e5f8a012595 /tests/suite/model | |
| parent | a3f3a1a83330e3fe9a686fbe4c0eda9f1e9e99b2 (diff) | |
Wrap outline entry body in LRE/RLE + make smart quotes ignore directional control characters (#4491)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/model')
| -rw-r--r-- | tests/suite/model/outline.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/model/outline.typ b/tests/suite/model/outline.typ index 085e06ed..2409dbbe 100644 --- a/tests/suite/model/outline.typ +++ b/tests/suite/model/outline.typ @@ -176,3 +176,10 @@ Ok ... // Error: 2-55 heading must have a location // Hint: 2-55 try using a query or a show rule to customize the outline.entry instead #outline.entry(1, heading[Hello], [World!], none, [1]) + +--- issue-4476-rtl-title-ending-in-ltr-text --- +#set text(lang: "he") +#outline() + += הוקוס Pocus += זוהי כותרת שתורגמה על ידי מחשב |
