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
65c265e5
Commit
65c265e5
authored
Mar 27, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops. Fix inter-test references.
parent
1897a23b
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
lib/python/TAL/test/input/test06.html
lib/python/TAL/test/input/test06.html
+1
-1
lib/python/TAL/test/input/test06.xml
lib/python/TAL/test/input/test06.xml
+1
-1
lib/python/TAL/test/input/test08.html
lib/python/TAL/test/input/test08.html
+1
-1
lib/python/TAL/test/input/test08.xml
lib/python/TAL/test/input/test08.xml
+1
-1
lib/python/TAL/test/output/test06.html
lib/python/TAL/test/output/test06.html
+1
-1
lib/python/TAL/test/output/test06.xml
lib/python/TAL/test/output/test06.xml
+1
-1
lib/python/TAL/test/output/test08.html
lib/python/TAL/test/output/test08.html
+1
-1
lib/python/TAL/test/output/test08.xml
lib/python/TAL/test/output/test08.xml
+1
-1
lib/python/TAL/tests/input/test06.html
lib/python/TAL/tests/input/test06.html
+1
-1
lib/python/TAL/tests/input/test06.xml
lib/python/TAL/tests/input/test06.xml
+1
-1
lib/python/TAL/tests/input/test08.html
lib/python/TAL/tests/input/test08.html
+1
-1
lib/python/TAL/tests/input/test08.xml
lib/python/TAL/tests/input/test08.xml
+1
-1
lib/python/TAL/tests/output/test06.html
lib/python/TAL/tests/output/test06.html
+1
-1
lib/python/TAL/tests/output/test06.xml
lib/python/TAL/tests/output/test06.xml
+1
-1
lib/python/TAL/tests/output/test08.html
lib/python/TAL/tests/output/test08.html
+1
-1
lib/python/TAL/tests/output/test08.xml
lib/python/TAL/tests/output/test08.xml
+1
-1
No files found.
lib/python/TAL/test/input/test06.html
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
m:use-macro=
"test/input/test
0
5.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/test/input/test06.xml
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
m:use-macro=
"test/input/test
0
5.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/test/input/test08.html
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/test/input/test08.xml
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/test/output/test06.html
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
5.xml/body"
>
<h1>
This is the body of test5
</h1>
...
...
lib/python/TAL/test/output/test06.xml
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
5.xml/body"
>
<h1>
This is the body of test5
</h1>
...
...
lib/python/TAL/test/output/test08.html
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
...
...
lib/python/TAL/test/output/test08.xml
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
...
...
lib/python/TAL/tests/input/test06.html
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
m:use-macro=
"test/input/test
0
5.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/tests/input/test06.xml
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
m:use-macro=
"test/input/test
0
5.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/tests/input/test08.html
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/tests/input/test08.xml
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/tests/output/test06.html
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
5.xml/body"
>
<h1>
This is the body of test5
</h1>
...
...
lib/python/TAL/tests/output/test06.xml
View file @
65c265e5
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test5.xml/body"
>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
5.xml/body"
>
<h1>
This is the body of test5
</h1>
...
...
lib/python/TAL/tests/output/test08.html
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
...
...
lib/python/TAL/tests/output/test08.xml
View file @
65c265e5
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test7.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test
0
7.xml/myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
...
...
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