[MacRuby] #468: String.split("") doesn't work as expected
#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@thetourist ~/Tests/priority_queue_bug > ruby -e 'p "test".split("")' ["t", "e", "s", "t"] 157 jordan@thetourist ~/Tests/priority_queue_bug > /opt/homebrew/bin/ruby -e 'p "test".split("")' ["t", "e", "s", "t"] 158 jordan@thetourist ~/Tests/priority_queue_bug > macruby -e 'p "test".split("")' ["test"] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/468> MacRuby <http://macruby.org/>
#468: String.split("") doesn't work as expected -------------------------------------+-------------------------------------- Reporter: jordan.breeding@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => fixed Comment: fixed in #3072 -- Ticket URL: <http://www.macruby.org/trac/ticket/468#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby