summaryrefslogtreecommitdiff
path: root/tests/typ/code/closure.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/closure.typ')
-rw-r--r--tests/typ/code/closure.typ1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typ/code/closure.typ b/tests/typ/code/closure.typ
index 6ef3cb28..a6006035 100644
--- a/tests/typ/code/closure.typ
+++ b/tests/typ/code/closure.typ
@@ -8,6 +8,7 @@
#let x = "\"hi\""
// Should output `"hi" => "bye"`.
+#set text(overhang: false)
#x => "bye"
---