diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-31 13:26:40 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-31 13:26:52 +0100 |
| commit | 8f37189d6fb2e3c75e4e6a168e1ae17c568fdc4c (patch) | |
| tree | 36d0201961766fa53d4193f2b91a0a27ac1826ad /tests | |
| parent | b1a82ae22d819eaa81a5e1d0ece58e6b4717dda5 (diff) | |
Fix incremental parsing bugs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 64749975..e65375bb 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -392,6 +392,10 @@ fn print_error(source: &SourceFile, line: usize, error: &Error) { fn test_reparse(src: &str, i: usize, rng: &mut LinearShift) -> bool { let supplements = [ "[", + "]", + "{", + "}", + "(", ")", "#rect()", "a word", |
