Subject: | Process last arg of ok that is a hash or array ref as options |
Process last arg of ok that is a hash or array ref as options. Add notes and test name option where test name is printed out after the /(ok|not ok)/, before any command '#'
ok @list, 3, [notes=>join(',',@list)]; #extra notes
ok @list, 3, {name=>'\@list size}; #name
ok @list, 3, [name=>'\@list size,notes=>join(',',@list)]; #name¬es
Ditto skip subroutine