We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24a746 commit 475aa7cCopy full SHA for 475aa7c
1 file changed
test/compare.lua
@@ -31,7 +31,7 @@ function export.eq(a, b)
31
end
32
for k in pairs(b) do
33
if not mark[k] then
34
- return false, string.format(".%s: missing key in result", k)
+ return false, string.format(".%s: unexpected key in result", k)
35
36
37
return true
0 commit comments