diff options
Diffstat (limited to 'tests/typ/layout/grid-5.typ')
| -rw-r--r-- | tests/typ/layout/grid-5.typ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/layout/grid-5.typ b/tests/typ/layout/grid-5.typ new file mode 100644 index 00000000..cd1c8dc9 --- /dev/null +++ b/tests/typ/layout/grid-5.typ @@ -0,0 +1,11 @@ + +--- +// Test that trailing linebreak doesn't overflow the region. +#page(height: 2cm) +#grid[ + Hello \ + Hello \ + Hello \ + + World +] |
