You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1 of 2]: filter (tests): exercise parse_spec() on empty, blank specs
These unit tests demonstrate filter::parse_spec() accepting as legit
empty and blank spec strings that it should be ignoring:
$ cargo test 'filter::tests::'
...
failures:
filter::tests::parse_spec_blank_level_isolated
filter::tests::parse_spec_blank_level_isolated_blank_comma
filter::tests::parse_spec_blank_level_isolated_comma_blank
test result: FAILED. 21 passed; 3 failed; 0 ignored; 0 measured; 11 filtered out
Fix to come in follow-up commit.
0 commit comments