Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created July 12, 2016 23:55
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/d903e0add1e70aea0782edd6253eaf78 to your computer and use it in GitHub Desktop.
Save zoffixznet/d903e0add1e70aea0782edd6253eaf78 to your computer and use it in GitHub Desktop.
use Test;
plan 2;
subtest 'meow', {
plan 1;
todo 'foo';
ok 1;
}
todo 'bar';
ok 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment