Searched refs:should_work (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
D | taint.t | 47 sub should_work { subroutine 79 should_work TYPE => 'file', SOURCE => $file, UNTAINT => 1; 87 should_work TYPE => 'filehandle', SOURCE => $fh, UNTAINT => 1; 97 should_work TYPE => 'string', SOURCE => $template; 98 should_work TYPE => 'string', SOURCE => $template, UNTAINT => 1; 105 should_work TYPE => 'array', SOURCE => $array; 106 should_work TYPE => 'array', SOURCE => $array, UNTAINT => 1;
|