Searched refs:should_fail (Results 1 – 1 of 1) sorted by relevance
/openssl-master/external/perl/Text-Template-1.56/t/ |
A D | taint.t | 36 sub should_fail { subroutine 76 should_fail TYPE => 'file', SOURCE => $tfile; 77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1; 78 should_fail TYPE => 'file', SOURCE => $file; 83 should_fail TYPE => 'filehandle', SOURCE => $fh; 95 should_fail TYPE => 'string', SOURCE => $ttemplate; 96 should_fail TYPE => 'string', SOURCE => $ttemplate, UNTAINT => 1; 103 should_fail TYPE => 'array', SOURCE => $tarray; 104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
|
Completed in 3 milliseconds