From de64f38c2541a56e4c6faaa631a57e2532df7d11 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Sat, 17 Feb 2018 10:33:28 +0900 Subject: [PATCH] Editorial: add RegExp lookbehind assertions to annex B --- spec.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.html b/spec.html index f10859200f4..5619e9a9964 100644 --- a/spec.html +++ b/spec.html @@ -40776,6 +40776,8 @@

Syntax

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