commit | 4fbf85b02f3b06882a0ec46d7fbe784d2d8ae1fb | [log] [tgz] |
---|---|---|
author | Roozbeh Pournader <roozbeh@google.com> | Tue May 02 18:33:12 2017 -0700 |
committer | Roozbeh Pournader <roozbeh@google.com> | Tue May 02 18:33:12 2017 -0700 |
tree | daaba1cf5e8e6120cbb7a9eda4faa46a5793f1aa | |
parent | 5f0e436548ea3bd10cef480c194da7da6080ac1e [diff] |
Update unit tests for forward delete Changes in the definition of grapheme boundaries for emoji (which now relies more on what actually ligates in a font) need updating the unit tests. The changes in the unit tests are cases where the old code in Minikin assumed a single grapheme, but the new code looks in the font and finds that there are two grapheme clusters indeed. Change-Id: Icd3d2563776fb295f48e70b67a8af8e6bd3f4b38 Fixes: 37769578 Test: updated tests pass