Closed tvjg closed 11 years ago
Discussed in #107. eql implies it provides non-strict equality checking, but in some cases falls back to using === even though the accompanying comment indicates it should do otherwise. Restore == comparison and fix affected test.
eql
===
==
Thanks
Discussed in #107.
eql
implies it provides non-strict equality checking, but in some cases falls back to using===
even though the accompanying comment indicates it should do otherwise. Restore==
comparison and fix affected test.