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