diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-05-19 20:56:21 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-19 20:56:21 +0200 |
commit | 1039bb09ecd50e6032173dcfb792c56cbd2b618a (patch) | |
tree | dff6a51fc7fc81fbea984a85ce1f3b563e02a42b /README.md | |
parent | d7f4cd696c9245870eabd5f57d3000a70aaad64b (diff) | |
download | fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.tar.gz fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.tar.bz2 fengari-1039bb09ecd50e6032173dcfb792c56cbd2b618a.zip |
[test-suite] nextvar.js, fixed bad comparison in LTNum
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,18 +54,18 @@ IRC: #fengari on freenode - [x] Auxiliary library - [ ] Run [Lua test suite](https://github.com/lua/tests) - [x] `calls.lua` (32/32) + - [x] `closure.lua` (16/16) - [x] `constructs.lua` (`_soft`) (10/10) - [x] `events.lua` (26/26) - [x] `literals.lua` (30/30) - [x] `locals.lua` (10/10) + - [x] `nextvar.lua` (44/44) - [x] `strings.lua` (34/34) - [x] `vararg.lua` (8/8) - - [x] `closure.lua` (16/16) - [ ] `bitwise.lua` (9/16) - [ ] `coroutine.lua` (32/40) - [ ] `goto.lua` (16/18) - [ ] `math.lua` (44/68) - - [ ] `nextvar.lua` (42/44) - [ ] `pm.lua` (27/38) - [ ] `sort.lua` (21/24) - [ ] `tpack.lua` (20/32) |