diff options
Diffstat (limited to 'tests/lang/typ/call-invalid.typ')
| -rw-r--r-- | tests/lang/typ/call-invalid.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/typ/call-invalid.typ b/tests/lang/typ/call-invalid.typ index a04f5959..153f7a39 100644 --- a/tests/lang/typ/call-invalid.typ +++ b/tests/lang/typ/call-invalid.typ @@ -7,7 +7,7 @@ --- #let x = "string" -// Error: 2-3 expected function, found string +// Error: 1-3 expected function, found string #x() --- @@ -20,5 +20,5 @@ --- // Error: 3:1 expected quote -// Error: 2:1 expected closing bracket +// Error: 2:1 expected closing paren #f("] |
