summaryrefslogtreecommitdiff
path: root/tests/test-suite/strings.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
|
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
| | | | This removes requirement to set global.WEB before requiring in node
* tests/test-suite/strings.js: un-skip fixed testdaurnimator2017-05-23
|
* src/lauxlib.js: Use lua_pushfstring for formatting numbersdaurnimator2017-05-23
|
* Skip failing in string.js for nowBenoit Giannangeli2017-05-21
|
* Move luaL_openlibs from lauxlib to lualibdaurnimator2017-05-11
|
* Set WEB flag for individual testsBenoit Giannangeli2017-05-09
|
* [test-suite] locals.jsBenoit Giannangeli2017-04-27
|
* Export luaL_openlibs from lauxlib.jsdaurnimator2017-04-26
|
* Added missing test in luaL_tolstringBenoit Giannangeli2017-04-26
|
* npm t runs test suite, removed t.commentBenoit Giannangeli2017-04-26
|
* [test-suite] strings.lua (complete)Benoit Giannangeli2017-04-26
|
* [test-suite] Large number testsBenoit Giannangeli2017-04-26
|
* [test-suite] strings.luaBenoit Giannangeli2017-04-26
|
* Breaking down lua test suite into tape testsBenoit Giannangeli2017-04-26