mirror of https://github.com/tc39/test262.git
update descriptions for existing duplicate-capture-groups tests
This commit is contained in:
parent
d45766bef3
commit
b42d184876
|
@ -2,10 +2,11 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: GroupSpecifiers must be unique.
|
description: GroupSpecifiers within one alternative must be unique.
|
||||||
info: |
|
info: |
|
||||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
|
||||||
|
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
|
||||||
esid: sec-patterns-static-semantics-early-errors
|
esid: sec-patterns-static-semantics-early-errors
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: GroupSpecifiers must be unique.
|
description: GroupSpecifiers within one alternative must be unique.
|
||||||
info: |
|
info: |
|
||||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
|
||||||
|
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
|
||||||
esid: sec-patterns-static-semantics-early-errors
|
esid: sec-patterns-static-semantics-early-errors
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: GroupSpecifiers must be unique.
|
description: GroupSpecifiers within one alternative must be unique.
|
||||||
info: |
|
info: |
|
||||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
|
||||||
|
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
|
||||||
esid: sec-patterns-static-semantics-early-errors
|
esid: sec-patterns-static-semantics-early-errors
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: GroupSpecifiers must be unique.
|
description: GroupSpecifiers within one alternative must be unique.
|
||||||
info: |
|
info: |
|
||||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
_x_ and _y_ for which CapturingGroupName(_x_) is the same as
|
||||||
|
CapturingGroupName(_y_) and such that CanBothParticipate(_x_, _y_) is *true*.
|
||||||
esid: sec-patterns-static-semantics-early-errors
|
esid: sec-patterns-static-semantics-early-errors
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
|
|
Loading…
Reference in New Issue