aboutsummaryrefslogtreecommitdiff
path: root/tests/ldblib.js
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-05-24 15:04:57 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-05-24 15:04:57 +0200
commited84714a5dc721beecae3996ebe81678d6680bf2 (patch)
treea18901fb690a30ca6695a51576498e819b98d3bd /tests/ldblib.js
parent4cdbde1b03edf85c47e4497e496c668c733b6639 (diff)
downloadfengari-ed84714a5dc721beecae3996ebe81678d6680bf2.tar.gz
fengari-ed84714a5dc721beecae3996ebe81678d6680bf2.tar.bz2
fengari-ed84714a5dc721beecae3996ebe81678d6680bf2.zip
[test-suite] sort.js passes
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 f381d8e..82d40c2 100644
--- a/tests/ldblib.js
+++ b/tests/ldblib.js
@@ -44,7 +44,7 @@ test('debug.sethook', function (t) {
t.strictEqual(
lua.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 count line count line count line count line return count line count line count line return count line count line count line return count line ",
"Correct element(s) on the stack"
);