diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/grid-2.typ | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/typ/bugs/grid-2.typ b/tests/typ/bugs/grid-2.typ index bdcdf548..345ea6b1 100644 --- a/tests/typ/bugs/grid-2.typ +++ b/tests/typ/bugs/grid-2.typ @@ -9,7 +9,9 @@ rect(width: 100%, fill: red), rect(width: 100%, fill: blue), rect(width: 100%, height: 80%, fill: green), - [Hello], + [hello \ darkness #parbreak my \ old \ friend \ I], + rect(width: 100%, height: 20%, fill: blue), + polygon(fill: red, (0%, 0%), (100%, 0%), (100%, 20%)) ) --- |
