Skip to content

Instantly share code, notes, and snippets.

@masak
Created May 5, 2010 14:33
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 masak/390842 to your computer and use it in GitHub Desktop.
Save masak/390842 to your computer and use it in GitHub Desktop.
$ grep -hR '^plan ' t/spec | grep -v .svn | perl -ne 'print unless /plan \d+;/' | sort | uniq
plan *;
plan *;
plan +@examples +1;
plan +@examples;
plan +@results;
plan +@separators + @nonseparators + 1;
plan 39+@maps*2;
plan 7 * @inttypes;
plan @tests*2;
plan tests => 22;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment