Another test for clip garbage

This commit is contained in:
John Doty 2024-07-31 14:58:11 -07:00
parent 604f31d8e6
commit 46bd840bc0

View file

@ -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]