tests: Add some documentation to the illegal sequence conversion test

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=790698
This commit is contained in:
Philip Withnall 2018-01-22 12:54:51 +00:00
parent 8abf3a04e6
commit 3a88ab6c25

View File

@ -54,7 +54,9 @@ test_iconv_state (void)
g_free (out);
}
/* some tests involving "vulgar fraction one half" */
/* Some tests involving "vulgar fraction one half" (U+00BD). This is
* represented in UTF-8 as \xC2\xBD, in ISO-8859-1 as \xBD, and is not
* represented in ISO-8859-15. */
static void
test_one_half (void)
{