Another test for clip garbage
This commit is contained in:
parent
604f31d8e6
commit
46bd840bc0
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ mod tests {
|
|||
#[test]
|
||||
fn clip() {
|
||||
assert_arg_parse!(&["clip"], Args::Clip(None));
|
||||
assert_arg_parse!(&["clip", "garbage"], Args::Clip(Some(_)));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue