diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-03-31 11:01:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 09:01:01 +0000 |
| commit | 1082181a6f789b73fbc64c4ff5bc1401ad081e76 (patch) | |
| tree | dd829e1fc93f4e4a669577b4e65888402d183802 /tests | |
| parent | e60d3021a782c5977cf7de726682e19ae89abeb3 (diff) | |
Improve french smartquotes (#5976)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/smartquote-disabled-temporarily.png | bin | 2781 -> 2782 bytes | |||
| -rw-r--r-- | tests/ref/smartquote-fr.png | bin | 2344 -> 2334 bytes | |||
| -rw-r--r-- | tests/ref/smartquote-with-embedding-chars.png | bin | 573 -> 568 bytes | |||
| -rw-r--r-- | tests/suite/text/smartquote.typ | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/smartquote-disabled-temporarily.png b/tests/ref/smartquote-disabled-temporarily.png Binary files differindex 4c565c01..f4d08c4d 100644 --- a/tests/ref/smartquote-disabled-temporarily.png +++ b/tests/ref/smartquote-disabled-temporarily.png diff --git a/tests/ref/smartquote-fr.png b/tests/ref/smartquote-fr.png Binary files differindex e2818422..6b7de7ab 100644 --- a/tests/ref/smartquote-fr.png +++ b/tests/ref/smartquote-fr.png diff --git a/tests/ref/smartquote-with-embedding-chars.png b/tests/ref/smartquote-with-embedding-chars.png Binary files differindex a5004266..e4d33fae 100644 --- a/tests/ref/smartquote-with-embedding-chars.png +++ b/tests/ref/smartquote-with-embedding-chars.png diff --git a/tests/suite/text/smartquote.typ b/tests/suite/text/smartquote.typ index 4940d11b..f2af93ce 100644 --- a/tests/suite/text/smartquote.typ +++ b/tests/suite/text/smartquote.typ @@ -99,7 +99,7 @@ He's told some books contain questionable "example text". --- smartquote-disabled-temporarily --- // Test changing properties within text. -"She suddenly started speaking french: #text(lang: "fr")['Je suis une banane.']" Roman told me. +"She suddenly started speaking french: #text(lang: "fr", region: "CH")['Je suis une banane.']" Roman told me. Some people's thought on this would be #[#set smartquote(enabled: false); "strange."] |
