Open ghost opened 11 years ago
I think this is not the correct behavior:
/a/.should.eql(/b/); // true /a/.should.eql({}); // true
I think this is not the correct behavior: