X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02simple.t;h=8d57fcb0c83d1441b0ddca8e0a486392a331eea9;hb=576f44e128834326c012537275775970393fbe3b;hp=1854a8fb73dab00b0b0663a9f37e7c6b52238f3c;hpb=485da0adf26fc195c28b8e9997f1014bbb964e72;p=scpubgit%2FApp-SCS.git diff --git a/t/02simple.t b/t/02simple.t index 1854a8f..8d57fcb 100644 --- a/t/02simple.t +++ b/t/02simple.t @@ -41,6 +41,10 @@ like( 'Layout woven correctly' ); -warn $simple1->_content_zoom->to_html; +like( + $simple1->_content_zoom->to_html, + qr{]*>Simple 1<}s, + 'Page data interpolated' +); done_testing;