From: Jean Privat Date: Wed, 23 Jul 2014 01:30:49 +0000 (-0400) Subject: tests: extends test_opts for grouped single options X-Git-Tag: v0.6.7~22^2 X-Git-Url: http://nitlanguage.org tests: extends test_opts for grouped single options Signed-off-by: Jean Privat --- diff --git a/tests/sav/test_opts_args8.res b/tests/sav/test_opts_args8.res new file mode 100644 index 0000000..cdcce04 --- /dev/null +++ b/tests/sav/test_opts_args8.res @@ -0,0 +1,9 @@ +Arguments: 1 +-bcc +Rest: 0 +OptionBool: true +OptionCount: 2 +OptionString: +OptionInt: 10 +OptionArray: +OptionEnum: 1 diff --git a/tests/test_opts.args b/tests/test_opts.args index b338946..f31fc0e 100644 --- a/tests/test_opts.args +++ b/tests/test_opts.args @@ -5,3 +5,4 @@ args --bool args -- args -c -i one -a -e 1 +-bcc