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
f47ce923
Commit
f47ce923
authored
Oct 10, 2001
by
Evan Simpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests from branch
parent
964a0175
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
15 deletions
+9
-15
lib/python/TAL/tests/input/test04.html
lib/python/TAL/tests/input/test04.html
+3
-3
lib/python/TAL/tests/input/test04.xml
lib/python/TAL/tests/input/test04.xml
+3
-3
lib/python/TAL/tests/input/test_metal1.html
lib/python/TAL/tests/input/test_metal1.html
+0
-2
lib/python/TAL/tests/output/test04.html
lib/python/TAL/tests/output/test04.html
+0
-2
lib/python/TAL/tests/output/test04.xml
lib/python/TAL/tests/output/test04.xml
+0
-2
lib/python/TAL/tests/output/test_metal1.html
lib/python/TAL/tests/output/test_metal1.html
+3
-3
No files found.
lib/python/TAL/tests/input/test04.html
View file @
f47ce923
...
...
@@ -11,7 +11,9 @@
<span
z:define=
"global count python:2; global message str:hello world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<p
m:use-macro=
"whoops"
>
use-macro
<span
m:fill-slot=
"whoops"
>
fill-slot
</span>
</p>
<span
z:define=
"global message str:goodbye cruel world"
/>
...
...
@@ -19,8 +21,6 @@
<p
m:define-slot=
"whoops"
>
define-slot
</p>
<p
m:fill-slot=
"whoops"
>
fill-slot
</p>
</body>
</html>
lib/python/TAL/tests/input/test04.xml
View file @
f47ce923
...
...
@@ -12,7 +12,9 @@
<span
z:define=
"global count python:2; global message str:hello world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<p
m:use-macro=
"whoops"
>
use-macro
<span
m:fill-slot=
"whoops"
>
fill-slot
</span>
</p>
<span
z:define=
"global message str:goodbye cruel world"
/>
...
...
@@ -20,8 +22,6 @@
<p
m:define-slot=
"whoops"
>
define-slot
</p>
<p
m:fill-slot=
"whoops"
>
fill-slot
</p>
</body>
</html>
lib/python/TAL/tests/input/test_metal1.html
View file @
f47ce923
...
...
@@ -59,5 +59,3 @@
</xxx>
<xxx
metal:use-macro=
"INSLOT"
></xxx>
lib/python/TAL/tests/output/test04.html
View file @
f47ce923
...
...
@@ -33,8 +33,6 @@
<p>
define-slot
</p>
<p>
fill-slot
</p>
</body>
</html>
lib/python/TAL/tests/output/test04.xml
View file @
f47ce923
...
...
@@ -34,8 +34,6 @@
<p>
define-slot
</p>
<p>
fill-slot
</p>
</body>
</html>
lib/python/TAL/tests/output/test_metal1.html
View file @
f47ce923
...
...
@@ -23,7 +23,7 @@
<span
metal:use-macro=
"OUTER2"
>
AAA
<xxx
metal:fill-slot=
"OUTERSLOT"
>
<span
metal:use-macro=
"INNER2"
>
INNER
</span>
<span>
INNER
</span>
</xxx>
BBB
</span>
...
...
@@ -49,8 +49,8 @@
<span
metal:use-macro=
"OUTER3"
>
AAA
<xxx
metal:fill-slot=
"OUTERSLOT"
>
<span
metal:use-macro=
"INNER3"
>
INNER
<xxx
metal:fill-slot=
"INNERSLOT"
>
INNERSLOT
</xxx>
<span>
INNER
<xxx>
INNERSLOT
</xxx>
</span>
</xxx>
BBB
...
...
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