summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test01.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/output/test01.html')
-rw-r--r--src/zope/tal/tests/output/test01.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/zope/tal/tests/output/test01.html b/src/zope/tal/tests/output/test01.html
new file mode 100644
index 0000000..7064db0
--- /dev/null
+++ b/src/zope/tal/tests/output/test01.html
@@ -0,0 +1,68 @@
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "DTD/xhtml1-transitional.dtd">
+<html>
+
+ <head>dadada</head>
+
+ <body>
+
+ <h1>This
+Is
+The
+Replaced
+Title</h1>
+
+ <!-- test entity references -->
+ &nbsp;&HarryPotter;
+
+ <!-- examples adapted from TemplateAttributeLanguageSyntax -->
+
+ <span>here/id</span>
+
+ <p>5</p>
+
+ <p>
+ honda
+ </p>
+ <p>
+ subaru
+ </p>
+ <p>
+ acura
+ </p>
+
+ <p xml:foo="bar">foo bar</p>
+
+ <!-- more examples -->
+
+ <ul>
+ <span>
+ <li>honda</li>
+ </span>
+ <span>
+ <li>subaru</li>
+ </span>
+ <span>
+ <li>acura</li>
+ </span>
+ </ul>
+
+ <!-- test attribute expansion -->
+
+ <a href="http://python.org">python</a>
+ <a href="http://python.org">python</a>
+
+ <!-- test insert/replace structure -->
+ <span></span>
+
+
+ <span />
+ <span />
+
+ &nbsp;<h3>Header Level 3</h3>
+ <span>&nbsp;<h3>Header Level 3</h3></span>
+
+ </body>
+
+</html>