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('[') => (true, ']'),
|
||||||
Some('(') => (false, ')'),
|
Some('(') => (false, ')'),
|
||||||
Some(ch) => {
|
Some(ch) => {
|
||||||
|
left.push('#');
|
||||||
left.push(ch);
|
left.push(ch);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue