mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 12:56:15 +01:00
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:
parent
8abf3a04e6
commit
3a88ab6c25
@ -54,7 +54,9 @@ test_iconv_state (void)
|
|||||||
g_free (out);
|
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
|
static void
|
||||||
test_one_half (void)
|
test_one_half (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user