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/call-invalid.typ | |
| parent | e143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff) | |
Refresh parser 🌊
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("] |
