forked from tc39/test262
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `assert.deepEqual` utility method was originally implemented in support of two tests for the "RegExp Match Indices" proposal [1]. In the years since that time, it has been referenced by one additional test, where it is interchangeable with the considerably simpler `assert.compareArray`. Refactor the RegExp tests to use a simpler inline helper function that verifies the same semantics and preserves meaningful error messages. [1] tc39#2309
- Loading branch information
1 parent
16dae73
commit fc81738
Showing
11 changed files
with
34 additions
and
472 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.