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
d7af83a8
Commit
d7af83a8
authored
May 28, 2006
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cope with changes in the METAL interpreter
parent
4560c54e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lib/python/TAL/tests/output/test_metal1.html
lib/python/TAL/tests/output/test_metal1.html
+3
-3
lib/python/TAL/tests/output/test_metal7.html
lib/python/TAL/tests/output/test_metal7.html
+1
-1
No files found.
lib/python/TAL/tests/output/test_metal1.html
View file @
d7af83a8
...
...
@@ -22,7 +22,7 @@
<span
metal:use-macro=
"OUTER2"
>
AAA
<xxx
metal:fill-slot=
"OUTERSLOT"
>
<xxx>
<span>
INNER
</span>
</xxx>
BBB
...
...
@@ -48,7 +48,7 @@
<span
metal:use-macro=
"OUTER3"
>
AAA
<xxx
metal:fill-slot=
"OUTERSLOT"
>
<xxx>
<span>
INNER
<xxx>
INNERSLOT
</xxx>
</span>
...
...
@@ -63,7 +63,7 @@
</span>
<span
metal:use-macro=
"INNER3"
>
INNER
<xxx
metal:fill-slot=
"INNERSLOT"
>
INNERSLOT
</xxx>
<xxx>
INNERSLOT
</xxx>
</span>
<span
metal:use-macro=
"INNER3"
>
INNER
...
...
lib/python/TAL/tests/output/test_metal7.html
View file @
d7af83a8
...
...
@@ -2,5 +2,5 @@
<x
metal:define-slot=
"title"
/>
</html>
<html
metal:use-macro=
"page"
i18n:domain=
"zope"
>
<x
metal:fill-slot=
"title"
/>
<x
/>
</html>
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