summaryrefslogtreecommitdiff
path: root/test/text/bidi.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core, test] Add BiDi unit testChris Loer2018-10-151-0/+90
- Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)