diff options
Diffstat (limited to 'tests/typ/text/quotes.typ')
| -rw-r--r-- | tests/typ/text/quotes.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/text/quotes.typ b/tests/typ/text/quotes.typ index ec8c5e6a..e8a56b4d 100644 --- a/tests/typ/text/quotes.typ +++ b/tests/typ/text/quotes.typ @@ -60,3 +60,9 @@ He's told some books contain questionable "example text". "She suddenly started speaking french: #text(lang: "fr")['Je suis une banane.']" Roman told me. Some people's thought on this would be #[#set smartquote(enabled: false); "strange."] + +--- +// Test nested double and single quotes. +"'test statement'" \ +"'test' statement" \ +"statement 'test'" |
