diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/text/justify.png | bin | 29352 -> 30128 bytes | |||
| -rw-r--r-- | tests/typ/text/justify.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/text/justify.png b/tests/ref/text/justify.png Binary files differindex 396adc77..e8b50723 100644 --- a/tests/ref/text/justify.png +++ b/tests/ref/text/justify.png diff --git a/tests/typ/text/justify.typ b/tests/typ/text/justify.typ index 0cdef000..aa0878d3 100644 --- a/tests/typ/text/justify.typ +++ b/tests/typ/text/justify.typ @@ -20,6 +20,11 @@ A B C \ D --- +// Test forced justification with justified break. +A B C \+ +D E F \+ + +--- // Test that justificating chinese text is at least a bit sensible. #set page(width: 200pt) #set par(justify: true) |
