Skip to content

Commit

Permalink
test: optional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkal committed Aug 5, 2020
1 parent 8363624 commit 65a1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ OPTIONS
fn fails_on_bad_flag_type() {
let expected_err = "Invalid flag type 'invalid' Expected string | number | bool.";
const FILE: &str = r#"
## check
## check (arg?)
OPTIONS
- flags: -b |invalid| An invalid type
```
Expand Down

0 comments on commit 65a1bfc

Please sign in to comment.