summaryrefslogtreecommitdiff
path: root/tests/typ/code/call.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/call.typ')
-rw-r--r--tests/typ/code/call.typ3
1 files changed, 3 insertions, 0 deletions
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)}