Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
fix(grammar) A range can contain unescaped [ and -.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 23, 2018
2 parents e49d6e5 + e770ada commit c8df174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Grammar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
::negative_class_:: #negativeclass
| ::class_::
)
( range() | literal() )+
( <class_> | range() | literal() )+ <range>?
::_class::

#range:
Expand Down

0 comments on commit c8df174

Please sign in to comment.