summaryrefslogtreecommitdiff
path: root/tests/gdimagestringup16
Commit message (Collapse)AuthorAgeFilesLines
* Improve test cases for gdImageString16 and gdImageStringUp16 (#625)wilson chen2020-04-151-4/+2
| | | | Fixed #623. wchar_t is 32 bits on 64-bits AIX, which will result in test case failure. So we replace wchar_t with unsigned short array.
* add testcase for gdImageStringUp16wilson chen2019-11-285-0/+47