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