diff options
Diffstat (limited to 'tests/typ/compiler/call.typ')
| -rw-r--r-- | tests/typ/compiler/call.typ | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/typ/compiler/call.typ b/tests/typ/compiler/call.typ index 04eb2906..77e17b50 100644 --- a/tests/typ/compiler/call.typ +++ b/tests/typ/compiler/call.typ @@ -94,13 +94,14 @@ #func((x):1) --- -// Error: 2:1 expected closing bracket +// Error: 6-7 unclosed delimiter #func[`a]` --- -// Error: 8 expected closing paren +// Error: 7-8 unclosed delimiter #{func(} --- -// Error: 2:1 expected quote +// Error: 6-7 unclosed delimiter +// Error: 1:7-2:1 unclosed string #func("] |
