mjackson / citrus

Parsing Expressions for Ruby

Home Page:http://mjackson.github.io/citrus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammar that contains umlaut literal fails to initialize

rogerbraun opened this issue · comments

    grammar TestGrammar
      rule fails
         "ä"
      end
    end

This fails when I try to load it with Ruby 1.9.2, giving the error:
ArgumentError: Invalid events for length 66

This works with 1.8.7.

This should be fixed on 1.9.2 in this commit.

It is, thanks!