stripit/HTML/Template/tests/test_blocks.html.phpt
2008-01-31 21:24:09 +00:00

39 lines
405 B
PHP

--TEST--
Template Test: blocks.html
--FILE--
<?php
require_once 'testsuite.php';
compilefile('blocks.html');
--EXPECTF--
===Compiling blocks.html===
===Compiled file: blocks.html===
<span id="block1">
This is block 1
</span>
<span id="block2">
This is block 2
</span>
===With data file: blocks.html===
<span id="block1">
This is block 1
</span>
<span id="block2">
This is block 2
</span>