Name Description Size Coverage
binary-property-with-value-ASCII_-_F-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_F.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_Invalid-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 503 -
binary-property-with-value-ASCII_-_Invalid.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 503 -
binary-property-with-value-ASCII_-_N-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_N.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_No-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 498 -
binary-property-with-value-ASCII_-_No.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 498 -
binary-property-with-value-ASCII_-_T-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_T.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_Y-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_Y.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 497 -
binary-property-with-value-ASCII_-_Yes-negated.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
binary-property-with-value-ASCII_-_Yes.js --- author: Mathias Bynens description: > Binary properties with an explicit value must throw in Unicode property escapes (even if the value is valid). esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
browser.js 0 -
character-class-range-end.js --- author: Mathias Bynens description: > NonemptyClassRanges :: ClassAtom - ClassAtom ClassRanges It is a Syntax Error if IsCharacterClass of the first ClassAtom is true or IsCharacterClass of the second ClassAtom is true. esid: sec-patterns-static-semantics-early-errors negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 571 -
character-class-range-no-dash-end.js --- author: Mathias Bynens description: > NonemptyClassRangesNoDash :: ClassAtomNoDash - ClassAtom ClassRanges It is a Syntax Error if IsCharacterClass of ClassAtomNoDash is true or IsCharacterClass of ClassAtom is true. esid: sec-patterns-static-semantics-early-errors negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 573 -
character-class-range-no-dash-start.js --- author: Mathias Bynens description: > NonemptyClassRangesNoDash :: ClassAtomNoDash - ClassAtom ClassRanges It is a Syntax Error if IsCharacterClass of ClassAtomNoDash is true or IsCharacterClass of ClassAtom is true. esid: sec-patterns-static-semantics-early-errors negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 573 -
character-class-range-start.js --- author: Mathias Bynens description: > NonemptyClassRanges :: ClassAtom - ClassAtom ClassRanges It is a Syntax Error if IsCharacterClass of the first ClassAtom is true or IsCharacterClass of the second ClassAtom is true. esid: sec-patterns-static-semantics-early-errors negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 571 -
character-class.js --- author: Mathias Bynens description: > Unicode property escapes must be supported in character classes. esid: sec-static-semantics-unicodematchproperty-p features: [regexp-unicode-property-escapes] --- 506 -
generated -
grammar-extension-circumflex-negation-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 555 -
grammar-extension-circumflex-negation.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 555 -
grammar-extension-empty-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
grammar-extension-empty.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
grammar-extension-In-prefix-Block-implicit-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-In-prefix-Block-implicit.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-In-prefix-Script-implicit-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-In-prefix-Script-implicit.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-In-prefix-Script-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 545 -
grammar-extension-In-prefix-Script.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 545 -
grammar-extension-invalid-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 540 -
grammar-extension-invalid.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 540 -
grammar-extension-Is-prefix-Script-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 545 -
grammar-extension-Is-prefix-Script.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 545 -
grammar-extension-no-braces-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 529 -
grammar-extension-no-braces-value-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
grammar-extension-no-braces-value.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
grammar-extension-no-braces.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 529 -
grammar-extension-separator-and-value-only-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-separator-and-value-only.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
grammar-extension-separator-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 554 -
grammar-extension-separator-only-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 532 -
grammar-extension-separator-only.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 532 -
grammar-extension-separator.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 554 -
grammar-extension-unclosed-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
grammar-extension-unclosed.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
grammar-extension-unopened-negated.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
grammar-extension-unopened.js --- author: Mathias Bynens description: > This tests violations of the grammar starting here: CharacterClassEscape[U]:: [+U] p{ UnicodePropertyValueExpression } [+U] P{ UnicodePropertyValueExpression } esid: prod-CharacterClassEscape negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 530 -
loose-matching-01-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 515 -
loose-matching-01.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 515 -
loose-matching-02-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 491 -
loose-matching-02.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 491 -
loose-matching-03-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 483 -
loose-matching-03.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 483 -
loose-matching-04-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
loose-matching-04.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
loose-matching-05-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 485 -
loose-matching-05.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 485 -
loose-matching-06-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 515 -
loose-matching-06.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 515 -
loose-matching-07-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
loose-matching-07.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
loose-matching-08-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 483 -
loose-matching-08.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 483 -
loose-matching-09-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 485 -
loose-matching-09.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 485 -
loose-matching-10-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
loose-matching-10.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
loose-matching-11-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
loose-matching-11.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 499 -
loose-matching-12-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 498 -
loose-matching-12.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 498 -
loose-matching-13-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 489 -
loose-matching-13.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 489 -
loose-matching-14-negated.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 489 -
loose-matching-14.js --- author: Mathias Bynens description: > Loose matching must not be applied when matching properties and values in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 489 -
non-binary-property-without-value-General_Category-equals-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 473 -
non-binary-property-without-value-General_Category-equals.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 473 -
non-binary-property-without-value-General_Category-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 472 -
non-binary-property-without-value-General_Category.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 472 -
non-binary-property-without-value-Script-equals-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 463 -
non-binary-property-without-value-Script-equals.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 463 -
non-binary-property-without-value-Script-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 462 -
non-binary-property-without-value-Script.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 462 -
non-binary-property-without-value-Script_Extensions-equals-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 474 -
non-binary-property-without-value-Script_Extensions-equals.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 474 -
non-binary-property-without-value-Script_Extensions-negated.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 473 -
non-binary-property-without-value-Script_Extensions.js --- author: Mathias Bynens description: > Non-binary properties without a value must throw in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 473 -
non-existent-binary-property-negated.js --- author: Mathias Bynens description: > Non-existent properties must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 474 -
non-existent-binary-property.js --- author: Mathias Bynens description: > Non-existent properties must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 474 -
non-existent-property-and-value-negated.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 475 -
non-existent-property-and-value.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 475 -
non-existent-property-existing-value-negated.js --- author: Mathias Bynens description: > Non-existent properties must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 475 -
non-existent-property-existing-value.js --- author: Mathias Bynens description: > Non-existent properties must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 475 -
non-existent-property-value-general-category.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 481 -
non-existent-property-value-General_Category-negated.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 481 -
non-existent-property-value-Script-negated.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
non-existent-property-value-Script.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
non-existent-property-value-Script_Extensions-negated.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
non-existent-property-value-Script_Extensions.js --- author: Mathias Bynens description: > Non-existent property values must not be supported in Unicode property escapes. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
shell.js 0 -
special-property-value-Script_Extensions-Unknown.js --- author: Richard Gibson description: > Unicode property "Script_Extensions" and alias "scx" must support special value "Unknown" and alias "Zzzz" (cf. https://www.unicode.org/reports/tr24/#Script_Extensions_Def). esid: sec-compiletocharset features: [regexp-unicode-property-escapes] --- 553 -
unsupported-binary-property-Composition_Exclusion-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
unsupported-binary-property-Composition_Exclusion.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
unsupported-binary-property-Expands_On_NFC-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Expands_On_NFC.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Expands_On_NFD-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Expands_On_NFD.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Expands_On_NFKC-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Expands_On_NFKC.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Expands_On_NFKD-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Expands_On_NFKD.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-FC_NFKC_Closure-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-FC_NFKC_Closure.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Full_Composition_Exclusion-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
unsupported-binary-property-Full_Composition_Exclusion.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 538 -
unsupported-binary-property-Grapheme_Link-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 525 -
unsupported-binary-property-Grapheme_Link.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 525 -
unsupported-binary-property-Hyphen-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 518 -
unsupported-binary-property-Hyphen.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 518 -
unsupported-binary-property-Other_Alphabetic-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 528 -
unsupported-binary-property-Other_Alphabetic.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 528 -
unsupported-binary-property-Other_Default_Ignorable_Code_Point-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 546 -
unsupported-binary-property-Other_Default_Ignorable_Code_Point.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 546 -
unsupported-binary-property-Other_Grapheme_Extend-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
unsupported-binary-property-Other_Grapheme_Extend.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 533 -
unsupported-binary-property-Other_ID_Continue-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 529 -
unsupported-binary-property-Other_ID_Continue.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 529 -
unsupported-binary-property-Other_ID_Start-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Other_ID_Start.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 526 -
unsupported-binary-property-Other_Lowercase-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Other_Lowercase.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Other_Math-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 522 -
unsupported-binary-property-Other_Math.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 522 -
unsupported-binary-property-Other_Uppercase-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Other_Uppercase.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 527 -
unsupported-binary-property-Prepended_Concatenation_Mark-negated.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 540 -
unsupported-binary-property-Prepended_Concatenation_Mark.js --- author: Mathias Bynens description: > Some binary properties used to be part of the Unicode property escapes proposal but were later removed. They must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 540 -
unsupported-property-Block-with-value-negated.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
unsupported-property-Block-with-value.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 484 -
unsupported-property-FC_NFKC_Closure-negated.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
unsupported-property-FC_NFKC_Closure.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 488 -
unsupported-property-Line_Break-negated.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 494 -
unsupported-property-Line_Break-with-value-negated.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 494 -
unsupported-property-Line_Break-with-value.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 494 -
unsupported-property-Line_Break.js --- author: Mathias Bynens description: > Properties not explicitly listed in the Unicode property escapes spec must not be supported. esid: sec-static-semantics-unicodematchproperty-p negative: phase: parse type: SyntaxError features: [regexp-unicode-property-escapes] --- 483 -