summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/bugs/grid-2.pngbin10830 -> 12871 bytes
-rw-r--r--tests/typ/bugs/grid-2.typ4
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/ref/bugs/grid-2.png b/tests/ref/bugs/grid-2.png
index ec2bd660..57160413 100644
--- a/tests/ref/bugs/grid-2.png
+++ b/tests/ref/bugs/grid-2.png
Binary files differ
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%))
)
---