Fix format

This commit is contained in:
Ferran Basora 2019-10-03 16:52:05 +00:00
parent 2ac8bc25ca
commit 3390330c0c

View File

@ -210,7 +210,9 @@ mod tests {
#[test]
fn match_bash() {
let lines = split("path: /var/log/nginx.log\npath: test/log/nginx-2.log:32folder/.nginx@4df2.log");
let lines = split(
"path: /var/log/nginx.log\npath: test/log/nginx-2.log:32folder/.nginx@4df2.log",
);
let custom = [].to_vec();
let results = State::new(&lines, "abcd", &custom).matches(false, false);