summaryrefslogtreecommitdiff
path: root/tests/typ/bugs
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-12-30 13:36:15 +0100
committerGitHub <noreply@github.com>2023-12-30 12:36:15 +0000
commitc4d9b0c3d8d2cf895137d2047e597fd3e24e0104 (patch)
tree679241e556928726824262f65b41fcbcb2fbd4a3 /tests/typ/bugs
parent4e5afa672f502d53e931d432ec1a36bdc6e16583 (diff)
New performance timings (#3096)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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])
---