diff options
Diffstat (limited to 'tests/typ/code/let.typ')
| -rw-r--r-- | tests/typ/code/let.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index d788a563..9079b541 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -52,8 +52,8 @@ Three #let v4 = 4 Four // Terminated by semicolon even though we are in a paren group. -// Error: 2:19 expected expression -// Error: 1:19 expected closing paren +// Error: 19 expected expression +// Error: 19 expected closing paren #let v5 = (1, 2 + ; Five #test(v1, 1) |
