summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-21 00:16:07 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-21 00:26:20 +0100
commitee732468c7487c81aa6470571077988b75d36ebb (patch)
treee0361bb75b8bbc3359b711f4009e165459d66248 /tests/typ/text
parent15cd273c82a96128a63781981a4405fcd2b1e846 (diff)
Document text category
Diffstat (limited to 'tests/typ/text')
-rw-r--r--tests/typ/text/quotes.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/quotes.typ b/tests/typ/text/quotes.typ
index f229fd23..0c64867a 100644
--- a/tests/typ/text/quotes.typ
+++ b/tests/typ/text/quotes.typ
@@ -43,11 +43,11 @@ The 5\'11\" 'quick\' brown fox jumps over the \"lazy" dog\'s ear.
// Test turning smart quotes off.
He's told some books contain questionable "example text".
-#set text(smart-quotes: false)
+#set smartquote(enabled: false)
He's told some books contain questionable "example text".
---
// Test changing properties within text.
"She suddenly started speaking french: #text(lang: "fr")['Je suis une banane.']" Roman told me.
-Some people's thought on this would be #text(smart-quotes: false)["strange."]
+Some people's thought on this would be [#set smartquote(enabled: false); "strange."]