summaryrefslogtreecommitdiff
path: root/tests/output/test04.html
diff options
context:
space:
mode:
authorJim Fulton <jim@zope.com>2002-12-25 14:15:36 +0000
committerJim Fulton <jim@zope.com>2002-12-25 14:15:36 +0000
commit0aaa46d84e4d74a8614f098b677e654d978321e9 (patch)
treee3f3e8d167f9b7147b94da88970b1f6e420a13e4 /tests/output/test04.html
downloadzope-tal-0aaa46d84e4d74a8614f098b677e654d978321e9.tar.gz
Grand renaming:
- Renamed most files (especially python modules) to lower case. - Moved views and interfaces into separate hierarchies within each project, where each top-level directory under the zope package is a separate project. - Moved everything to src from lib/python. lib/python will eventually go away. I need access to the cvs repository to make this happen, however. There are probably some bits that are broken. All tests pass and zope runs, but I haven't tried everything. There are a number of cleanups I'll work on tomorrow.
Diffstat (limited to 'tests/output/test04.html')
-rw-r--r--tests/output/test04.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/output/test04.html b/tests/output/test04.html
new file mode 100644
index 0000000..f0666da
--- /dev/null
+++ b/tests/output/test04.html
@@ -0,0 +1,38 @@
+<html>
+
+ <body>
+
+ <ul>
+ </ul>
+
+ <span />
+
+ <ul>
+ <li>
+ 0
+ hello world
+ </li>
+ <li>
+ 1
+ hello world
+ </li>
+ </ul>
+
+ <span />
+
+ <ul>
+ <li>
+ 0
+ goodbye cruel world
+ </li>
+ <li>
+ 1
+ goodbye cruel world
+ </li>
+ </ul>
+
+ <p>define-slot</p>
+
+ </body>
+
+</html>