#494: gsub with regexp is currently broken
-------------------------------------+--------------------------------------
 Reporter:  mattaimone...@…          |        Owner:  lsansone...@…        
     Type:  defect                   |       Status:  closed               
 Priority:  blocker                  |    Milestone:  MacRuby 0.5          
Component:  MacRuby                  |   Resolution:  invalid              
 Keywords:                           |  
-------------------------------------+--------------------------------------
Changes (by mattaimone...@…):

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

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to