Update test to work with fixed gsub behavior
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local function fixhash(msg)
|
||||
return string.gsub(msg, "@(%x+)", function(s) return "@"..(string.rep("x", 6)) end)
|
||||
return (string.gsub(msg, "@(%x+)", function(s) return "@"..(string.rep("x", 6)) end))
|
||||
end
|
||||
|
||||
obj = luajava.newInstance("java.lang.Object")
|
||||
|
||||
Reference in New Issue
Block a user