summaryrefslogtreecommitdiff
path: root/tests/typ/code/closure.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-03-14 20:28:28 +0100
committerLaurenz <laurmaedje@gmail.com>2022-03-14 20:52:32 +0100
commit288a926feae1e73dff5a6b103aa920d6f7eb0f35 (patch)
tree186be7eb8260c7a30938bf14c52bbf75e9b40bff /tests/typ/code/closure.typ
parent9c7067bce3a4e683411dacc8653976b055570b39 (diff)
Knuth-Plass and MicroType
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"
---