[glib] unicode: tests: Add tests for new line break classes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] unicode: tests: Add tests for new line break classes
- Date: Mon, 27 Feb 2012 03:02:39 +0000 (UTC)
commit d133d229327b8cfb7974a861da08f57140cf5c55
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]