berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

gsub is broken #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
puts 'aB'.gsub(/([A-Z]+)/) { $1.downcase }

Should print "ab", but just print "b".

Original issue reported on code.google.com by sanxiyn on 24 Sep 2007 at 2:30

GoogleCodeExporter commented 9 years ago
Fix + test attached.

Original comment by sason...@gmail.com on 27 Sep 2007 at 6:27

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 29 Sep 2007 at 5:43