diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-21 14:34:47 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-21 16:47:06 +0100 |
| commit | c7e52f20483971a39f54c56700b31980f744a410 (patch) | |
| tree | f09d317de3524889acef88ce4b03ee8704ed63d0 /tests/typ | |
| parent | 61761604e431cbb1f0bc66671e90c20aa19f98b4 (diff) | |
Refactor paragraph layout
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/features.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/linebreaks.typ | 4 |
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 \ \ |
