préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
39
trunk/HTML/Template/tests/test_blocks.html.phpt
Normal file
39
trunk/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