# New Ticket Created by Reini Urban # Please include the string: [perl #112746] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112746 >
$ PERL6LIB=lib ./perl6 t/spec/S19-command-line/dash-e.t 2>&1 >dash-e.log rurban@winxp /usr/src/parrot/rakudo-201204-1/build $ cat dash-e.log 1..3 ok 1 - -e print $something works not ok 2 - -e print $something works with non-ASCII string literals # got out: "ȧ" # expected out: "ȧ" not ok 3 - -e works with non-ASCII program texts # got status: 1 # got out: "" # expected out: "23" # got err: "===SORRY!===\nConfused\nat -e:1\n" # expected err: "" # Looks like you failed 2 tests of 3 $ echo $LANG en_US.UTF-8 $ env |grep LC -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/