Skip to content

Commit

Permalink
Add missed test attribute in helix-editor#4316
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics authored Nov 1, 2022
1 parent 8584b38 commit 39460e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-core/src/shellwords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ mod test {
assert_eq!(expected, result);
}

#[test]
#[cfg(unix)]
fn test_escaping_unix() {
assert_eq!(escape("foobar"), Cow::Borrowed("foobar"));
Expand Down

0 comments on commit 39460e4

Please sign in to comment.