[glib/wip/unicode-6.1: 6/8] unicode: tests: Add tests for new line break classes
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/unicode-6.1: 6/8] unicode: tests: Add tests for new line break classes
- Date: Fri, 10 Feb 2012 18:07:56 +0000 (UTC)
commit 492d6ec93c73ab20e38028e97282478c4b5ec25f
Author: Christian Persch <chpe gnome org>
Date: Fri Feb 10 18:36:13 2012 +0100
unicode: tests: Add tests for new line break classes
glib/tests/unicode.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/tests/unicode.c b/glib/tests/unicode.c
index 0d7d04e..8c09942 100644
--- a/glib/tests/unicode.c
+++ b/glib/tests/unicode.c
@@ -129,6 +129,8 @@ test_unichar_break_type (void)
{ G_UNICODE_BREAK_HANGUL_T_JAMO, 0x11A8 },
{ 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 }
};
for (i = 0; i < G_N_ELEMENTS (examples); i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]