Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./perl6 -Ilib t/spec/S19-command-line/dash-e.t
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement