Add missed test attribute in #4316 (#4557)

This commit is contained in:
Poliorcetics 2022-11-01 13:37:19 +01:00 committed by GitHub
parent 8584b38cfb
commit 8ff92c7492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@ fn test_lists() {
assert_eq!(expected, result);
}
#[test]
#[cfg(unix)]
fn test_escaping_unix() {
assert_eq!(escape("foobar"), Cow::Borrowed("foobar"));