[MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

MacRuby ruby-noreply at macosforge.org
Sun Sep 27 11:11:05 PDT 2009


#352: macirb does not eval UTF-String
------------------------+---------------------------------------------------
 Reporter:  dev@…       |       Owner:  lsansonetti@…        
     Type:  defect      |      Status:  new                  
 Priority:  major       |   Milestone:  MacRuby 0.5          
Component:  MacRuby     |    Keywords:                       
------------------------+---------------------------------------------------

Old description:

> {{{
> $ echo 'p "Rübe"' | macirb
> p "Rübe"
> SyntaxError: (irb):1: unterminated string meets end of file
>         from core:in `eval:'
>         from core:in `evaluate:'
> }}}

New description:

 {{{
 $ echo 'p "Rübe"' | macirb
 p "Rübe"
 SyntaxError: (irb):1: unterminated string meets end of file
         from core:in `eval:'
         from core:in `evaluate:'
 }}}

--

Comment(by mattaimonetti@…):

 confirmed

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/352#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list