diff options
Diffstat (limited to 'tests/typ/markup/linebreak.typ')
| -rw-r--r-- | tests/typ/markup/linebreak.typ | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/typ/markup/linebreak.typ b/tests/typ/markup/linebreak.typ new file mode 100644 index 00000000..e6392992 --- /dev/null +++ b/tests/typ/markup/linebreak.typ @@ -0,0 +1,23 @@ +// Test forced line breaks. + +--- +// Directly after word. +Line\ Break + +// Spaces around. +Line \ Break + +// Directly before word does not work. +No \Break + +--- +// Leading line break. +\ Leading + +// Trailing before paragraph break. +Trailing 1 \ + +Trailing 2 + +// Trailing before end of document. +Trailing 3 \ |
