From 2a45650dcc87c3bf047adaf030fd392bbe9fbb5e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 4 May 2022 23:04:19 +0200 Subject: Keyed pairs --- tests/typ/code/call.typ | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/typ/code/call.typ') diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index 5b8b5b05..0285c8a2 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -86,6 +86,9 @@ // Error: 7-8 expected identifier #func(1:2) +// Error: 7-12 expected identifier +#func("abc":2) + // Error: 7-10 expected identifier {func((x):1)} -- cgit v1.2.3