Skip to content

Commit

Permalink
Normative: add RegExp lookbehind assertions to annex B
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Feb 17, 2018
1 parent 4b21985 commit c6941f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -40776,6 +40776,8 @@ <h2>Syntax</h2>
[+U] `(` `?` `=` Disjunction[+U, ?N] `)`
[+U] `(` `?` `!` Disjunction[+U, ?N] `)`
[~U] QuantifiableAssertion[?N]
`(` `?` `&lt;=` Disjunction[?U, ?N] `)`
`(` `?` `&lt;!` Disjunction[?U, ?N] `)`

QuantifiableAssertion[N] ::
`(` `?` `=` Disjunction[~U, ?N] `)`
Expand Down

0 comments on commit c6941f3

Please sign in to comment.