preparation release

This commit is contained in:
nojhan 2008-01-31 21:24:09 +00:00
commit f5e3a62ee8
196 changed files with 64314 additions and 0 deletions

View file

@ -0,0 +1,39 @@
--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>