We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e855c commit 7978103Copy full SHA for 7978103
tests/default.sh
@@ -19,9 +19,9 @@ source ../argument-parser.sh
19
[ "$(argValue "hyphenated-arg")" == "hyphenated" ] && pass || fail
20
21
22
-argExists "alphaArg" && pass || fail
23
-argExists "bravoArg" && pass || fail
24
-argExists "charlieArg" && pass || fail
25
-argExists "deltaArg" && pass || fail
26
-argExists "numericArg" && pass || fail
27
-argExists "hyphenated-arg" && pass || fail
+argExists "alphaArg" && fail || pass
+argExists "bravoArg" && fail || pass
+argExists "charlieArg" && fail || pass
+argExists "deltaArg" && fail || pass
+argExists "numericArg" && fail || pass
+argExists "hyphenated-arg" && fail || pass
0 commit comments