diff options
Diffstat (limited to 'tests/typ/code/call.typ')
| -rw-r--r-- | tests/typ/code/call.typ | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index 0285c8a2..5a3f45f9 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -79,17 +79,17 @@ // Error: 8 expected comma #func(1 2) -// Error: 7-8 expected identifier +// Error: 7-8 expected identifier, found integer // Error: 9 expected expression #func(1:) -// Error: 7-8 expected identifier +// Error: 7-8 expected identifier, found integer #func(1:2) -// Error: 7-12 expected identifier -#func("abc":2) +// Error: 7-12 expected identifier, found string +#func("abc": 2) -// Error: 7-10 expected identifier +// Error: 7-10 expected identifier, found group {func((x):1)} --- |
