-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
The following fails, but I would not expect it to and I haven't seen it listed as a limitation anywhere:
local assert = require("luassert")
assert.are.same({ [{}] = 1 }, { [{}] = 1 }) -- lua: rep.lua:2: Expected objects to be the same.I'm not sure a feasible fix exists given the fact that there's no easy way to tell which key to compare with which, but it would be nice to at least have a note about this limitation in the README.
Metadata
Metadata
Assignees
Labels
No labels