summaryrefslogtreecommitdiff
path: root/tests/ldblib.js
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-04-24 08:50:48 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-04-24 11:18:25 +0200
commitd15e00af0798783bdce5e27d2ab43de3ecb3fa4e (patch)
treed8ba199f3b198413fa75d492a2820b8fb304f2de /tests/ldblib.js
parent1094adc81e7f46720e9ef269f43fc265475cddf7 (diff)
downloadfengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.gz
fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.tar.bz2
fengari-d15e00af0798783bdce5e27d2ab43de3ecb3fa4e.zip
L.openupval was not set in luaF_close
Diffstat (limited to 'tests/ldblib.js')
-rw-r--r--tests/ldblib.js2
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"
);