diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:04:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:12:31 +0200 |
| commit | 2a45650dcc87c3bf047adaf030fd392bbe9fbb5e (patch) | |
| tree | c78ce67e341d2ad1e7f6ffb6058906075b76798a /tests/typ/code/closure.typ | |
| parent | e674fd7e909c273c36952f01829544a2efc11c92 (diff) | |
Keyed pairs
Diffstat (limited to 'tests/typ/code/closure.typ')
| -rw-r--r-- | tests/typ/code/closure.typ | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/typ/code/closure.typ b/tests/typ/code/closure.typ index 29fca404..45f232ca 100644 --- a/tests/typ/code/closure.typ +++ b/tests/typ/code/closure.typ @@ -143,3 +143,15 @@ // Error: 23-35 unexpected argument test(greet("Typst", whatever: 10)) } + +--- +// Error: 6-16 expected identifier, named pair or argument sink +{(a, "named": b) => none} + +--- +// Error: 10-15 expected identifier +#let foo("key": b) = key + +--- +// Error: 10-14 expected identifier +#let foo(none: b) = key |
