From e5b66059c566a64b666dc28bedd86b9aae4df414 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Tue, 15 May 2018 05:46:05 +0900 Subject: [PATCH] Normative: add RegExp lookbehind assertions to annex B (#1102) --- spec.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.html b/spec.html index e8c575d5db..97f63ecca1 100644 --- a/spec.html +++ b/spec.html @@ -40801,6 +40801,8 @@

Syntax

[+U] `(` `?` `=` Disjunction[+U, ?N] `)` [+U] `(` `?` `!` Disjunction[+U, ?N] `)` [~U] QuantifiableAssertion[?N] + `(` `?` `<=` Disjunction[?U, ?N] `)` + `(` `?` `<!` Disjunction[?U, ?N] `)` QuantifiableAssertion[N] :: `(` `?` `=` Disjunction[~U, ?N] `)`