Skip to content

Commit

Permalink
In CharacterSetMatcher, the Matcher must capture _A_
Browse files Browse the repository at this point in the history
... to be able to refer to it at step 2.l
  • Loading branch information
jmdyck committed Jun 16, 2023
1 parent 2e2cba5 commit 35c43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36487,7 +36487,7 @@ <h1>
1. If _rer_.[[UnicodeSets]] is *true*, then
1. Assert: _invert_ is *false*.
1. Assert: Every element of _A_ consists of a single character.
1. Return a new Matcher with parameters (_x_, _c_) that captures _rer_, _invert_, and _direction_ and performs the following steps when called:
1. Return a new Matcher with parameters (_x_, _c_) that captures _rer_, _A_, _invert_, and _direction_ and performs the following steps when called:
1. Assert: _x_ is a MatchState.
1. Assert: _c_ is a MatcherContinuation.
1. Let _Input_ be _x_'s _input_.
Expand Down

0 comments on commit 35c43a8

Please sign in to comment.