#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/>