summaryrefslogtreecommitdiff
path: root/tests/typ/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs')
-rw-r--r--tests/typ/bugs/layout-infinite-lengths.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/bugs/layout-infinite-lengths.typ b/tests/typ/bugs/layout-infinite-lengths.typ
index 501e517e..7fbc6216 100644
--- a/tests/typ/bugs/layout-infinite-lengths.typ
+++ b/tests/typ/bugs/layout-infinite-lengths.typ
@@ -3,7 +3,7 @@
---
#set page(width: auto, height: auto)
-// Error: cannot expand into infinite width
+// Error: 58-59 cannot expand into infinite width
#layout(size => grid(columns: (size.width, size.height))[a][b][c][d])
---