Skip to content

Commit

Permalink
Editorial: remove _ RHS from RegExpIdentifierPart
Browse files Browse the repository at this point in the history
... because it's already derived by UnicodeIDContinue RHS.

(See issue #1059.)
  • Loading branch information
jmdyck committed Feb 8, 2018
1 parent 261bc18 commit a1f915b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -29189,7 +29189,6 @@ <h2>Syntax</h2>
RegExpIdentifierPart[U] ::
UnicodeIDContinue
`$`
`_`
`\` RegExpUnicodeEscapeSequence[?U]
&lt;ZWNJ&gt;
&lt;ZWJ&gt;
Expand Down

0 comments on commit a1f915b

Please sign in to comment.