Lines Matching refs:text1
40 my $text1 = $template1->fill_in();
41 ok defined $text1;
64 is $text1, $goodoutput;
78 $text1 = $template1->fill_in();
79 ok defined $text1;
92 is $text1, $text4;
99 is $text1, $badnosafeoutput;
113 $text1 = $template1->fill_in();
117 is $text1, $text2;
129 $text1 = $templateB->fill_in(
135 is $text1, $result1;