[glib/wip/unicode-6.1: 3/8] unicode: tests: Remove U+27CD from is-undefined test



commit 8f5aef063265e19fa42c9396553d23ef662bef8a
Author: Christian Persch <chpe gnome org>
Date:   Fri Feb 10 18:33:22 2012 +0100

    unicode: tests: Remove U+27CD from is-undefined test
    
    It's assigned in Unicode 6.1.0.

 glib/tests/unicode.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/glib/tests/unicode.c b/glib/tests/unicode.c
index 2e8f575..0d7d04e 100644
--- a/glib/tests/unicode.c
+++ b/glib/tests/unicode.c
@@ -128,7 +128,7 @@ test_unichar_break_type (void)
     { G_UNICODE_BREAK_HANGUL_V_JAMO,       0x1160 },
     { G_UNICODE_BREAK_HANGUL_T_JAMO,       0x11A8 },
     { G_UNICODE_BREAK_HANGUL_LV_SYLLABLE,  0xAC00 },
-    { G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE, 0xAC01 }
+    { G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE, 0xAC01 },
   };
 
   for (i = 0; i < G_N_ELEMENTS (examples); i++)
@@ -386,7 +386,6 @@ test_defined (void)
   g_assert (g_unichar_isdefined ('a'));
   g_assert (!g_unichar_isdefined (0x10C49));
   g_assert (!g_unichar_isdefined (0x169D));
-  g_assert (!g_unichar_isdefined (0x27CD));
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]