Change test descriptions

This commit is contained in:
André Bargull 2015-07-29 17:24:16 +02:00
parent 99e32c6912
commit d1f718f806
11 changed files with 11 additions and 11 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.