diff options
author | daurnimator <quae@daurnimator.com> | 2017-06-19 00:27:41 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-06-19 00:27:41 +1000 |
commit | 17890ef46286773c95106fca1894f72905d3fe06 (patch) | |
tree | da10b10cbc0acca19bd39977f3be8558414577a4 | |
parent | 043b6096bcf36596cef92b22739f5f3a61f7ff42 (diff) | |
download | fengari-17890ef46286773c95106fca1894f72905d3fe06.tar.gz fengari-17890ef46286773c95106fca1894f72905d3fe06.tar.bz2 fengari-17890ef46286773c95106fca1894f72905d3fe06.zip |
db.js now passes
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tests/test-suite/db.js (renamed from tests/test-suite/inprogress/db.js) | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -61,6 +61,7 @@ - [x] `code.lua` (28/28) - [x] `constructs.lua` (`_soft`) (10/10) - [x] `coroutine.lua` (70/70) + - [x] `db.lua` (54/54) - [x] `errors.lua` (64/64) - [x] `events.lua` (26/26) - [x] `goto.lua` (18/18) @@ -74,7 +75,6 @@ - [x] `tpack.lua` (32/32) - [x] `utf8.lua` (18/18) - [x] `vararg.lua` (8/8) - - [ ] `db.lua` (46/54) - [ ] `big.lua` - [ ] `verybig.lua` - [x] Full JS interoperability: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop) diff --git a/tests/test-suite/inprogress/db.js b/tests/test-suite/db.js index 961014b..dcb57da 100644 --- a/tests/test-suite/inprogress/db.js +++ b/tests/test-suite/db.js @@ -4,9 +4,9 @@ const test = require('tape'); global.WEB = false; -const lua = require('../../../src/lua.js'); -const lauxlib = require('../../../src/lauxlib.js'); -const lualib = require('../../../src/lualib.js'); +const lua = require('../../src/lua.js'); +const lauxlib = require('../../src/lauxlib.js'); +const lualib = require('../../src/lualib.js'); const prefix = ` |