diff options
| author | Martin Haug <mhaug@live.de> | 2022-01-02 14:46:08 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-01-02 14:46:08 +0100 |
| commit | 98c96ba1cb8a46e327de313118e4ce1a84795ae9 (patch) | |
| tree | b27b8e5c8e0cc6ed530c67eeeca5019fa0e18986 /tests/typ/code/let.typ | |
| parent | 5f114e18eb76a1937941b2ea64842b908c9ad89e (diff) | |
Fix parser / space / error bug
Diffstat (limited to 'tests/typ/code/let.typ')
| -rw-r--r-- | tests/typ/code/let.typ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index a95d651a..d4765ea5 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -59,6 +59,7 @@ Three // Error: 18 expected expression // Error: 18 expected closing paren #let v5 = (1, 2 + ; Five + ^^^^^ + \r\n --- // Error: 13 expected body |
