mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
unicode: tests: Add tests for new line break classes
This commit is contained in:
parent
2a2f3c4176
commit
d133d22932
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user