diff --git a/spec.html b/spec.html index c20f918ee29..d94913ae670 100644 --- a/spec.html +++ b/spec.html @@ -29495,8 +29495,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] :: `^` @@ -29523,23 +29523,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 `}` @@ -29763,7 +29757,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