Merge remote-tracking branch 'myk002/myk_expect_quotes' into develop

develop
lethosor 2021-06-24 01:11:21 -04:00
commit 72998cddd5
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -24,7 +24,7 @@ function expect.nil_(value, comment)
end
function expect.eq(a, b, comment)
return a == b, comment, ('%s ~= %s'):format(a, b)
return a == b, comment, ('"%s" ~= "%s"'):format(a, b)
end
function expect.ne(a, b, comment)