summaryrefslogtreecommitdiff
path: root/tests/EmojiBreakTest.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add char break test casesPeng Wu2017-11-151-0/+3
| | | | | | | Add char break test cases for the is_char_break variable, and fixup_broken_linebreaktest is not used any more. https://bugzilla.gnome.org/show_bug.cgi?id=789625
* break: Stop lumping ZWJ with ExtendMatthias Clasen2017-08-151-3/+8
| | | | | | | | | | ZWJ is treated as its own class in TR29, and us lumping them together and then manually checking wc == 0x200d in various places was causing us to inadvertedly inserting grapheme breaks in the middle of Emoji ZWJ sequences where they are not suppose to be. Add test cases to verify this.
* Add some emoji break test casesMatthias Clasen2017-07-311-0/+3
These are the same testcases from the previous commit.