[MacRuby-devel] [MacRuby] #468: String.split("") doesn't work as expected

MacRuby ruby-noreply at macosforge.org
Sun Nov 29 20:51:06 PST 2009


#468: String.split("") doesn't work as expected
-------------------------------------+--------------------------------------
 Reporter:  jordan.breeding@…        |       Owner:  lsansonetti@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:                       
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------
 As reported on the list String.split("") doesn't work as expected:

 {{{
 156 jordan at thetourist ~/Tests/priority_queue_bug > ruby -e 'p
 "test".split("")'
 ["t", "e", "s", "t"]
 157 jordan at thetourist ~/Tests/priority_queue_bug > /opt/homebrew/bin/ruby
 -e 'p "test".split("")'
 ["t", "e", "s", "t"]
 158 jordan at thetourist ~/Tests/priority_queue_bug > macruby -e 'p
 "test".split("")'
 ["test"]
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/468>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list