#965: Regexp literal with options broken in macirb -------------------------------+-------------------------------------------- Reporter: akappen@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: macirb regexp | -------------------------------+-------------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed Comment: Thanks! Fixed in r4838: {{{ $ macirb irb(main):001:0> 'sPeaK' =~ /speak/i => 0 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/965#comment:3> MacRuby <http://macruby.org/>