[glib] unicode: Add new tests for unicode 6.2
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] unicode: Add new tests for unicode 6.2
- Date: Wed, 3 Oct 2012 11:58:55 +0000 (UTC)
commit 242dfd617bc1f6ac03363f9bcde7c1edf02fd38a
Author: Christian Persch <chpe gnome org>
Date: Sun Jul 8 00:24:58 2012 +0200
unicode: Add new tests for unicode 6.2
glib/tests/unicode.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/unicode.c b/glib/tests/unicode.c
index bceab85..bee0def 100644
--- a/glib/tests/unicode.c
+++ b/glib/tests/unicode.c
@@ -130,7 +130,8 @@ test_unichar_break_type (void)
{ G_UNICODE_BREAK_HANGUL_LV_SYLLABLE, 0xAC00 },
{ G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE, 0xAC01 },
{ G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER, 0x3041 },
- { G_UNICODE_BREAK_HEBREW_LETTER, 0x05D0 }
+ { G_UNICODE_BREAK_HEBREW_LETTER, 0x05D0 },
+ { G_UNICODE_BREAK_REGIONAL_INDICATOR, 0x1F1F6 }
};
for (i = 0; i < G_N_ELEMENTS (examples); i++)
@@ -391,6 +392,7 @@ test_defined (void)
{
g_assert (g_unichar_isdefined (0x0903));
g_assert (g_unichar_isdefined (0x20DD));
+ g_assert (g_unichar_isdefined (0x20BA));
g_assert (g_unichar_isdefined (0xA806));
g_assert (g_unichar_isdefined ('a'));
g_assert (!g_unichar_isdefined (0x10C49));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]