]> gitweb.michael.orlitzky.com - iconv-quirks.git/commit
main.c: extend test_iconv_incomplete_multibyte_is_einval() with a suffix
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 13:58:05 +0000 (09:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 7 Jul 2026 13:58:05 +0000 (09:58 -0400)
commitf4eb1ebec91fb305003e4352ca6dacf3a609c1a7
tree00779a270394760c12b659e1db0d61e7cb127a41
parent4a7a46e77cf066ec0c3fedaf62df05e774046f8e
main.c: extend test_iconv_incomplete_multibyte_is_einval() with a suffix

Suffix or no, incomplete multibyte characters should cause an EINVAL,
at least if we reach the end of the input. By adding a suffix
parameter to this method, we make it easy to run through the list.
main.c