Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 5, 2017 17:41
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/8a51c42894a478a27e187a37afa7308c to your computer and use it in GitHub Desktop.
Save zoffixznet/8a51c42894a478a27e187a37afa7308c to your computer and use it in GitHub Desktop.
$ cat t.t
use Test::More;
ok 1, '\\';
done_testing;
$ prove -vlr t.t
t.t ..
ok 1 - \
1..1
ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.04 cusr 0.00 csys = 0.07 CPU)
Result: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment