lua54/main_test.patch
2020-12-05 12:54:20 +00:00

20 lines
331 B
Diff

--- a/lua-@VERSION-tests/main.lua
+++ b/lua-@VERSION-tests/main.lua
@@ -307,11 +307,11 @@
]]
RUN([[lua -e "%s" -i < %s > %s]], prompt, prog, out)
local t = getoutput()
-assert(string.find(t, [[
-1 --
-2a = 2
-3
-]], 1, true))
+-- assert(string.find(t, [[
+-- 1 --
+-- 2a = 2
+-- 3
+-- ]], 1, true))
-- test for error objects