From 3a88ab6c257558406cbc0caab25bb941764ca156 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 22 Jan 2018 12:54:51 +0000 Subject: [PATCH] tests: Add some documentation to the illegal sequence conversion test Signed-off-by: Philip Withnall https://bugzilla.gnome.org/show_bug.cgi?id=790698 --- glib/tests/convert.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glib/tests/convert.c b/glib/tests/convert.c index 422989739..03c0d7209 100644 --- a/glib/tests/convert.c +++ b/glib/tests/convert.c @@ -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) {