summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/spread.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:17 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:35 +0100
commitdd331f007cb9c9968605f8d3eaef8fb498c21322 (patch)
treef1b1490758ec53fd204724a325158d16c980d131 /tests/typ/compiler/spread.typ
parent40561e57fbbc68becac07acd54a34f94f591f277 (diff)
Rewrite parser
Diffstat (limited to 'tests/typ/compiler/spread.typ')
-rw-r--r--tests/typ/compiler/spread.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/spread.typ b/tests/typ/compiler/spread.typ
index ff661ead..244e9fb9 100644
--- a/tests/typ/compiler/spread.typ
+++ b/tests/typ/compiler/spread.typ
@@ -60,7 +60,7 @@
#min(.."nope")
---
-// Error: 8-14 expected identifier, named pair or argument sink, found spread
+// Error: 10-14 expected identifier, found boolean
#let f(..true) = none
---