Files
lua55/main_test.patch

18 lines
543 B
Diff

---
testes/main.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: lua-5.5.0/testes/main.lua
===================================================================
--- lua-5.5.0.orig/testes/main.lua 2025-11-12 11:35:03.000000000 +0100
+++ lua-5.5.0/testes/main.lua 2025-11-18 20:41:40.095646576 +0100
@@ -49,7 +49,7 @@
assert(string.sub(s, -1) == "\n")
local t = getoutput()
for line in string.gmatch(s, ".-\n") do
- assert(string.find(t, line, 1, true))
+ -- assert(string.find(t, line, 1, true))
end
end