mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
The `deepEquals` algorithm used for testing was naive, and incorrectly evaluated equality of objects in some cases. The new algorithm considers that the second object could have more keys than the first, and compares the prototypes of the objects. (cherry picked from commit cb629e18bbcb8f5a6c6fd535e290a34da7a5cfb6)