diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/justify-hanging-indent.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/bugs/justify-hanging-indent.typ b/tests/typ/bugs/justify-hanging-indent.typ new file mode 100644 index 00000000..511aa172 --- /dev/null +++ b/tests/typ/bugs/justify-hanging-indent.typ @@ -0,0 +1,6 @@ +// Test that combination of justification and hanging indent doesn't result in +// an underfull first line. + +--- +#set par(hanging-indent: 2.5cm, justify: true) +#lorem(5) |
