Lines Matching refs:should
34 my $goodtemplate = q{This should succeed: { $v }};
35 my $goodoutput = q{This should succeed: 119};
50 # same template text should yield the same result.
59 # should yield the same result.
66 my $badtemplate = qq{This should fail: { $BADOP; 'NOFAIL' }};
67 my $badnosafeoutput = q{This should fail: NOFAIL};
69 q{This should fail: Program fragment delivered error ``kill trapped by operation mask at template line 1.''};
77 # none of these should fail
90 # (11) text1 and text4 should be the same (using safe in between
94 # (12) text2 and text3 should be the same (same template text in different
98 # (13) text1 should yield badnosafeoutput
101 # (14) text2 should yield badsafeoutput