lib/pickle/parser/matchers.rb in pickle-0.4.3 vs lib/pickle/parser/matchers.rb in pickle-0.4.4

- old
+ new

@@ -12,10 +12,10 @@ def match_prefix '(?:(?:a|an|another|the|that) )' end def match_quoted - '(?:[^\\"]|\\.)*' + '(?:\\\\"|[^\\"]|\\.)*' end def match_label "(?::? \"#{match_quoted}\")" end \ No newline at end of file