diff options
| author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-24 08:50:48 +0200 |
|---|---|---|
| committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-24 11:18:25 +0200 |
| commit | d15e00af0798783bdce5e27d2ab43de3ecb3fa4e (patch) | |
| tree | d8ba199f3b198413fa75d492a2820b8fb304f2de /tests | |
| parent | 1094adc81e7f46720e9ef269f43fc265475cddf7 (diff) | |
| download | fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.gz fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.bz2 fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.zip | |
L.openupval was not set in luaF_close
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ldblib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ldblib.js b/tests/ldblib.js index 6587228..8913642 100644 --- a/tests/ldblib.js +++ b/tests/ldblib.js @@ -44,7 +44,7 @@ test('debug.sethook', function (t) { t.strictEqual( lapi.lua_tojsstring(L, -1), - "return count line count line count line count return count line count line count return count line count line count return count line return ", + "return count line count line count line count return count line count line count return count line count line count return count line ", "Correct element(s) on the stack" ); |
