diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:35 +0100 |
| commit | dd331f007cb9c9968605f8d3eaef8fb498c21322 (patch) | |
| tree | f1b1490758ec53fd204724a325158d16c980d131 /tests/typ/compiler/spread.typ | |
| parent | 40561e57fbbc68becac07acd54a34f94f591f277 (diff) | |
Rewrite parser
Diffstat (limited to 'tests/typ/compiler/spread.typ')
| -rw-r--r-- | tests/typ/compiler/spread.typ | 2 |
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 --- |
