preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
64
HTML/Template/tests/test_raw_text.html.phpt
Normal file
64
HTML/Template/tests/test_raw_text.html.phpt
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
--TEST--
|
||||
Template Test: raw_text.html
|
||||
--FILE--
|
||||
<?php
|
||||
require_once 'testsuite.php';
|
||||
compilefile('raw_text.html');
|
||||
|
||||
--EXPECTF--
|
||||
===Compiling raw_text.html===
|
||||
|
||||
|
||||
|
||||
===Compiled file: raw_text.html===
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Untitled Document</title>
|
||||
|
||||
<body>
|
||||
<h2>Example Template for HTML_Template_Flexy</h2>
|
||||
|
||||
a full string example ~!@#$%^&*() |": ?\][;'/.,=-_+ ~` abcd....
|
||||
asfasfdas
|
||||
|
||||
|
||||
|
||||
<h2>Bugs: 809 Comments:</h2>
|
||||
|
||||
|
||||
<!--- this is a comment with alot of stuff.. --# ---->
|
||||
|
||||
<!-- this is a comment with alot of stuff.. --# -- -->
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
===With data file: raw_text.html===
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Untitled Document</title>
|
||||
|
||||
<body>
|
||||
<h2>Example Template for HTML_Template_Flexy</h2>
|
||||
|
||||
a full string example ~!@#$%^&*() |": ?\][;'/.,=-_+ ~` abcd....
|
||||
asfasfdas
|
||||
|
||||
|
||||
|
||||
<h2>Bugs: 809 Comments:</h2>
|
||||
|
||||
|
||||
<!--- this is a comment with alot of stuff.. --# ---->
|
||||
|
||||
<!-- this is a comment with alot of stuff.. --# -- -->
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue