[MacRuby] #494: gsub with regexp is currently broken
#494: gsub with regexp is currently broken -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- {{{
"first_name".gsub(/_[a-z]/, "\1") => "first\x01ame" }}}
{{{ $ macruby -e 'p "first_name".gsub(/_[a-z]/, "\1")' "first\x01ame" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/494> MacRuby <http://macruby.org/>
#494: gsub with regexp is currently broken -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -------------------------------------+-------------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => invalid Comment: {{{ $ ruby1.9 -e 'p "first_name".gsub(/_[a-z]/, "\1")' "first\x01ame" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/494#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby