diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math-linebreaking-after-relation-without-space.png | bin | 439 -> 2630 bytes | |||
| -rw-r--r-- | tests/suite/math/multiline.typ | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/math-linebreaking-after-relation-without-space.png b/tests/ref/math-linebreaking-after-relation-without-space.png Binary files differindex 7c569ad1..fb141376 100644 --- a/tests/ref/math-linebreaking-after-relation-without-space.png +++ b/tests/ref/math-linebreaking-after-relation-without-space.png diff --git a/tests/suite/math/multiline.typ b/tests/suite/math/multiline.typ index 34e66b99..70838dd8 100644 --- a/tests/suite/math/multiline.typ +++ b/tests/suite/math/multiline.typ @@ -99,6 +99,9 @@ Multiple trailing line breaks. #let hrule(x) = box(line(length: x)) #hrule(90pt)$<;$\ #hrule(95pt)$<;$\ +// We don't linebreak before a closing paren, but do before an opening paren. +#hrule(90pt)$<($\ +#hrule(95pt)$<($ #hrule(90pt)$<)$\ #hrule(95pt)$<)$ |
