diff options
| author | wznmickey <first@wznmickey.com> | 2024-11-17 04:04:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 09:04:07 +0000 |
| commit | cce744cf780dd730f1638e17a0e106faeb38de22 (patch) | |
| tree | f7700bf4a169b6ac275b0e8bce7afc4159c4f575 /tests/suite/layout/inline | |
| parent | 7add9b459a3ca54fca085e71f3dd4e611941c4cc (diff) | |
Fix unnecessary hyphenation (#5394)
Diffstat (limited to 'tests/suite/layout/inline')
| -rw-r--r-- | tests/suite/layout/inline/justify.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/layout/inline/justify.typ b/tests/suite/layout/inline/justify.typ index 576f8519..6e0317ac 100644 --- a/tests/suite/layout/inline/justify.typ +++ b/tests/suite/layout/inline/justify.typ @@ -172,3 +172,8 @@ int main() { // Test that overflow does not lead to bad bounds in paragraph optimization. #set par(justify: true) #block(width: 0pt)[A B] + +--- issue-5360-unnecessary-hyphenation --- +// Test whether `Formal` would be in one line. +#set par(justify: true) +#table(columns: 1, [Formal]) |
