tests: updates tests new global values being propagated up and down

This commit is contained in:
Kevin K 2017-10-23 22:14:16 -04:00
parent a43f9dd4aa
commit 8fd59e0b7b
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

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