aboutsummaryrefslogtreecommitdiff
path: root/tests/lutf8lib.js
Commit message (Collapse)AuthorAge
* Move fengari specific things to src/fengaricore.jsdaurnimator2018-01-11
| | | | String manipulation functions now get exposed on 'fengari' object itself at top level
* tests/: Fix linter complaintsdaurnimator2017-12-10
|
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Remove unused variablesdaurnimator2017-04-26
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Export lapi.js functions from lua.jsdaurnimator2017-04-26
|
* 8-bit only in lstrlibBenoit Giannangeli2017-03-30
|
* 8-bit string internally testsBenoit Giannangeli2017-03-30
| | | | Lexing/Parsing is done on byte rather than js strings
* utf8.len, utf8.codesBenoit Giannangeli2017-03-15
|
* utf8.charBenoit Giannangeli2017-03-15
|
* utf8.codepointBenoit Giannangeli2017-03-15
|
* utf8.offsetBenoit Giannangeli2017-03-14