diff options
| author | Tobias Schmitz <tobiasschmitz2001@gmail.com> | 2025-05-12 11:16:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 09:16:38 +0000 |
| commit | 22a117a091f2d5936533d361098e7483f2997568 (patch) | |
| tree | 9c4eaaae9d710681bfe1cf1869c9674c7d521fe4 /tests | |
| parent | 26c19a49c8a73b1e7f7c299b9e25e57acfcd7eac (diff) | |
Prohibit some line break opportunities between LTR-ISOLATE and OBJECT-REPLACEMENT-CHARACTER (#6251)
Co-authored-by: Max <max@mkor.je>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-5489-matrix-stray-linebreak.png | bin | 0 -> 644 bytes | |||
| -rw-r--r-- | tests/suite/layout/inline/linebreak.typ | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/issue-5489-matrix-stray-linebreak.png b/tests/ref/issue-5489-matrix-stray-linebreak.png Binary files differnew file mode 100644 index 00000000..2d278bd5 --- /dev/null +++ b/tests/ref/issue-5489-matrix-stray-linebreak.png diff --git a/tests/suite/layout/inline/linebreak.typ b/tests/suite/layout/inline/linebreak.typ index e4b04b24..86a90025 100644 --- a/tests/suite/layout/inline/linebreak.typ +++ b/tests/suite/layout/inline/linebreak.typ @@ -139,3 +139,11 @@ Some texts feature many longer words. Those are often exceedingly challenging to break in a visually pleasing way. + +--- issue-5489-matrix-stray-linebreak --- +#table( + columns: (70pt,) * 1, + align: horizon + center, + stroke: 0.6pt, + [$mat(2241/2210,-71/1105;-71/1105,147/1105)$], +) |
