mirror of https://github.com/tc39/test262.git
Change test descriptions
This commit is contained in:
parent
99e32c6912
commit
d1f718f806
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Standalone brackets
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - ClassEscape in range expression
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Identity escape with basic latin characters
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Identity escape with basic latin letters
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Invalid control escape sequences
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Incomplete Unicode escape sequences
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Incomplete hexadecimal escape sequences
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Incomplete quantifiers
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Octal escape sequences
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Production 'QuantifiableAssertion Quantifier'
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExps.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: Extension B.1.4 is not applied for Unicode RegExp
|
||||
description: B.1.4 is not applied for Unicode RegExp - Quantifier without matching Atom
|
||||
info: >
|
||||
The compatibility extensions defined in B.1.4 Regular Expressions Patterns
|
||||
are not applied for Unicode RegExp.
|
||||
|
|
Loading…
Reference in New Issue