diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-06-02 08:09:45 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-06-02 08:09:45 +0200 |
commit | 338de1d692b27eceb58a2108932879bb5621c8e0 (patch) | |
tree | 4c6f5ad1286fca7dbb66e0c83539c52eccbc1d95 /README.md | |
parent | 5396746440918081a19f58bdc3fd784da683d69e (diff) | |
download | fengari-338de1d692b27eceb58a2108932879bb5621c8e0.tar.gz fengari-338de1d692b27eceb58a2108932879bb5621c8e0.tar.bz2 fengari-338de1d692b27eceb58a2108932879bb5621c8e0.zip |
[test-suite] attrib.js passes
Except for require tests which needs io.write
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,6 +54,7 @@ - [x] Auxiliary library - [ ] Run [Lua test suite](https://github.com/lua/tests) - [x] `api.lua` (64/64) + - [x] `attrib.lua` (12/12) - [x] `bitwise.lua` (16/16) - [x] `calls.lua` (32/32) - [x] `closure.lua` (16/16) @@ -74,7 +75,6 @@ - [ ] `db.lua` (46/54) - [ ] `pm.lua` (27/38) - [ ] `tpack.lua` (20/32) - - [ ] `attrib.lua` - [ ] `big.lua` - [ ] `verybig.lua` - [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop) |