Searched refs:text2 (Results 1 – 2 of 2) sorted by relevance
43 my $text2 = $template1->fill_in(SAFE => $c);44 ok defined $text2;81 $text2 = $template1->fill_in(SAFE => $c);82 ok defined $text2;96 is $text2, $text3;102 $text2 =~ s/'kill'/kill/; # 5.8.1 added quote marks around the op name103 is $text2, $badsafeoutput;114 $text2 = $template1->fill_in(SAFE => Safe->new);117 is $text1, $text2;
119 #define text2 "more\n" macro139 || BIO_puts(req, text2) != sizeof(text2) - 1) { in test_http_method()
Completed in 7 milliseconds