mirror of https://github.com/helix-editor/helix
Add missing # back to test output
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…
Reference in New Issue