summaryrefslogtreecommitdiffstats
path: root/tests/expected/getopt/options-non-option
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/expected/getopt/options-non-option4
-rw-r--r--tests/expected/getopt/options-non-option.err0
2 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
diff --git a/tests/expected/getopt/options-non-option.err b/tests/expected/getopt/options-non-option.err
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/expected/getopt/options-non-option.err