Skip to content

Commit

Permalink
Add missed test attribute in helix-editor#4316 (helix-editor#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics authored and pathwave committed Nov 4, 2022
1 parent 797e54b commit ec3d1df
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 ec3d1df

Please sign in to comment.