Skip to content

Commit

Permalink
Fix unmatched backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
chengehe authored Nov 1, 2024
1 parent 5c932b7 commit 2a42f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/builder/multiple_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ For more information, try '--help'.
}

#[test]
#[should_panic = "Argument 'pos` is positional and it must take a value but action is SetTrue"]
#[should_panic = "Argument `pos` is positional and it must take a value but action is SetTrue"]
fn disallow_positionals_without_values() {
let cmd = Command::new("test").arg(Arg::new("pos").num_args(0));
cmd.debug_assert();
Expand Down

0 comments on commit 2a42f3a

Please sign in to comment.