From 15cc5dcac56a15ccdba0910b89cef9d06339116c Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 22 Jul 2014 21:30:49 -0400 Subject: [PATCH] tests: extends test_opts for grouped single options Signed-off-by: Jean Privat --- tests/sav/test_opts_args8.res | 9 +++++++++ tests/test_opts.args | 1 + 2 files changed, 10 insertions(+) create mode 100644 tests/sav/test_opts_args8.res 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 -- 1.7.9.5