preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
39
HTML/Template/tests/test_blocks.html.phpt
Normal file
39
HTML/Template/tests/test_blocks.html.phpt
Normal 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue