diff options
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", |
