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.
|
||||
|
||||
/*---
|
||||
description: GroupSpecifiers must be unique.
|
||||
description: GroupSpecifiers within one alternative must be unique.
|
||||
info: |
|
||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
||||
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||
_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
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
// 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: |
|
||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
||||
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||
_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
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
// 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: |
|
||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
||||
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||
_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
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
// 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: |
|
||||
It is a Syntax Error if Pattern contains multiple GroupSpecifiers
|
||||
whose enclosed RegExpIdentifierNames have the same StringValue.
|
||||
It is a Syntax Error if |Pattern| contains two distinct |GroupSpecifier|s
|
||||
_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
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
Loading…
Reference in New Issue