This commit is contained in:
sxyazi 2025-02-07 01:59:34 +08:00
parent a9f0143cae
commit 6fc25cc00f
No known key found for this signature in database

View file

@ -227,10 +227,4 @@ mod tests {
from_bytes(&[0x66, 0x6f, 0x80, 0x6f], &[b'\'', 0x66, 0x6f, 0x80, 0x6f, b'\'']);
}
#[test]
fn test_split() {
let x = split("plugin --sync fzf -- 'echo {}' --preview").unwrap();
println!("{x:?}");
}
}