Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 2, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/b15a5f502ef65d5a6476de10e9b44d55 to your computer and use it in GitHub Desktop.
Save zoffixznet/b15a5f502ef65d5a6476de10e9b44d55 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.eEplQ4xhJn$ cat foo.t
use Test;
plan 1;
todo 1;
flunk '\\';
zoffix@VirtualBox:/tmp/tmp.eEplQ4xhJn$ prove6 foo.t
foo.t ..
1..1
not ok 1 - \\# TODO 1
# Failed test '\\'
# at foo.t line 4
ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr 0.02 csys = 0.21 CPU)
Result: PASS
zoffix@VirtualBox:/tmp/tmp.eEplQ4xhJn$ type prove6
prove6 is aliased to `prove -e "perl6 -Ilib" -vr'
zoffix@VirtualBox:/tmp/tmp.eEplQ4xhJn$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment