summaryrefslogtreecommitdiffstats
path: root/tests/expected/getopt/options-non-option
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/getopt/options-non-option')
-rw-r--r--tests/expected/getopt/options-non-option4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-non-option b/tests/expected/getopt/options-non-option
new file mode 100644
index 0000000..73f0b65
--- /dev/null
+++ b/tests/expected/getopt/options-non-option
@@ -0,0 +1,4 @@
+ -a 'x' -- 'y' '-b' 'z' 'w'
+ -a 'x' -b 'z' -- 'y' 'w'
+ -a 'x' 'y' -b 'z' 'w' --
+exit value: 0