Add missing # back to test output

imgbot
Ivan Tham 2 years ago committed by Blaž Hrastnik
parent 8b91ecde40
commit ec21de0844

@ -45,6 +45,7 @@ pub fn print(s: &str) -> (String, Selection) {
Some('[') => (true, ']'),
Some('(') => (false, ')'),
Some(ch) => {
left.push('#');
left.push(ch);
continue;
}

Loading…
Cancel
Save