t0040,t1502: Demonstrate parse_options bugs
authorBrandon Casey <drafnel@gmail.com>
Mon, 25 Sep 2017 04:08:03 +0000 (21:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Sep 2017 05:35:50 +0000 (14:35 +0900)
commitc97ee171a6b5a7e41234d46341b496146fa08bf1
tree8a4817d7c870c98c622c23a90cfe8927d742ce5b
parent697bc8858114ddda705be6f6eb3f997b64efa659
t0040,t1502: Demonstrate parse_options bugs

When the option spec contains no switches or only hidden switches,
parse_options will emit an extra blank line at the end of help output so
that the help text will end in two blank lines instead of one.

When parse_options produces internal help output after an error has
occurred it will emit blank lines within the usage string to stdout
instead of stderr.

Update t/helper/test-parse-options.c to have a description body in the
usage string to exercise this second bug and mark tests as failing in
t0040.

Add tests to t1502 to demonstrate both of these problems.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-parse-options.c
t/t0040-parse-options.sh
t/t1502-rev-parse-parseopt.sh