From: Philippe Proulx Date: Fri, 15 Mar 2024 17:30:03 +0000 (-0400) Subject: tests/test-argpar.c: use fancy bullet points in comments X-Git-Url: http://git.efficios.com/?p=argpar.git;a=commitdiff_plain;h=8a47e37df06099c16733921bf5a4fee599d69338 tests/test-argpar.c: use fancy bullet points in comments Signed-off-by: Philippe Proulx Change-Id: I7ca5c168822b8fc57769d485f3f5da710387c31d --- diff --git a/tests/test-argpar.c b/tests/test-argpar.c index cb51032..b1b4539 100644 --- a/tests/test-argpar.c +++ b/tests/test-argpar.c @@ -32,9 +32,9 @@ * * This function: * - * * Prefers the `--long-opt=arg` style over the `-s arg` style. + * ‣ Prefers the `--long-opt=arg` style over the `-s arg` style. * - * * Uses the `arg` form for non-option arguments, where `A` is the + * ‣ Uses the `arg` form for non-option arguments, where `A` is the * original argument index and `B` is the non-option argument index. */ static @@ -512,16 +512,16 @@ void succeed_tests(void) * `descrs`, and ensures that argpar_iter_next() fails with status * `expected_status` and that it sets an error having: * - * * The original argument index `expected_orig_index`. + * ‣ The original argument index `expected_orig_index`. * - * * If applicable: + * ‣ If applicable: * - * * The unknown option name `expected_unknown_opt_name`. + * • The unknown option name `expected_unknown_opt_name`. * - * * The option descriptor at index `expected_opt_descr_index` of + * • The option descriptor at index `expected_opt_descr_index` of * `descrs`. * - * * The option type `expected_is_short`. + * • The option type `expected_is_short`. * * This function splits `cmdline` on spaces to create an original * argument array.