Lines Matching refs:text1
40 my $text1 = $template1->fill_in();
41 ok defined $text1;
51 # print +($text1 eq $text3 ? '' : 'not '), "ok $n\n";
61 # print +($text1 eq $text2 ? '' : 'not '), "ok $n\n";
64 is $text1, $goodoutput;
78 $text1 = $template1->fill_in();
79 ok defined $text1;
90 # (11) text1 and text4 should be the same (using safe in between
92 is $text1, $text4;
98 # (13) text1 should yield badnosafeoutput
99 is $text1, $badnosafeoutput;
113 $text1 = $template1->fill_in();
117 is $text1, $text2;
129 $text1 = $templateB->fill_in(
135 is $text1, $result1;