mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
tests: updates tests new global values being propagated up and down
This commit is contained in:
parent
a43f9dd4aa
commit
8fd59e0b7b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include!("../clap-test.rs");
|
|||
|
||||
use clap::{App, Arg};
|
||||
|
||||
static SCF2OP: &'static str = "flag NOT present
|
||||
static SCF2OP: &'static str = "flag present 2 times
|
||||
option NOT present
|
||||
positional NOT present
|
||||
flag2 NOT present
|
||||
|
@ -26,7 +26,7 @@ An scoption: some
|
|||
scpositional present with value: value
|
||||
";
|
||||
|
||||
static SCFOP: &'static str = "flag NOT present
|
||||
static SCFOP: &'static str = "flag present 1 times
|
||||
option NOT present
|
||||
positional NOT present
|
||||
flag2 NOT present
|
||||
|
|
Loading…
Add table
Reference in a new issue