Guest User

Untitled

a guest
May 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $ grep -hR '^plan ' t/spec | grep -v .svn | perl -ne 'print unless /plan \d+;/' | sort | uniq
  2. plan *;
  3. plan *;
  4. plan +@examples +1;
  5. plan +@examples;
  6. plan +@results;
  7. plan +@separators + @nonseparators + 1;
  8. plan 39+@maps*2;
  9. plan 7 * @inttypes;
  10. plan @tests*2;
  11. plan tests => 22;
Add Comment
Please, Sign In to add comment