diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-29 14:51:54 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-29 14:51:54 +0200 |
| commit | 9c040a9d2b6aa0400df868c8a8581a9e168b9d14 (patch) | |
| tree | c9052f2dffa386a2f4343e72ae8d18e0f695b964 /tests/typ/markup/linebreak.typ | |
| parent | df7ba364743cbcadbded78df0250c0b58d70503f (diff) | |
Move around test cases 🚚
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 |
