diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/getopt/options-weird_quoting_bash | 5 | ||||
-rw-r--r-- | tests/expected/getopt/options-weird_quoting_bash.err | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-weird_quoting_bash b/tests/expected/getopt/options-weird_quoting_bash new file mode 100644 index 0000000..db871ce --- /dev/null +++ b/tests/expected/getopt/options-weird_quoting_bash @@ -0,0 +1,5 @@ + -a '$?!* ' --long1 '"\'\''' -- 'More + than +one +line' +exit value: 0 diff --git a/tests/expected/getopt/options-weird_quoting_bash.err b/tests/expected/getopt/options-weird_quoting_bash.err new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/expected/getopt/options-weird_quoting_bash.err |