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] --- 466 -
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] --- 466 -
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] --- 472 -
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] --- 472 -
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] --- 466 -
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] --- 466 -
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] --- 467 -
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] --- 467 -
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] --- 466 -
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] --- 466 -
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] --- 466 -
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] --- 466 -
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] --- 468 -
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] --- 468 -
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] --- 540 -
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] --- 542 -
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] --- 542 -
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] --- 540 -
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] --- 484 -
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] --- 524 -
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] --- 524 -
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] --- 502 -
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] --- 502 -
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] --- 507 -
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] --- 507 -
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] --- 507 -
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] --- 507 -
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] --- 514 -
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] --- 514 -
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] --- 509 -
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] --- 509 -
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] --- 514 -
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] --- 514 -
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] --- 498 -
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] --- 499 -
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] --- 499 -
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] --- 498 -
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] --- 507 -
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] --- 507 -
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] --- 523 -
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] --- 501 -
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] --- 501 -
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] --- 523 -
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] --- 499 -
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] --- 499 -
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] --- 499 -
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] --- 499 -
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] --- 484 -
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] --- 484 -
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] --- 460 -
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] --- 460 -
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] --- 452 -
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] --- 452 -
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] --- 457 -
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] --- 457 -
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] --- 454 -
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] --- 454 -
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] --- 484 -
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] --- 484 -
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] --- 468 -
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] --- 468 -
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] --- 452 -
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] --- 452 -
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] --- 454 -
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] --- 454 -
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] --- 457 -
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] --- 457 -
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] --- 468 -
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] --- 468 -
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] --- 467 -
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] --- 467 -
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] --- 458 -
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] --- 458 -
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] --- 458 -
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] --- 458 -
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] --- 442 -
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] --- 442 -
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] --- 441 -
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] --- 441 -
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] --- 432 -
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] --- 432 -
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] --- 431 -
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] --- 431 -
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] --- 443 -
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] --- 443 -
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] --- 442 -
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] --- 442 -
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] --- 443 -
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] --- 443 -
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] --- 444 -
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] --- 444 -
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] --- 444 -
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] --- 444 -
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] --- 450 -
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] --- 450 -
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] --- 453 -
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] --- 453 -
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] --- 453 -
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] --- 453 -
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] --- 531 -
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] --- 502 -
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] --- 502 -
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] --- 495 -
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] --- 495 -
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] --- 495 -
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] --- 495 -
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] --- 496 -
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] --- 496 -
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] --- 496 -
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] --- 496 -
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] --- 496 -
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] --- 496 -
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] --- 507 -
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] --- 507 -
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] --- 494 -
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] --- 494 -
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] --- 487 -
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] --- 487 -
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] --- 497 -
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] --- 497 -
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] --- 515 -
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] --- 515 -
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] --- 502 -
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] --- 502 -
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] --- 498 -
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] --- 498 -
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] --- 495 -
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] --- 495 -
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] --- 496 -
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] --- 496 -
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] --- 491 -
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] --- 491 -
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] --- 496 -
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] --- 496 -
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] --- 509 -
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] --- 509 -
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] --- 453 -
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] --- 453 -
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] --- 457 -
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] --- 457 -
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] --- 463 -
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] --- 463 -
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] --- 463 -
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] --- 452 -