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
24704fbe
Commit
24704fbe
authored
May 23, 2002
by
Chris Withers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Someoen didn't run the tests before checking something in, Andreas ;-)
parent
4402195e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/python/DocumentTemplate/tests/testDTML.py
lib/python/DocumentTemplate/tests/testDTML.py
+4
-4
No files found.
lib/python/DocumentTemplate/tests/testDTML.py
View file @
24704fbe
...
...
@@ -13,8 +13,8 @@
"""Document Template Tests
"""
__rcs_id__
=
'$Id: testDTML.py,v 1.1
1 2002/04/24 14:38:41 htrd
Exp $'
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
__rcs_id__
=
'$Id: testDTML.py,v 1.1
2 2002/05/23 13:19:16 chrisw
Exp $'
__version__
=
'$Revision: 1.1
2
$'
[
11
:
-
2
]
import
sys
,
os
import
unittest
...
...
@@ -283,7 +283,7 @@ foo bar
html=<a href="spam">
foo bar
url=%3Ca%20href%3D%22spam%22%3E%0Afoo%20bar
multi=<a href="spam"><br>
multi=<a href="spam"><br
/
>
foo bar
dollars=
cents=
...
...
@@ -292,7 +292,7 @@ foo bar
res
=
html
(
spam
=
4200000
)
+
html
(
spam
=
None
)
+
html
(
spam
=
'<a href="spam">
\
n
foo bar'
)
assert
res
==
expected
,
res
self
.
assertEqual
(
res
,
expected
)
def
testPropogatedError
(
self
):
...
...
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