diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:26:15 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:26:15 +0200 |
| commit | 1bca9ccecb9edb583a0a94bd3611147b66909ab9 (patch) | |
| tree | c9068332196eb754d65c6b51f124e39e91d3cd1a /tests/typ/code/spread.typ | |
| parent | 2a45650dcc87c3bf047adaf030fd392bbe9fbb5e (diff) | |
Improve diagnostics
Diffstat (limited to 'tests/typ/code/spread.typ')
| -rw-r--r-- | tests/typ/code/spread.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/spread.typ b/tests/typ/code/spread.typ index a41e04b9..86dbfd98 100644 --- a/tests/typ/code/spread.typ +++ b/tests/typ/code/spread.typ @@ -62,7 +62,7 @@ #min(.."nope") --- -// Error: 8-14 expected identifier, named pair or argument sink +// Error: 8-14 expected identifier, named pair or argument sink, found spread #let f(..true) = none --- |
