Skip to content

Commit

Permalink
Add missing # back to test output
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored and archseer committed Apr 2, 2022
1 parent 8b91ecd commit ec21de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-core/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub fn print(s: &str) -> (String, Selection) {
Some('[') => (true, ']'),
Some('(') => (false, ')'),
Some(ch) => {
left.push('#');
left.push(ch);
continue;
}
Expand Down

0 comments on commit ec21de0

Please sign in to comment.