diff options
Diffstat (limited to 'tests/typ/markup/linebreak.typ')
| -rw-r--r-- | tests/typ/markup/linebreak.typ | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/typ/markup/linebreak.typ b/tests/typ/markup/linebreak.typ deleted file mode 100644 index b1b83dcc..00000000 --- a/tests/typ/markup/linebreak.typ +++ /dev/null @@ -1,25 +0,0 @@ -// Test forced line breaks. - ---- -// Directly after word. -Line\ Break - -// Spaces around. -Line \ Break - -// Directly before word does not work. -No \Break - -\ Before - -Multiple \ \ \ - -Times - ---- -#let linebreak() = [ - // Inside the old line break definition is still active. - #circle(radius: 2pt, fill: #000) \ -] - -A \ B \ C |
