Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
eb7cb377
Commit
eb7cb377
authored
Mar 16, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use METAL in test9.html, and check in desirable output.
parent
46dad6a2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
12 deletions
+60
-12
lib/python/TAL/test/out9.html
lib/python/TAL/test/out9.html
+28
-3
lib/python/TAL/test/test9.html
lib/python/TAL/test/test9.html
+2
-3
lib/python/TAL/tests/out9.html
lib/python/TAL/tests/out9.html
+28
-3
lib/python/TAL/tests/test9.html
lib/python/TAL/tests/test9.html
+2
-3
No files found.
lib/python/TAL/test/out9.html
View file @
eb7cb377
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/test5.html/body"
>
<html>
<body>
<p>
Just a bunch of text.
</p>
<p>
more text...
</p>
<ul>
<li>
first item
</li>
<li>
second item
<h1>
This is the body of test5
</h1>
<ol>
<li>
second list, first item
</li>
<li>
second list, second item
<dl
compact=
"compact"
>
<dt>
term 1
<dt>
term 2
<dd>
definition
</dd></dt></dt>
</dl></li>
</ol></li>
</body>
<li>
Now let's have a paragraph...
<p>
My Paragraph
</p>
</li>
<li>
And a table in a list item:
<table>
</table></li>
</ul>
</body>
</html>
lib/python/TAL/test/test9.html
View file @
eb7cb377
<html
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
metal:use-macro=
"test/test5.html/body"
>
<html>
<body>
<p
metal:fill-slot=
"whoops"
>
<p>
Just a bunch of text.
<p>
more text...
<ul>
...
...
lib/python/TAL/tests/out9.html
View file @
eb7cb377
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/test5.html/body"
>
<html>
<body>
<p>
Just a bunch of text.
</p>
<p>
more text...
</p>
<ul>
<li>
first item
</li>
<li>
second item
<h1>
This is the body of test5
</h1>
<ol>
<li>
second list, first item
</li>
<li>
second list, second item
<dl
compact=
"compact"
>
<dt>
term 1
<dt>
term 2
<dd>
definition
</dd></dt></dt>
</dl></li>
</ol></li>
</body>
<li>
Now let's have a paragraph...
<p>
My Paragraph
</p>
</li>
<li>
And a table in a list item:
<table>
</table></li>
</ul>
</body>
</html>
lib/python/TAL/tests/test9.html
View file @
eb7cb377
<html
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
metal:use-macro=
"test/test5.html/body"
>
<html>
<body>
<p
metal:fill-slot=
"whoops"
>
<p>
Just a bunch of text.
<p>
more text...
<ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment