summaryrefslogtreecommitdiff
path: root/tests/utf8.ur
Commit message (Collapse)AuthorAge
* fix unit tests. implement urlifyCharGravatar fab2019-01-09
|
* tidy unit testsGravatar fab2018-12-12
|
* exhaustive testing brought to selenium. bug fix in isspace. useful function ↵Gravatar fab2018-12-11
| | | | to test if char is <128
* strsub, strcspn, strsindexGravatar fab2018-12-06
|
* ordGravatar fab2018-12-06
|
* strsindexGravatar fab2018-12-06
|
* chars with more than 2 bytes are awkwardly handled by the "normal" string of ↵Gravatar fab2018-12-06
| | | | javascript. the best way to get consistent results seems to be to convert to array by Array.from(...) and back to strings with .join("")
* 1 bug fix and sorting out my own confusion: uw_Basis_char is already a ↵Gravatar fab2018-12-02
| | | | codepoint, NOT the "serialized" utf8
* test client eval vs server evalGravatar fab2018-11-23
|
* cleanupGravatar fab2018-11-19
|
* several fixes on unit tests and implementationGravatar fab2018-11-19
|
* utf-8 aware functions for basis. unit-testing.Gravatar fab2018-11-17