preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
31
HTML/Template/tests/test_error_foreach.html.phpt
Normal file
31
HTML/Template/tests/test_error_foreach.html.phpt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
--TEST--
|
||||
Template Test: error_foreach.html
|
||||
--FILE--
|
||||
<?php
|
||||
require_once 'testsuite.php';
|
||||
compilefile('error_foreach.html');
|
||||
|
||||
--EXPECTF--
|
||||
===Compiling error_foreach.html===
|
||||
|
||||
|
||||
|
||||
===Compiled file: error_foreach.html===
|
||||
|
||||
|
||||
|
||||
<!-- Bugs: 739
|
||||
<td flexy:foreach="xxxx">xxx</td>
|
||||
{foreach:xxxx} {end:}
|
||||
-->
|
||||
|
||||
|
||||
|
||||
===With data file: error_foreach.html===
|
||||
|
||||
|
||||
|
||||
<!-- Bugs: 739
|
||||
<td flexy:foreach="xxxx">xxx</td>
|
||||
{foreach:xxxx} {end:}
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue