]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
test/decode_svg.c: handle svgtiny_LIBCSS_ERROR
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Nov 2023 17:32:23 +0000 (12:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commitdb526eaa10e6072f43f57298df1cfea0377ae7a4
tree21ae52b608333b8a38d29b5263326e6f5a53abc8
parent996d346ac843319c8c60e1dc9f207cdacc792455
test/decode_svg.c: handle svgtiny_LIBCSS_ERROR

This test program has a switch statement to handle errors, with one
case for each svgtiny_code. Now that svgtiny_LIBCSS_ERROR belongs to
that enum, we add it to the list of cases.
test/decode_svg.c