diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-17 23:07:28 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-18 15:06:00 +0100 |
| commit | 84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch) | |
| tree | 4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/lang/typ/block-invalid.typ | |
| parent | e143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff) | |
Refresh parser 🌊
Diffstat (limited to 'tests/lang/typ/block-invalid.typ')
| -rw-r--r-- | tests/lang/typ/block-invalid.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/block-invalid.typ b/tests/lang/typ/block-invalid.typ index 28874861..d98bf06b 100644 --- a/tests/lang/typ/block-invalid.typ +++ b/tests/lang/typ/block-invalid.typ @@ -20,7 +20,7 @@ // Error: 9-12 expected identifier, found string for "v" - // Error: 10 expected keyword `#in` + // Error: 10 expected keyword `in` for v let z = 1 + 2 z |
