From f2698d4c4d5dd02888a493e3b6919e657c02b49a Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 26 May 2017 10:00:01 +0200 Subject: runJS switch instead of if elses --- tests/test-suite/inprogress/api.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-suite/inprogress') diff --git a/tests/test-suite/inprogress/api.js b/tests/test-suite/inprogress/api.js index 06a1648..72db2c2 100644 --- a/tests/test-suite/inprogress/api.js +++ b/tests/test-suite/inprogress/api.js @@ -88,6 +88,7 @@ test("[test-suite] api: absindex", function (t) { test("[test-suite] api: testing alignment", function (t) { let luaCode = ` + -- Useless tests in fengari since we do the same thing in d2s than in string.pack a = T.d2s(12458954321123.0) assert(a == string.pack("d", 12458954321123.0)) assert(T.s2d(a) == 12458954321123.0) -- cgit v1.2.3-54-g00ecf