diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-04 00:27:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 00:27:05 +0100 |
| commit | 4c81a5d43eabd959dbb500a8076f99f21bd037bd (patch) | |
| tree | 03349230f74786c7128876889c07a31a4932f108 /tests/typ/code | |
| parent | 52761a3baa901865b1fc42366017740cfa7eb566 (diff) | |
| parent | c994cfa7d814e3909682b19322867ed5c676c453 (diff) | |
Merge pull request #48 from typst/parser-incr
Incremental parsing
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/block.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/let.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/block.typ b/tests/typ/code/block.typ index 45ee9204..5939ba9c 100644 --- a/tests/typ/code/block.typ +++ b/tests/typ/code/block.typ @@ -129,7 +129,7 @@ } --- -// Error: 2:1 expected closing brace +// Error: 2 expected closing brace { --- diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index 7fd6e0da..a95d651a 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -57,7 +57,7 @@ Three // Terminated by semicolon even though we are in a paren group. // Error: 18 expected expression -// Error: 19 expected closing paren +// Error: 18 expected closing paren #let v5 = (1, 2 + ; Five --- |
