mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-23 05:14:59 +00:00
Fix format
This commit is contained in:
parent
2ac8bc25ca
commit
3390330c0c
@ -210,7 +210,9 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn match_bash() {
|
fn match_bash() {
|
||||||
let lines = split("path: [32m/var/log/nginx.log[m\npath: [32mtest/log/nginx-2.log:32[mfolder/.nginx@4df2.log");
|
let lines = split(
|
||||||
|
"path: [32m/var/log/nginx.log[m\npath: [32mtest/log/nginx-2.log:32[mfolder/.nginx@4df2.log",
|
||||||
|
);
|
||||||
let custom = [].to_vec();
|
let custom = [].to_vec();
|
||||||
let results = State::new(&lines, "abcd", &custom).matches(false, false);
|
let results = State::new(&lines, "abcd", &custom).matches(false, false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user