Advertisement
Guest User

Untitled

a guest
Apr 19th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. new-host-2:rakudo (nom=) geistteufel$ ./perl6 -Ilib t/spec/S19-command-line/dash-e.t
  2. 1..3
  3. ok 1 - -e print $something works
  4. not ok 2 - -e print $something works with non-ASCII string literals
  5. # got out: "ȧ"
  6. # expected out: "ȧ"
  7. not ok 3 - -e works with non-ASCII program texts
  8. # got status: 1
  9. # got out: ""
  10. # expected out: "23"
  11. # got err: "===SORRY!===\nConfused\nat -e:1\n"
  12. # expected err: ""
  13. # Looks like you failed 2 tests of 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement