diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 00:52:31 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 00:52:31 +1000 |
commit | 43cb3927e09b012ad3bd5444edce57b74f09e9b6 (patch) | |
tree | 454e543792c68662a642e4d1ae3a92f21d457732 | |
parent | 041820e744c62da20e8dfa5ebdba5aa0d4639d07 (diff) | |
download | fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.tar.gz fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.tar.bz2 fengari-43cb3927e09b012ad3bd5444edce57b74f09e9b6.zip |
tests/test-suite/errors.js: Now passes
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tests/test-suite/errors.js (renamed from tests/test-suite/inprogress/errors.js) | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -58,6 +58,7 @@ IRC: #fengari on freenode - [x] `calls.lua` (32/32) - [x] `closure.lua` (16/16) - [x] `constructs.lua` (`_soft`) (10/10) + - [x] `errors.lua` (64/64) - [x] `events.lua` (26/26) - [x] `goto.lua` (18/18) - [x] `literals.lua` (30/30) @@ -66,7 +67,6 @@ IRC: #fengari on freenode - [x] `strings.lua` (34/34) - [x] `vararg.lua` (8/8) - [ ] `coroutine.lua` (32/40) - - [ ] `errors.lua` (46/64) - [ ] `math.lua` (44/68) - [ ] `pm.lua` (27/38) - [ ] `sort.lua` (21/24) diff --git a/tests/test-suite/inprogress/errors.js b/tests/test-suite/errors.js index 1ecb711..c18adeb 100644 --- a/tests/test-suite/inprogress/errors.js +++ b/tests/test-suite/errors.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 = ` |