lib/regexp_parser/syntax/tokens/escape.rb in regexp_parser-0.4.1 vs lib/regexp_parser/syntax/tokens/escape.rb in regexp_parser-0.4.2
- old
+ new
@@ -9,10 +9,10 @@
Control = [:control, :meta_sequence]
ASCII = [:bell, :backspace, :escape, :form_feed, :newline, :carriage,
:space, :tab, :vertical_tab]
- Unicode = [:codepoint_list]
+ Unicode = [:codepoint, :codepoint_list]
Meta = [:dot, :alternation,
:zero_or_one, :zero_or_more, :one_or_more,
:bol, :eol,
:group_open, :group_close,