]> mj.ucw.cz Git - libucw.git/commitdiff
Opt: tests for OPT_MULTIPLE
authorJan 'Moskyt' Matejka <mq@ucw.cz>
Mon, 13 May 2013 16:15:27 +0000 (18:15 +0200)
committerJan 'Moskyt' Matejka <mq@ucw.cz>
Mon, 13 May 2013 16:15:27 +0000 (18:15 +0200)
ucw/opt.t

index 98cbb4bf34de77b6a7997a4092ebe4821e925755..fb49cb43971f4ba5555bd9227063d98ffdd1e3da 100644 (file)
--- a/ucw/opt.t
+++ b/ucw/opt.t
@@ -23,3 +23,7 @@ Out:  Multiple switches: -hRun with argument --help for more information.
 Name:  Opt-6
 Run:   ../obj/ucw/opt-t -t120F -w4 -b15 -he -- --puerh darjeeling earl-gray
 Out:   English style: yes|Chosen teapot: hands|Temperature: 120F|Verbosity: 1|Black magic: 15|Prayer: no|Water amount: 4|Gas: no|First tea: --puerh|Boiling a tea: darjeeling|Boiling a tea: earl-gray|Everything OK. Bye.
+
+Name:  Opt-7
+Run:   ../obj/ucw/opt-t -t120F -w4 -b15 -b54 -he -- --puerh darjeeling earl-gray
+Out:   English style: yes|Chosen teapot: hands|Temperature: 120F|Verbosity: 1|Black magic: 15|Black magic: 54|Prayer: no|Water amount: 4|Gas: no|First tea: --puerh|Boiling a tea: darjeeling|Boiling a tea: earl-gray|Everything OK. Bye.