From 8f37189d6fb2e3c75e4e6a168e1ae17c568fdc4c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 31 Jan 2022 13:26:40 +0100 Subject: Fix incremental parsing bugs --- tests/typeset.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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", -- cgit v1.2.3