mirror of https://github.com/tc39/test262.git
fix order
This commit is contained in:
parent
418419a345
commit
adba7dfd9c
|
@ -19,4 +19,4 @@ assert.compareArray(["aabb", undefined, "bb"], matchResult);
|
|||
assert.sameValue(matchResult.groups.x, "bb");
|
||||
|
||||
let notMatched = "abab".match(/(?:(?:(?<x>a)|(?<x>b))\k<x>){2}/);
|
||||
assert.sameValue(null, notMatched);
|
||||
assert.sameValue(notMatched, null);
|
||||
|
|
Loading…
Reference in New Issue