diff options
Diffstat (limited to 'tests/ldblib.js')
-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" ); |