Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 2 of 2) sorted by relevance

/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t43 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 name
103 is $text2, $badsafeoutput;
114 $text2 = $template1->fill_in(SAFE => Safe->new);
117 is $text1, $text2;
/openssl/test/
H A Dhttp_test.c119 #define text2 "more\n" macro
139 || BIO_puts(req, text2) != sizeof(text2) - 1) { in test_http_method()

Completed in 9 milliseconds