summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-21 14:34:47 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-21 16:47:06 +0100
commitc7e52f20483971a39f54c56700b31980f744a410 (patch)
treef09d317de3524889acef88ce4b03ee8704ed63d0 /tests/typ
parent61761604e431cbb1f0bc66671e90c20aa19f98b4 (diff)
Refactor paragraph layout
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/text/features.typ2
-rw-r--r--tests/typ/text/linebreaks.typ4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/text/features.typ b/tests/typ/text/features.typ
index 3f61873e..3d1ad6dc 100644
--- a/tests/typ/text/features.typ
+++ b/tests/typ/text/features.typ
@@ -18,7 +18,7 @@ a vs #text(alternates: true)[a] \
---
// Test ligatures.
-fi vs. #text(ligatures: false)[No fi] \
+fi vs. #text(ligatures: false)[No fi]
---
// Test number type.
diff --git a/tests/typ/text/linebreaks.typ b/tests/typ/text/linebreaks.typ
index de99f5ed..25a8c5ab 100644
--- a/tests/typ/text/linebreaks.typ
+++ b/tests/typ/text/linebreaks.typ
@@ -24,5 +24,5 @@ Hard break directly after \ normal break.
Two consecutive \ \ breaks and three \ \ \ more.
---
-// Test trailing newline.
-Trailing break \
+// Test forcing an empty trailing line.
+Trailing break \ \