diff --git a/spec.html b/spec.html index 2e6d9b16edc..84b4e3a361a 100644 --- a/spec.html +++ b/spec.html @@ -29494,8 +29494,8 @@

Patterns

[+U] Atom[+U, ?N] Quantifier [~U] QuantifiableAssertion[~U, ?N] Quantifier [~U] Assertion[~U, ?N] - [~U] ExtendedAtom[?N] Quantifier - [~U] ExtendedAtom[?N] + [~U] Atom[~U, ?N] Quantifier + [~U] Atom[~U, ?N] Assertion[U, N] :: `^` @@ -29522,23 +29522,17 @@

Patterns

`{` DecimalDigits `,` `}` `{` DecimalDigits `,` DecimalDigits `}` - ExtendedAtom[N] ::! - `.` - `\` AtomEscape[~U, ?N] - `\` [lookahead == `c`] - CharacterClass[~U] - `(` Disjunction[~U, ?N] `)` - `(` `?` `:` Disjunction[~U, ?N] `)` - InvalidBracedQuantifier - ExtendedPatternCharacter - - Atom[U, N] :: - PatternCharacter + Atom[U, N] ::! `.` `\` AtomEscape[?U, ?N] + [~U] `\` [lookahead == `c`] CharacterClass[?U] - `(` GroupSpecifier[?U] Disjunction[?U, ?N] `)` + [+U] `(` GroupSpecifier[?U] Disjunction[?U, ?N] `)` + [~U] `(` Disjunction[?U, ?N] `)` `(` `?` `:` Disjunction[?U, ?N] `)` + [~U] InvalidBracedQuantifier + [+U] PatternCharacter + [~U] ExtendedPatternCharacter InvalidBracedQuantifier :: `{` DecimalDigits `}` @@ -29762,7 +29756,7 @@

Static Semantics: Early Errors

It is a Syntax Error if the MV of the first |DecimalDigits| is larger than the MV of the second |DecimalDigits|. - ExtendedAtom :: InvalidBracedQuantifier + Atom :: InvalidBracedQuantifier