[MacRuby] #807: rack does not work due to regexp compilation error
#807: rack does not work due to regexp compilation error ------------------------------+--------------------------------------------- Reporter: macruby@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- macruby-0.6 > require 'rack/request' /Users/aman/.rvm/gems/macruby-0.6/gems/rack-1.2.1/lib/rack/request.rb:152: regexp `\0\z 'compilation error: U_REGEX_BAD_ESCAPE_SEQUENCE SyntaxError: compile error -- Ticket URL: <http://www.macruby.org/trac/ticket/807> MacRuby <http://macruby.org/>
#807: rack does not work due to regexp compilation error ------------------------------+--------------------------------------------- Reporter: macruby@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by joshua.ballanco@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: This is already fixed in trunk. {{{
macruby -e 'p "test" =~ /\0\z/' nil
macruby -e 'p "test\0" =~ /\0\z/' 4
macruby -v MacRuby 0.7 (ruby 1.9.2) }}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/807#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby