diff options
| author | Martin Haug <mhaug@live.de> | 2021-11-04 19:36:32 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-11-05 13:46:41 +0100 |
| commit | 5c952d56d0d602a1dbcf85210ae30fa402219fca (patch) | |
| tree | 1845c5c90e5f39c2dbc6ae7c8e9e7fa66cbff604 /tests/typ/code/let.typ | |
| parent | f0c9635db5efd0c66e01bef1be0a8f140fdbdd84 (diff) | |
New error handling
Diffstat (limited to 'tests/typ/code/let.typ')
| -rw-r--r-- | tests/typ/code/let.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index 3f3f9d35..cd7531b7 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -56,7 +56,7 @@ Three #let v4 = 4 Four // Terminated by semicolon even though we are in a paren group. -// Error: 19 expected expression +// Error: 18 expected expression // Error: 19 expected closing paren #let v5 = (1, 2 + ; Five |
