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
63cab4c1
Commit
63cab4c1
authored
Apr 27, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed the test subdirectory to tests. Do cvs update -d -P to get all the changes.
parent
98884e26
Changes
67
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
67 changed files
with
36 additions
and
2632 deletions
+36
-2632
lib/python/TAL/DummyEngine.py
lib/python/TAL/DummyEngine.py
+10
-3
lib/python/TAL/README.txt
lib/python/TAL/README.txt
+6
-6
lib/python/TAL/TALInterpreter.py
lib/python/TAL/TALInterpreter.py
+12
-0
lib/python/TAL/TALParser.py
lib/python/TAL/TALParser.py
+1
-1
lib/python/TAL/driver.py
lib/python/TAL/driver.py
+1
-1
lib/python/TAL/runtest.py
lib/python/TAL/runtest.py
+1
-1
lib/python/TAL/test/input/test01.html
lib/python/TAL/test/input/test01.html
+0
-56
lib/python/TAL/test/input/test01.xml
lib/python/TAL/test/input/test01.xml
+0
-57
lib/python/TAL/test/input/test02.html
lib/python/TAL/test/input/test02.html
+0
-118
lib/python/TAL/test/input/test02.xml
lib/python/TAL/test/input/test02.xml
+0
-119
lib/python/TAL/test/input/test03.html
lib/python/TAL/test/input/test03.html
+0
-9
lib/python/TAL/test/input/test03.xml
lib/python/TAL/test/input/test03.xml
+0
-10
lib/python/TAL/test/input/test04.html
lib/python/TAL/test/input/test04.html
+0
-26
lib/python/TAL/test/input/test04.xml
lib/python/TAL/test/input/test04.xml
+0
-27
lib/python/TAL/test/input/test05.html
lib/python/TAL/test/input/test05.html
+0
-9
lib/python/TAL/test/input/test05.xml
lib/python/TAL/test/input/test05.xml
+0
-10
lib/python/TAL/test/input/test06.html
lib/python/TAL/test/input/test06.html
+0
-6
lib/python/TAL/test/input/test06.xml
lib/python/TAL/test/input/test06.xml
+0
-7
lib/python/TAL/test/input/test07.html
lib/python/TAL/test/input/test07.html
+0
-11
lib/python/TAL/test/input/test07.xml
lib/python/TAL/test/input/test07.xml
+0
-12
lib/python/TAL/test/input/test08.html
lib/python/TAL/test/input/test08.html
+0
-44
lib/python/TAL/test/input/test08.xml
lib/python/TAL/test/input/test08.xml
+0
-45
lib/python/TAL/test/input/test09.html
lib/python/TAL/test/input/test09.html
+0
-30
lib/python/TAL/test/input/test09.xml
lib/python/TAL/test/input/test09.xml
+0
-30
lib/python/TAL/test/input/test10.html
lib/python/TAL/test/input/test10.html
+0
-48
lib/python/TAL/test/input/test11.html
lib/python/TAL/test/input/test11.html
+0
-14
lib/python/TAL/test/input/test11.xml
lib/python/TAL/test/input/test11.xml
+0
-14
lib/python/TAL/test/input/test12.html
lib/python/TAL/test/input/test12.html
+0
-24
lib/python/TAL/test/input/test13.html
lib/python/TAL/test/input/test13.html
+0
-7
lib/python/TAL/test/input/test14.html
lib/python/TAL/test/input/test14.html
+0
-10
lib/python/TAL/test/input/test14.xml
lib/python/TAL/test/input/test14.xml
+0
-15
lib/python/TAL/test/output/test01.html
lib/python/TAL/test/output/test01.html
+0
-68
lib/python/TAL/test/output/test01.xml
lib/python/TAL/test/output/test01.xml
+0
-65
lib/python/TAL/test/output/test02.html
lib/python/TAL/test/output/test02.html
+0
-118
lib/python/TAL/test/output/test02.xml
lib/python/TAL/test/output/test02.xml
+0
-119
lib/python/TAL/test/output/test03.html
lib/python/TAL/test/output/test03.html
+0
-9
lib/python/TAL/test/output/test03.xml
lib/python/TAL/test/output/test03.xml
+0
-10
lib/python/TAL/test/output/test04.html
lib/python/TAL/test/output/test04.html
+0
-40
lib/python/TAL/test/output/test04.xml
lib/python/TAL/test/output/test04.xml
+0
-41
lib/python/TAL/test/output/test05.html
lib/python/TAL/test/output/test05.html
+0
-9
lib/python/TAL/test/output/test05.xml
lib/python/TAL/test/output/test05.xml
+0
-10
lib/python/TAL/test/output/test06.html
lib/python/TAL/test/output/test06.html
+0
-7
lib/python/TAL/test/output/test06.xml
lib/python/TAL/test/output/test06.xml
+0
-8
lib/python/TAL/test/output/test07.html
lib/python/TAL/test/output/test07.html
+0
-11
lib/python/TAL/test/output/test07.xml
lib/python/TAL/test/output/test07.xml
+0
-12
lib/python/TAL/test/output/test08.html
lib/python/TAL/test/output/test08.html
+0
-47
lib/python/TAL/test/output/test08.xml
lib/python/TAL/test/output/test08.xml
+0
-48
lib/python/TAL/test/output/test09.html
lib/python/TAL/test/output/test09.html
+0
-30
lib/python/TAL/test/output/test09.xml
lib/python/TAL/test/output/test09.xml
+0
-30
lib/python/TAL/test/output/test10.html
lib/python/TAL/test/output/test10.html
+0
-51
lib/python/TAL/test/output/test11.html
lib/python/TAL/test/output/test11.html
+0
-5
lib/python/TAL/test/output/test11.xml
lib/python/TAL/test/output/test11.xml
+0
-5
lib/python/TAL/test/output/test12.html
lib/python/TAL/test/output/test12.html
+0
-24
lib/python/TAL/test/output/test13.html
lib/python/TAL/test/output/test13.html
+0
-7
lib/python/TAL/test/output/test14.html
lib/python/TAL/test/output/test14.html
+0
-13
lib/python/TAL/test/output/test14.xml
lib/python/TAL/test/output/test14.xml
+0
-18
lib/python/TAL/test/run.py
lib/python/TAL/test/run.py
+0
-25
lib/python/TAL/test/test_htmlparser.py
lib/python/TAL/test/test_htmlparser.py
+0
-266
lib/python/TAL/test/test_htmltalparser.py
lib/python/TAL/test/test_htmltalparser.py
+0
-416
lib/python/TAL/test/test_talinterpreter.py
lib/python/TAL/test/test_talinterpreter.py
+0
-53
lib/python/TAL/test/test_xmlparser.py
lib/python/TAL/test/test_xmlparser.py
+0
-250
lib/python/TAL/test/utils.py
lib/python/TAL/test/utils.py
+0
-42
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/input/test10.html
lib/python/TAL/tests/input/test10.html
+1
-1
No files found.
lib/python/TAL/DummyEngine.py
View file @
63cab4c1
...
...
@@ -92,13 +92,15 @@ import string
from
TALDefs
import
NAME_RE
,
TALError
,
TALESError
CancelAction
=
[]
class
DummyEngine
:
def
__init__
(
self
,
macros
=
None
):
if
macros
is
None
:
macros
=
{}
self
.
macros
=
macros
dict
=
{}
dict
=
{
'nothing'
:
None
}
self
.
locals
=
self
.
globals
=
dict
self
.
stack
=
[
dict
]
...
...
@@ -120,10 +122,12 @@ class DummyEngine:
if
self
.
locals
is
self
.
stack
[
-
1
]:
# Unmerge this scope's locals from previous scope of first set
self
.
locals
=
self
.
locals
.
copy
()
self
.
locals
[
name
]
=
value
if
value
is
not
CancelAction
:
self
.
locals
[
name
]
=
value
def
setGlobal
(
self
,
name
,
value
):
self
.
globals
[
name
]
=
value
if
value
is
not
CancelAction
:
self
.
globals
[
name
]
=
value
def
evaluate
(
self
,
expression
):
expression
=
self
.
uncompile
(
expression
)
...
...
@@ -221,6 +225,9 @@ class DummyEngine:
def getTALESError(self):
return TALESError
def getCancelAction(self):
return CancelAction
class Iterator:
def __init__(self, name, seq, engine):
...
...
lib/python/TAL/README.txt
View file @
63cab4c1
...
...
@@ -36,18 +36,18 @@ How To Play
The script driver.py takes an XML file with TAL markup as argument and
writes the expanded version to standard output. The filename argument
defaults to test
/test
1.xml.
defaults to test
s/input/test0
1.xml.
Regression test
---------------
There are a number of test files in the
test
subdirectory, named
test
/input/test<number>.xml and test
/input/test<number>.html. The
There are a number of test files in the
'tests'
subdirectory, named
test
s/input/test<number>.xml and tests
/input/test<number>.html. The
Python script ./runtest.py calls driver.main() for each test file, and
should print "<file> OK" for each one.
In addition, there are unit test suites in the
test
subdirectory;
these can be run with test/run.py. This should print a number of
In addition, there are unit test suites in the
'tests'
subdirectory;
these can be run with test
s
/run.py. This should print a number of
testcase names plus progress info, ending with a line saying "OK".
It requires that ../unittest.py exists.
...
...
@@ -67,7 +67,7 @@ setpath.py hack to set sys.path and import ZODB
__init__.py empty file that makes this directory a package
runtest.py Python script to run regression tests
ndiff.py helper for runtest.py to produce diffs
test/ drectory with test files and output
test
s
/ drectory with test files and output
Author and License
------------------
...
...
lib/python/TAL/TALInterpreter.py
View file @
63cab4c1
...
...
@@ -157,6 +157,7 @@ class TALInterpreter:
self
.
macros
=
macros
self
.
engine
=
engine
self
.
TALESError
=
engine
.
getTALESError
()
self
.
CancelAction
=
engine
.
getCancelAction
()
self
.
stream
=
stream
or
sys
.
stdout
self
.
debug
=
debug
self
.
wrap
=
wrap
...
...
@@ -268,6 +269,8 @@ class TALInterpreter:
value
=
self
.
engine
.
evaluateText
(
item
[
3
])
if
value
is
None
:
continue
if
value
is
self
.
CancelAction
:
value
=
item
[
1
]
elif
(
action
==
"metal"
and
self
.
currentMacro
and
name
[
-
13
:]
==
":define-macro"
and
self
.
metal
):
name
=
name
[:
-
13
]
+
":use-macro"
...
...
@@ -314,6 +317,9 @@ class TALInterpreter:
text
=
self
.
engine
.
evaluateText
(
expr
)
if
text
is
None
:
return
if
text
is
self
.
CancelAction
:
self
.
interpret
(
block
)
return
text
=
cgi
.
escape
(
text
)
self
.
stream_write
(
text
)
...
...
@@ -324,6 +330,9 @@ class TALInterpreter:
structure
=
self
.
engine
.
evaluateStructure
(
expr
)
if
structure
is
None
:
return
if
structure
is
self
.
CancelAction
:
self
.
interpret
(
block
)
return
text
=
str
(
structure
)
if
not
repldict
and
not
self
.
strictinsert
:
# Take a shortcut, no error checking
...
...
@@ -378,6 +387,9 @@ class TALInterpreter:
self
.
interpret
(
block
)
return
macro
=
self
.
engine
.
evaluateMacro
(
macroExpr
)
if
macro
is
self
.
CancelAction
:
self
.
interpret
(
block
)
return
if
not
isCurrentVersion
(
macro
):
raise
METALError
(
"macro %s has incompatible version %s"
%
(
`macroName`
,
`getProgramVersion(macro)`
),
...
...
lib/python/TAL/TALParser.py
View file @
63cab4c1
...
...
@@ -184,7 +184,7 @@ class TALParser(XMLParser):
def
test
():
import
sys
p
=
TALParser
()
file
=
"test
/test
1.xml"
file
=
"test
s/input/test0
1.xml"
if
sys
.
argv
[
1
:]:
file
=
sys
.
argv
[
1
]
p
.
parseFile
(
file
)
...
...
lib/python/TAL/driver.py
View file @
63cab4c1
...
...
@@ -103,7 +103,7 @@ except ImportError:
import
TALDefs
from
DummyEngine
import
DummyEngine
FILE
=
"test/input/test01.xml"
FILE
=
"test
s
/input/test01.xml"
def
main
():
versionTest
=
1
...
...
lib/python/TAL/runtest.py
View file @
63cab4c1
...
...
@@ -125,7 +125,7 @@ def main():
opts
.
append
(
args
[
0
])
del
args
[
0
]
if
not
args
:
prefix
=
os
.
path
.
join
(
"test"
,
"input"
,
"test*."
)
prefix
=
os
.
path
.
join
(
"test
s
"
,
"input"
,
"test*."
)
xmlargs
=
glob
.
glob
(
prefix
+
"xml"
)
xmlargs
.
sort
()
htmlargs
=
glob
.
glob
(
prefix
+
"html"
)
...
...
lib/python/TAL/test/input/test01.html
deleted
100644 → 0
View file @
98884e26
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
<head>
dadada
</head>
<body
xmlns:z=
"http://xml.zope.org/namespaces/tal"
z:define=
"foo python:1"
>
<h1
z:condition=
"python:0"
>
This title is not displayed
</h1>
<h1
z:condition=
"python:1"
z:content=
"str:This
Is
The
Replaced
Title"
>
Title
</h1>
<!-- test entity references -->
&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span
z:content=
"str:here/id"
/>
<p
z:define=
"x str:template/title; global five python:2+3;"
z:content=
"text var:five"
/>
<p
z:repeat=
"car python:['honda', 'subaru', 'acura']"
>
<span
z:replace=
"var:car"
/>
</p>
<p
xml:foo=
"bar"
>
foo bar
</p>
<!-- more examples -->
<ul>
<span
z:repeat=
"car python:['honda', 'subaru', 'acura']"
>
<li
z:content=
"var:car"
>
Car Name
</li>
</span>
</ul>
<!-- test attribute expansion -->
<a
href=
"foo"
z:attributes=
"href python:'http://python.org' "
>
python
</a>
<a
z:attributes=
"href python:'http://python.org' "
>
python
</a>
<!-- test insert/replace structure -->
<span
z:content=
"structure python:None"
/>
<span
z:replace=
"structure python:None"
/>
<span
z:define=
"global x str:<h3>Header Level 3</h3>"
/>
<span
z:define=
"global x python:'&' + 'nbsp;;' + x"
/>
<span
z:replace=
"structure x"
/>
<span
z:content=
"structure x"
/>
</body>
</html>
lib/python/TAL/test/input/test01.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
<head>
dadada
</head>
<body
xmlns:z=
"http://xml.zope.org/namespaces/tal"
z:define=
"foo python:1"
>
<h1
z:condition=
"python:0"
>
This title is not displayed
</h1>
<h1
z:condition=
"python:1"
z:content=
"str:This
Is
The
Replaced
Title"
>
Title
</h1>
<!-- test entity references -->
&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span
z:content=
"str:here/id"
/>
<p
z:define=
"x str:template/title; global five python:2+3;"
z:content=
"text var:five"
/>
<p
z:repeat=
"car python:['honda', 'subaru', 'acura']"
>
<span
z:replace=
"var:car"
/>
</p>
<p
xml:foo=
"bar"
>
foo bar
</p>
<!-- more examples -->
<ul>
<span
z:repeat=
"car python:['honda', 'subaru', 'acura']"
>
<li
z:content=
"var:car"
>
Car Name
</li>
</span>
</ul>
<!-- test attribute expansion -->
<a
href=
"foo"
z:attributes=
"href python:'http://python.org' "
>
python
</a>
<a
z:attributes=
"href python:'http://python.org' "
>
python
</a>
<!-- test insert/replace structure -->
<span
z:content=
"structure python:None"
/>
<span
z:replace=
"structure python:None"
/>
<span
z:define=
"global x str:<h3>Header Level 3</h3>"
/>
<span
z:define=
"global x python:'&' + 'nbsp;;' + x"
/>
<span
z:replace=
"structure x"
/>
<span
z:content=
"structure x"
/>
</body>
</html>
lib/python/TAL/test/input/test02.html
deleted
100644 → 0
View file @
98884e26
<biztalk
_1
xmlns=
"urn:schemas-biztalk-org:biztalk:biztalk_1"
>
<foo:header
xmlns:foo=
"whomping-willow"
plain=
"guido"
quote=
'"'
apostrophe=
"'"
both=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
<manifest>
<document>
<name>
sample1
</name>
<description>
a simple invoice
</description>
</document>
</manifest>
</foo:header>
<body>
<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->
<Invoice
xmlns=
"urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml"
>
<Header>
<InvoiceNumber>
01786
</InvoiceNumber>
<InvoiceDate>
2000-03-17
</InvoiceDate>
<!-- March 17th, 2000 -->
<OrderNo>
55377
</OrderNo>
<OrderDate>
2000-03-15
</OrderDate>
<!-- March 15th, 2000 -->
<CustomerPO>
GJ03405
</CustomerPO>
<ShipMethod>
DAVE 1
</ShipMethod>
<ShipDate>
2000-03-17
</ShipDate>
<!-- March 17th, 2000 -->
<CustomerID>
K5211(34)
</CustomerID>
<SalesPersonCode>
23
</SalesPersonCode>
<TaxID>
23
</TaxID>
</Header>
<InvoiceTo>
<Name>
SHIPWRIGHT RESTAURANTS LIMITED
</Name>
<AddressLine>
125 NORTH SERVICE ROAD W
</AddressLine>
<AddressLine>
WESTLAKE ACCESS
</AddressLine>
<City>
NORTH BAY
</City>
<PostCode>
L8B1O5
</PostCode>
<State>
ONTARIO
</State>
<Country>
CANADA
</Country>
</InvoiceTo>
<ShipTo>
<Name/>
<AddressLine>
ATTN: PAULINE DEGRASSI
</AddressLine>
<City/>
<PostCode/>
<State/>
<Country/>
</ShipTo>
<DetailLines>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 5309
</PartNumber>
<PartDescription>
#1013 12 OZ.MUNICH STEIN
</PartDescription>
<UnitPrice>
37.72
</UnitPrice>
<LineTotal>
37.72
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6420
</PartNumber>
<PartDescription>
PROVINCIAL DINNER FORK
</PartDescription>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
107.88
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
72
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
JR20643
</PartNumber>
<PartDescription>
PLASTIC HANDLED STEAK KNIFE
</PartDescription>
<UnitPrice>
.81
</UnitPrice>
<LineTotal>
58.32
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6410
</PartNumber>
<PartDescription>
PROVINCIAL TEASPOONS
</PartDescription>
<UnitPrice>
12.16
</UnitPrice>
<LineTotal>
72.96
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
0
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6411
</PartNumber>
<PartDescription>
PROVINCIAL RD BOWL SPOON
</PartDescription>
<QuantityBackOrdered>
6
</QuantityBackOrdered>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
0.00
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
DO 3218
</PartNumber>
<PartDescription>
34 OZ DUAL DIAL SCALE AM3218
</PartDescription>
<UnitPrice>
70.00
</UnitPrice>
<DiscountPercentage>
5.0
</DiscountPercentage>
<LineTotal>
66.50
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 195
</PartNumber>
<PartDescription>
20 OZ.BEER PUB GLASS
</PartDescription>
<UnitPrice>
55.90
</UnitPrice>
<LineTotal>
55.90
</LineTotal>
</DetailLine>
</DetailLines>
<Totals>
<SubTotal>
399.28
</SubTotal>
<DiscountTotal>
3.50
</DiscountTotal>
<FreightTotal>
23.75
</FreightTotal>
<GSTTotal>
29.61
</GSTTotal>
<ProvTaxTotal>
33.84
</ProvTaxTotal>
<OtherTotal>
33.84
</OtherTotal>
<InvoiceTotal>
486.48
</InvoiceTotal>
</Totals>
</Invoice>
</body>
</biztalk
_1
>
lib/python/TAL/test/input/test02.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<biztalk_1
xmlns=
"urn:schemas-biztalk-org:biztalk:biztalk_1"
>
<foo:header
xmlns:foo=
"whomping-willow"
plain=
"guido"
quote=
'"'
apostrophe=
"'"
both=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
<manifest>
<document>
<name>
sample1
</name>
<description>
a simple invoice
</description>
</document>
</manifest>
</foo:header>
<body>
<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->
<Invoice
xmlns=
"urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml"
>
<Header>
<InvoiceNumber>
01786
</InvoiceNumber>
<InvoiceDate>
2000-03-17
</InvoiceDate>
<!-- March 17th, 2000 -->
<OrderNo>
55377
</OrderNo>
<OrderDate>
2000-03-15
</OrderDate>
<!-- March 15th, 2000 -->
<CustomerPO>
GJ03405
</CustomerPO>
<ShipMethod>
DAVE 1
</ShipMethod>
<ShipDate>
2000-03-17
</ShipDate>
<!-- March 17th, 2000 -->
<CustomerID>
K5211(34)
</CustomerID>
<SalesPersonCode>
23
</SalesPersonCode>
<TaxID>
23
</TaxID>
</Header>
<InvoiceTo>
<Name>
SHIPWRIGHT RESTAURANTS LIMITED
</Name>
<AddressLine>
125 NORTH SERVICE ROAD W
</AddressLine>
<AddressLine>
WESTLAKE ACCESS
</AddressLine>
<City>
NORTH BAY
</City>
<PostCode>
L8B1O5
</PostCode>
<State>
ONTARIO
</State>
<Country>
CANADA
</Country>
</InvoiceTo>
<ShipTo>
<Name/>
<AddressLine>
ATTN: PAULINE DEGRASSI
</AddressLine>
<City/>
<PostCode/>
<State/>
<Country/>
</ShipTo>
<DetailLines>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 5309
</PartNumber>
<PartDescription>
#1013 12 OZ.MUNICH STEIN
</PartDescription>
<UnitPrice>
37.72
</UnitPrice>
<LineTotal>
37.72
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6420
</PartNumber>
<PartDescription>
PROVINCIAL DINNER FORK
</PartDescription>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
107.88
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
72
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
JR20643
</PartNumber>
<PartDescription>
PLASTIC HANDLED STEAK KNIFE
</PartDescription>
<UnitPrice>
.81
</UnitPrice>
<LineTotal>
58.32
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6410
</PartNumber>
<PartDescription>
PROVINCIAL TEASPOONS
</PartDescription>
<UnitPrice>
12.16
</UnitPrice>
<LineTotal>
72.96
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
0
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6411
</PartNumber>
<PartDescription>
PROVINCIAL RD BOWL SPOON
</PartDescription>
<QuantityBackOrdered>
6
</QuantityBackOrdered>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
0.00
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
DO 3218
</PartNumber>
<PartDescription>
34 OZ DUAL DIAL SCALE AM3218
</PartDescription>
<UnitPrice>
70.00
</UnitPrice>
<DiscountPercentage>
5.0
</DiscountPercentage>
<LineTotal>
66.50
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 195
</PartNumber>
<PartDescription>
20 OZ.BEER PUB GLASS
</PartDescription>
<UnitPrice>
55.90
</UnitPrice>
<LineTotal>
55.90
</LineTotal>
</DetailLine>
</DetailLines>
<Totals>
<SubTotal>
399.28
</SubTotal>
<DiscountTotal>
3.50
</DiscountTotal>
<FreightTotal>
23.75
</FreightTotal>
<GSTTotal>
29.61
</GSTTotal>
<ProvTaxTotal>
33.84
</ProvTaxTotal>
<OtherTotal>
33.84
</OtherTotal>
<InvoiceTotal>
486.48
</InvoiceTotal>
</Totals>
</Invoice>
</body>
</biztalk_1>
lib/python/TAL/test/input/test03.html
deleted
100644 → 0
View file @
98884e26
<p
xmlns:z=
"http://xml.zope.org/namespaces/tal"
>
<span
z:define=
"local x str:hello brave new world"
>
<span
z:content=
"text local:x"
>
outer variable x, first appearance
</span>
<span
z:define=
"local x str:goodbye cruel world"
>
<span
z:content=
"text local:x"
>
inner variable x
</span>
</span>
<span
z:content=
"text local:x"
>
outer variable x, second appearance
</span>
</span>
</p>
lib/python/TAL/test/input/test03.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<p
xmlns:z=
"http://xml.zope.org/namespaces/tal"
>
<span
z:define=
"local x str:hello brave new world"
>
<span
z:content=
"text local:x"
>
outer variable x, first appearance
</span>
<span
z:define=
"local x str:goodbye cruel world"
>
<span
z:content=
"text local:x"
>
inner variable x
</span>
</span>
<span
z:content=
"text local:x"
>
outer variable x, second appearance
</span>
</span>
</p>
lib/python/TAL/test/input/test04.html
deleted
100644 → 0
View file @
98884e26
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
xmlns:z=
"http://xml.zope.org/namespaces/tal"
m:define-macro=
"body"
z:define=
"global count python:0"
>
<ul
m:define-macro=
"whoops"
>
<li
z:repeat=
"item python:range(count)"
>
<span
z:replace=
"item"
>
1
</span>
<span
z:replace=
"global:message"
/>
</li>
</ul>
<span
z:define=
"global count python:2; global message str:hello world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<span
z:define=
"global message str:goodbye cruel world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<p
m:define-slot=
"whoops"
>
define-slot
</p>
<p
m:fill-slot=
"whoops"
>
fill-slot
</p>
</body>
</html>
lib/python/TAL/test/input/test04.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
xmlns:z=
"http://xml.zope.org/namespaces/tal"
m:define-macro=
"body"
z:define=
"global count python:0"
>
<ul
m:define-macro=
"whoops"
>
<li
z:repeat=
"item python:range(count)"
>
<span
z:replace=
"item"
>
1
</span>
<span
z:replace=
"global:message"
/>
</li>
</ul>
<span
z:define=
"global count python:2; global message str:hello world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<span
z:define=
"global message str:goodbye cruel world"
/>
<p
m:use-macro=
"whoops"
>
use-macro
</p>
<p
m:define-slot=
"whoops"
>
define-slot
</p>
<p
m:fill-slot=
"whoops"
>
fill-slot
</p>
</body>
</html>
lib/python/TAL/test/input/test05.html
deleted
100644 → 0
View file @
98884e26
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"body"
>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/input/test05.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"body"
>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/input/test06.html
deleted
100644 → 0
View file @
98884e26
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.html/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/test/input/test06.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/test/input/test07.html
deleted
100644 → 0
View file @
98884e26
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span
m:define-slot=
"bottomRight"
>
Bottom Right
</span></td>
</tr>
</table>
lib/python/TAL/test/input/test07.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:define-macro=
"myTable"
>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span
m:define-slot=
"bottomRight"
>
Bottom Right
</span></td>
</tr>
</table>
lib/python/TAL/test/input/test08.html
deleted
100644 → 0
View file @
98884e26
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.html/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
<span
m:fill-slot=
"bottomRight"
>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
</span>
</td>
</tr>
</table>
lib/python/TAL/test/input/test08.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
<span
m:fill-slot=
"bottomRight"
>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
</span>
</td>
</tr>
</table>
lib/python/TAL/test/input/test09.html
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<p>
Just a bunch of text.
<p>
more text...
<ul>
<li>
first item
<li>
second item
<ol>
<li>
second list, first item
<li>
second list, second item
<dl
compact
>
<dt>
term 1
<dt>
term 2
<dd>
definition
</dl>
</ol>
<li>
Now let's have a paragraph...
<p>
My Paragraph
</li>
<li>
And a table in a list item:
<table>
</table>
</ul>
</body>
</html>
lib/python/TAL/test/input/test09.xml
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<p>
Just a bunch of text.
</p>
<p>
more text...
</p>
<ul>
<li>
first item
</li>
<li>
second item
<ol>
<li>
second list, first item
</li>
<li>
second list, second item
<dl
compact=
""
>
<dt>
term 1
</dt>
<dt>
term 2
</dt>
<dd>
definition
</dd>
</dl></li>
</ol></li>
<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/input/test10.html
deleted
100644 → 0
View file @
98884e26
<html><body>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.html/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
<span
m:fill-slot=
"bottomRight"
>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<hr>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<br><br>
</span>
</td>
</tr>
</table>
</body></html>
lib/python/TAL/test/input/test11.html
deleted
100644 → 0
View file @
98884e26
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
>
<p
tal:replace=
"structure string:<a>bar</a>"
tal:attributes=
"href string:http://www.python.org"
>
dummy text
</p>
<p
tal:define=
"x python:1"
tal:on-error=
"string:bad boy!"
>
<span
tal:define=
"x python:2"
>
<span
tal:define=
"x python:3"
>
<span
tal:content=
"python:1/0"
/>
</span>
</span>
</p>
<p
tal:on-error=
"string:x undefined"
>
<span
tal:content=
"x"
/>
</p>
</html>
lib/python/TAL/test/input/test11.xml
deleted
100644 → 0
View file @
98884e26
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
>
<p
tal:replace=
"structure string:<a>bar</a>"
tal:attributes=
"href string:http://www.python.org"
>
dummy text
</p>
<p
tal:define=
"x python:1"
tal:on-error=
"string:bad boy!"
>
<span
tal:define=
"x python:2"
>
<span
tal:define=
"x python:3"
>
<span
tal:content=
"python:1/0"
/>
</span>
</span>
</p>
<p
tal:on-error=
"string:x undefined"
>
<span
tal:content=
"x"
/>
</p>
</html>
lib/python/TAL/test/input/test12.html
deleted
100644 → 0
View file @
98884e26
<span
tal:define=
"global true python:1; global false python:0"
/>
<img
ismap
>
<img
ismap=
ismap
>
<img
ismap=
"ismap"
>
<img
ismap=
"foo"
>
<img
ismap
tal:attributes=
"ismap true"
>
<img
ismap
tal:attributes=
"ismap false"
>
<img
ismap
tal:attributes=
"ismap nothing"
>
<img
ismap=
"foo"
tal:attributes=
"ismap true"
>
<img
ismap=
"foo"
tal:attributes=
"ismap false"
>
<img
ismap=
"foo"
tal:attributes=
"ismap nothing"
>
<img
tal:attributes=
"ismap true"
>
<img
tal:attributes=
"ismap false"
>
<img
tal:attributes=
"ismap nothing"
>
<span
tal:define=
"global x string:x.gif"
/>
<img
src=
"foo"
>
<img
src=
"foo"
tal:attributes=
"src x"
>
<img
src=
"foo"
tal:attributes=
"src nothing"
>
lib/python/TAL/test/input/test13.html
deleted
100644 → 0
View file @
98884e26
Here's a stray greater than: >
<script>
<!--
no
comment
-->
<
notag
>
&
noentity
;
</script>
lib/python/TAL/test/input/test14.html
deleted
100644 → 0
View file @
98884e26
<table>
<tr>
<td
tal:repeat=
"x python:['car', 'bike', 'broomstick']"
tal:content=
"x"
>
</td>
</tr>
</table>
<p>
<span
tal:repeat=
"x python:['Harry', 'Ron', 'Hermione']"
tal:replace=
"x"
/>
</p>
lib/python/TAL/test/input/test14.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
>
<table>
<tr>
<td
tal:repeat=
"x python:['car', 'bike', 'broomstick']"
tal:content=
"x"
>
</td>
</tr>
</table>
<p>
<span
tal:repeat=
"x python:['Harry', 'Ron', 'Hermione']"
tal:replace=
"x"
/>
</p>
</html>
lib/python/TAL/test/output/test01.html
deleted
100644 → 0
View file @
98884e26
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
<head>
dadada
</head>
<body>
<h1>
This
Is
The
Replaced
Title
</h1>
<!-- test entity references -->
&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span>
here/id
</span>
<p>
5
</p>
<p>
honda
</p>
<p>
subaru
</p>
<p>
acura
</p>
<p
xml:foo=
"bar"
>
foo bar
</p>
<!-- more examples -->
<ul>
<span>
<li>
honda
</li>
</span>
<span>
<li>
subaru
</li>
</span>
<span>
<li>
acura
</li>
</span>
</ul>
<!-- test attribute expansion -->
<a
href=
"http://python.org"
>
python
</a>
<a
href=
"http://python.org"
>
python
</a>
<!-- test insert/replace structure -->
<span></span>
<span
/>
<span
/>
<h3>
Header Level 3
</h3>
<span>
<h3>
Header Level 3
</h3></span>
</body>
</html>
lib/python/TAL/test/output/test01.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
<head>
dadada
</head>
<body>
<h1>
This Is The Replaced Title
</h1>
<!-- test entity references -->
&HarryPotter;
<!-- examples adapted from TemplateAttributeLanguageSyntax -->
<span>
here/id
</span>
<p>
5
</p>
<p>
honda
</p>
<p>
subaru
</p>
<p>
acura
</p>
<p
xml:foo=
"bar"
>
foo bar
</p>
<!-- more examples -->
<ul>
<span>
<li>
honda
</li>
</span>
<span>
<li>
subaru
</li>
</span>
<span>
<li>
acura
</li>
</span>
</ul>
<!-- test attribute expansion -->
<a
href=
"http://python.org"
>
python
</a>
<a
href=
"http://python.org"
>
python
</a>
<!-- test insert/replace structure -->
<span></span>
<span/>
<span/>
<h3>
Header Level 3
</h3>
<span>
<h3>
Header Level 3
</h3></span>
</body>
</html>
lib/python/TAL/test/output/test02.html
deleted
100644 → 0
View file @
98884e26
<biztalk
_1
xmlns=
"urn:schemas-biztalk-org:biztalk:biztalk_1"
>
<foo:header
xmlns:foo=
"whomping-willow"
plain=
"guido"
quote=
"""
apostrophe=
"'"
both=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
<manifest>
<document>
<name>
sample1
</name>
<description>
a simple invoice
</description>
</document>
</manifest>
</foo:header>
<body>
<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->
<invoice
xmlns=
"urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml"
>
<header>
<invoicenumber>
01786
</invoicenumber>
<invoicedate>
2000-03-17
</invoicedate>
<!-- March 17th, 2000 -->
<orderno>
55377
</orderno>
<orderdate>
2000-03-15
</orderdate>
<!-- March 15th, 2000 -->
<customerpo>
GJ03405
</customerpo>
<shipmethod>
DAVE 1
</shipmethod>
<shipdate>
2000-03-17
</shipdate>
<!-- March 17th, 2000 -->
<customerid>
K5211(34)
</customerid>
<salespersoncode>
23
</salespersoncode>
<taxid>
23
</taxid>
</header>
<invoiceto>
<name>
SHIPWRIGHT RESTAURANTS LIMITED
</name>
<addressline>
125 NORTH SERVICE ROAD W
</addressline>
<addressline>
WESTLAKE ACCESS
</addressline>
<city>
NORTH BAY
</city>
<postcode>
L8B1O5
</postcode>
<state>
ONTARIO
</state>
<country>
CANADA
</country>
</invoiceto>
<shipto>
<name
/>
<addressline>
ATTN: PAULINE DEGRASSI
</addressline>
<city
/>
<postcode
/>
<state
/>
<country
/>
</shipto>
<detaillines>
<detailline>
<quantityshipped>
1
</quantityshipped>
<unitofmeasure>
CS
</unitofmeasure>
<partnumber>
DM 5309
</partnumber>
<partdescription>
#1013 12 OZ.MUNICH STEIN
</partdescription>
<unitprice>
37.72
</unitprice>
<linetotal>
37.72
</linetotal>
</detailline>
<detailline>
<quantityshipped>
6
</quantityshipped>
<unitofmeasure>
DZ
</unitofmeasure>
<partnumber>
ON 6420
</partnumber>
<partdescription>
PROVINCIAL DINNER FORK
</partdescription>
<unitprice>
17.98
</unitprice>
<linetotal>
107.88
</linetotal>
</detailline>
<detailline>
<quantityshipped>
72
</quantityshipped>
<unitofmeasure>
EA
</unitofmeasure>
<partnumber>
JR20643
</partnumber>
<partdescription>
PLASTIC HANDLED STEAK KNIFE
</partdescription>
<unitprice>
.81
</unitprice>
<linetotal>
58.32
</linetotal>
</detailline>
<detailline>
<quantityshipped>
6
</quantityshipped>
<unitofmeasure>
DZ
</unitofmeasure>
<partnumber>
ON 6410
</partnumber>
<partdescription>
PROVINCIAL TEASPOONS
</partdescription>
<unitprice>
12.16
</unitprice>
<linetotal>
72.96
</linetotal>
</detailline>
<detailline>
<quantityshipped>
0
</quantityshipped>
<unitofmeasure>
DZ
</unitofmeasure>
<partnumber>
ON 6411
</partnumber>
<partdescription>
PROVINCIAL RD BOWL SPOON
</partdescription>
<quantitybackordered>
6
</quantitybackordered>
<unitprice>
17.98
</unitprice>
<linetotal>
0.00
</linetotal>
</detailline>
<detailline>
<quantityshipped>
1
</quantityshipped>
<unitofmeasure>
EA
</unitofmeasure>
<partnumber>
DO 3218
</partnumber>
<partdescription>
34 OZ DUAL DIAL SCALE AM3218
</partdescription>
<unitprice>
70.00
</unitprice>
<discountpercentage>
5.0
</discountpercentage>
<linetotal>
66.50
</linetotal>
</detailline>
<detailline>
<quantityshipped>
1
</quantityshipped>
<unitofmeasure>
CS
</unitofmeasure>
<partnumber>
DM 195
</partnumber>
<partdescription>
20 OZ.BEER PUB GLASS
</partdescription>
<unitprice>
55.90
</unitprice>
<linetotal>
55.90
</linetotal>
</detailline>
</detaillines>
<totals>
<subtotal>
399.28
</subtotal>
<discounttotal>
3.50
</discounttotal>
<freighttotal>
23.75
</freighttotal>
<gsttotal>
29.61
</gsttotal>
<provtaxtotal>
33.84
</provtaxtotal>
<othertotal>
33.84
</othertotal>
<invoicetotal>
486.48
</invoicetotal>
</totals>
</invoice>
</body>
</biztalk
_1
>
lib/python/TAL/test/output/test02.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<biztalk_1
xmlns=
"urn:schemas-biztalk-org:biztalk:biztalk_1"
>
<foo:header
xmlns:foo=
"whomping-willow"
plain=
"guido"
quote=
"""
apostrophe=
"'"
both=
""'"
lt=
"<"
gt=
">"
amp=
"&"
foo=
""
>
<manifest>
<document>
<name>
sample1
</name>
<description>
a simple invoice
</description>
</document>
</manifest>
</foo:header>
<body>
<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->
<Invoice
xmlns=
"urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml"
>
<Header>
<InvoiceNumber>
01786
</InvoiceNumber>
<InvoiceDate>
2000-03-17
</InvoiceDate>
<!-- March 17th, 2000 -->
<OrderNo>
55377
</OrderNo>
<OrderDate>
2000-03-15
</OrderDate>
<!-- March 15th, 2000 -->
<CustomerPO>
GJ03405
</CustomerPO>
<ShipMethod>
DAVE 1
</ShipMethod>
<ShipDate>
2000-03-17
</ShipDate>
<!-- March 17th, 2000 -->
<CustomerID>
K5211(34)
</CustomerID>
<SalesPersonCode>
23
</SalesPersonCode>
<TaxID>
23
</TaxID>
</Header>
<InvoiceTo>
<Name>
SHIPWRIGHT RESTAURANTS LIMITED
</Name>
<AddressLine>
125 NORTH SERVICE ROAD W
</AddressLine>
<AddressLine>
WESTLAKE ACCESS
</AddressLine>
<City>
NORTH BAY
</City>
<PostCode>
L8B1O5
</PostCode>
<State>
ONTARIO
</State>
<Country>
CANADA
</Country>
</InvoiceTo>
<ShipTo>
<Name/>
<AddressLine>
ATTN: PAULINE DEGRASSI
</AddressLine>
<City/>
<PostCode/>
<State/>
<Country/>
</ShipTo>
<DetailLines>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 5309
</PartNumber>
<PartDescription>
#1013 12 OZ.MUNICH STEIN
</PartDescription>
<UnitPrice>
37.72
</UnitPrice>
<LineTotal>
37.72
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6420
</PartNumber>
<PartDescription>
PROVINCIAL DINNER FORK
</PartDescription>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
107.88
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
72
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
JR20643
</PartNumber>
<PartDescription>
PLASTIC HANDLED STEAK KNIFE
</PartDescription>
<UnitPrice>
.81
</UnitPrice>
<LineTotal>
58.32
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
6
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6410
</PartNumber>
<PartDescription>
PROVINCIAL TEASPOONS
</PartDescription>
<UnitPrice>
12.16
</UnitPrice>
<LineTotal>
72.96
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
0
</QuantityShipped>
<UnitOfMeasure>
DZ
</UnitOfMeasure>
<PartNumber>
ON 6411
</PartNumber>
<PartDescription>
PROVINCIAL RD BOWL SPOON
</PartDescription>
<QuantityBackOrdered>
6
</QuantityBackOrdered>
<UnitPrice>
17.98
</UnitPrice>
<LineTotal>
0.00
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
EA
</UnitOfMeasure>
<PartNumber>
DO 3218
</PartNumber>
<PartDescription>
34 OZ DUAL DIAL SCALE AM3218
</PartDescription>
<UnitPrice>
70.00
</UnitPrice>
<DiscountPercentage>
5.0
</DiscountPercentage>
<LineTotal>
66.50
</LineTotal>
</DetailLine>
<DetailLine>
<QuantityShipped>
1
</QuantityShipped>
<UnitOfMeasure>
CS
</UnitOfMeasure>
<PartNumber>
DM 195
</PartNumber>
<PartDescription>
20 OZ.BEER PUB GLASS
</PartDescription>
<UnitPrice>
55.90
</UnitPrice>
<LineTotal>
55.90
</LineTotal>
</DetailLine>
</DetailLines>
<Totals>
<SubTotal>
399.28
</SubTotal>
<DiscountTotal>
3.50
</DiscountTotal>
<FreightTotal>
23.75
</FreightTotal>
<GSTTotal>
29.61
</GSTTotal>
<ProvTaxTotal>
33.84
</ProvTaxTotal>
<OtherTotal>
33.84
</OtherTotal>
<InvoiceTotal>
486.48
</InvoiceTotal>
</Totals>
</Invoice>
</body>
</biztalk_1>
lib/python/TAL/test/output/test03.html
deleted
100644 → 0
View file @
98884e26
<p>
<span>
<span>
hello brave new world
</span>
<span>
<span>
goodbye cruel world
</span>
</span>
<span>
hello brave new world
</span>
</span>
</p>
lib/python/TAL/test/output/test03.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<p>
<span>
<span>
hello brave new world
</span>
<span>
<span>
goodbye cruel world
</span>
</span>
<span>
hello brave new world
</span>
</span>
</p>
lib/python/TAL/test/output/test04.html
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<ul>
</ul>
<span
/>
<ul>
<li>
0
hello world
</li>
<li>
1
hello world
</li>
</ul>
<span
/>
<ul>
<li>
0
goodbye cruel world
</li>
<li>
1
goodbye cruel world
</li>
</ul>
<p>
define-slot
</p>
<p>
fill-slot
</p>
</body>
</html>
lib/python/TAL/test/output/test04.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body>
<ul>
</ul>
<span/>
<ul>
<li>
0
hello world
</li>
<li>
1
hello world
</li>
</ul>
<span/>
<ul>
<li>
0
goodbye cruel world
</li>
<li>
1
goodbye cruel world
</li>
</ul>
<p>
define-slot
</p>
<p>
fill-slot
</p>
</body>
</html>
lib/python/TAL/test/output/test05.html
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/output/test05.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/output/test06.html
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/output/test06.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<body>
<h1>
This is the body of test5
</h1>
</body>
</html>
lib/python/TAL/test/output/test07.html
deleted
100644 → 0
View file @
98884e26
<table>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span>
Bottom Right
</span></td>
</tr>
</table>
lib/python/TAL/test/output/test07.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span>
Bottom Right
</span></td>
</tr>
</table>
lib/python/TAL/test/output/test08.html
deleted
100644 → 0
View file @
98884e26
<table>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
</span></td>
</tr>
</table>
lib/python/TAL/test/output/test08.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
</span></td>
</tr>
</table>
lib/python/TAL/test/output/test09.html
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<p>
Just a bunch of text.
</p>
<p>
more text...
</p>
<ul>
<li>
first item
</li>
<li>
second item
<ol>
<li>
second list, first item
</li>
<li>
second list, second item
<dl
compact
>
<dt>
term 1
</dt>
<dt>
term 2
</dt>
<dd>
definition
</dd>
</dl></li>
</ol></li>
<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/output/test09.xml
deleted
100644 → 0
View file @
98884e26
<html>
<body>
<p>
Just a bunch of text.
</p>
<p>
more text...
</p>
<ul>
<li>
first item
</li>
<li>
second item
<ol>
<li>
second list, first item
</li>
<li>
second list, second item
<dl
compact=
""
>
<dt>
term 1
</dt>
<dt>
term 2
</dt>
<dd>
definition
</dd>
</dl></li>
</ol></li>
<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/output/test10.html
deleted
100644 → 0
View file @
98884e26
<html><body>
<table>
<!-- macro definition with slots -->
<tr>
<td>
Top Left
</td>
<td>
Top Right
</td>
</tr>
<tr>
<td>
Bottom left
</td>
<td><span>
<h1>
Some headline
</h1>
<p>
This is the real contents of the bottom right slot.
</p>
<hr>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<p>
It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb.
</p>
<br><br>
</span></td>
</tr>
</table>
</body></html>
lib/python/TAL/test/output/test11.html
deleted
100644 → 0
View file @
98884e26
<html>
<a
href=
"http://www.python.org"
>
bar
</a>
<p>
bad boy!
</p>
<p>
x undefined
</p>
</html>
lib/python/TAL/test/output/test11.xml
deleted
100644 → 0
View file @
98884e26
<html>
<a
href=
"http://www.python.org"
>
bar
</a>
<p>
bad boy!
</p>
<p>
x undefined
</p>
</html>
lib/python/TAL/test/output/test12.html
deleted
100644 → 0
View file @
98884e26
<span
/>
<img
ismap
>
<img
ismap=
"ismap"
>
<img
ismap=
"ismap"
>
<img
ismap=
"foo"
>
<img
ismap
>
<img>
<img>
<img
ismap
>
<img>
<img>
<img
ismap
>
<img>
<img>
<span
/>
<img
src=
"foo"
>
<img
src=
"x.gif"
>
<img>
lib/python/TAL/test/output/test13.html
deleted
100644 → 0
View file @
98884e26
Here's a stray greater than: >
<script>
<!--
no
comment
-->
<
notag
>
&
noentity
;
</script>
lib/python/TAL/test/output/test14.html
deleted
100644 → 0
View file @
98884e26
<table>
<tr>
<td>
car
</td>
<td>
bike
</td>
<td>
broomstick
</td>
</tr>
</table>
<p>
Harry
Ron
Hermione
</p>
lib/python/TAL/test/output/test14.xml
deleted
100644 → 0
View file @
98884e26
<?xml version="1.0" ?>
<html>
<table>
<tr>
<td>
car
</td>
<td>
bike
</td>
<td>
broomstick
</td>
</tr>
</table>
<p>
Harry
Ron
Hermione
</p>
</html>
lib/python/TAL/test/run.py
deleted
100755 → 0
View file @
98884e26
#! /usr/bin/env python1.5
"""Run all tests."""
import
sys
import
utils
import
unittest
import
test_htmlparser
import
test_htmltalparser
import
test_xmlparser
import
test_talinterpreter
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
.
addTest
(
test_htmlparser
.
test_suite
())
suite
.
addTest
(
test_htmltalparser
.
test_suite
())
suite
.
addTest
(
test_xmlparser
.
test_suite
())
suite
.
addTest
(
test_talinterpreter
.
test_suite
())
return
suite
def
main
():
return
utils
.
run_suite
(
test_suite
())
if
__name__
==
"__main__"
:
errs
=
main
()
sys
.
exit
(
errs
and
1
or
0
)
lib/python/TAL/test/test_htmlparser.py
deleted
100755 → 0
View file @
98884e26
#! /usr/bin/env python1.5
"""Tests for HTMLParser.py."""
import
sys
import
utils
import
unittest
from
TAL
import
HTMLParser
class
EventCollector
(
HTMLParser
.
HTMLParser
):
def
__init__
(
self
):
self
.
events
=
[]
self
.
append
=
self
.
events
.
append
HTMLParser
.
HTMLParser
.
__init__
(
self
)
def
get_events
(
self
):
# Normalize the list of events so that buffer artefacts don't
# separate runs of contiguous characters.
L
=
[]
prevtype
=
None
for
event
in
self
.
events
:
type
=
event
[
0
]
if
type
==
prevtype
==
"data"
:
L
[
-
1
]
=
(
"data"
,
L
[
-
1
][
1
]
+
event
[
1
])
else
:
L
.
append
(
event
)
prevtype
=
type
self
.
events
=
L
return
L
# structure markup
def
handle_starttag
(
self
,
tag
,
attrs
):
self
.
append
((
"starttag"
,
tag
,
attrs
))
def
handle_startendtag
(
self
,
tag
,
attrs
):
self
.
append
((
"startendtag"
,
tag
,
attrs
))
def
handle_endtag
(
self
,
tag
):
self
.
append
((
"endtag"
,
tag
))
# all other markup
def
handle_comment
(
self
,
data
):
self
.
append
((
"comment"
,
data
))
def
handle_charref
(
self
,
data
):
self
.
append
((
"charref"
,
data
))
def
handle_data
(
self
,
data
):
self
.
append
((
"data"
,
data
))
def
handle_decl
(
self
,
data
):
self
.
append
((
"decl"
,
data
))
def
handle_entityref
(
self
,
data
):
self
.
append
((
"entityref"
,
data
))
def
handle_pi
(
self
,
data
):
self
.
append
((
"pi"
,
data
))
class
EventCollectorExtra
(
EventCollector
):
def
handle_starttag
(
self
,
tag
,
attrs
):
EventCollector
.
handle_starttag
(
self
,
tag
,
attrs
)
self
.
append
((
"starttag_text"
,
self
.
get_starttag_text
()))
class
TestCaseBase
(
unittest
.
TestCase
):
# Constant pieces of source and events
prologue
=
""
epilogue
=
""
initial_events
=
[]
final_events
=
[]
def
_run_check
(
self
,
source
,
events
,
collector
=
EventCollector
):
parser
=
collector
()
parser
.
feed
(
self
.
prologue
)
for
s
in
source
:
parser
.
feed
(
s
)
for
c
in
self
.
epilogue
:
parser
.
feed
(
c
)
parser
.
close
()
self
.
assert_
(
parser
.
get_events
()
==
self
.
initial_events
+
events
+
self
.
final_events
,
parser
.
get_events
())
def
_run_check_extra
(
self
,
source
,
events
):
self
.
_run_check
(
source
,
events
,
EventCollectorExtra
)
def
_parse_error
(
self
,
source
):
def
parse
(
source
=
source
):
parser
=
HTMLParser
.
HTMLParser
()
parser
.
feed
(
source
)
parser
.
close
()
self
.
assertRaises
(
HTMLParser
.
HTMLParseError
,
parse
)
class
HTMLParserTestCase
(
TestCaseBase
):
def
check_processing_instruction_only
(
self
):
self
.
_run_check
(
"<?processing instruction>"
,
[
(
"pi"
,
"processing instruction"
),
])
def
check_simple_html
(
self
):
self
.
_run_check
(
"""
<!DOCTYPE html PUBLIC 'foo'>
<HTML>&entity; 
<!--comment1a
-></foo><bar><<?pi?></foo<bar
comment1b-->
<Img sRc='Bar' isMAP>sample
text
<!--comment2a-- --comment2b-->
</Html>
"""
,
[
(
"data"
,
"
\
n
"
),
(
"decl"
,
"DOCTYPE html PUBLIC 'foo'"
),
(
"data"
,
"
\
n
"
),
(
"starttag"
,
"html"
,
[]),
(
"entityref"
,
"entity"
),
(
"charref"
,
"32"
),
(
"data"
,
"
\
n
"
),
(
"comment"
,
"comment1a
\
n
-></foo><bar><<?pi?></foo<bar
\
n
comment1b"
),
(
"data"
,
"
\
n
"
),
(
"starttag"
,
"img"
,
[(
"src"
,
"Bar"
),
(
"ismap"
,
None
)]),
(
"data"
,
"sample
\
n
text
\
n
"
),
(
"comment"
,
"comment2a-- --comment2b"
),
(
"data"
,
"
\
n
"
),
(
"endtag"
,
"html"
),
(
"data"
,
"
\
n
"
),
])
def
check_bad_nesting
(
self
):
self
.
_run_check
(
"<a><b></a></b>"
,
[
(
"starttag"
,
"a"
,
[]),
(
"starttag"
,
"b"
,
[]),
(
"endtag"
,
"a"
),
(
"endtag"
,
"b"
),
])
def
check_attr_syntax
(
self
):
output
=
[
(
"starttag"
,
"a"
,
[(
"b"
,
"v"
),
(
"c"
,
"v"
),
(
"d"
,
"v"
),
(
"e"
,
None
)])
]
self
.
_run_check
(
"""<a b='v' c="v" d=v e>"""
,
output
)
self
.
_run_check
(
"""<a b = 'v' c = "v" d = v e>"""
,
output
)
self
.
_run_check
(
"""<a
\
n
b
\
n
=
\
n
'v'
\
n
c
\
n
=
\
n
"v"
\
n
d
\
n
=
\
n
v
\
n
e>"""
,
output
)
self
.
_run_check
(
"""<a
\
t
b
\
t
=
\
t
'v'
\
t
c
\
t
=
\
t
"v"
\
t
d
\
t
=
\
t
v
\
t
e>"""
,
output
)
def
check_attr_values
(
self
):
self
.
_run_check
(
"""<a b='xxx
\
n
\
t
xxx' c="yyy
\
t
\
n
yyy" d='
\
t
xyz
\
n
'>"""
,
[(
"starttag"
,
"a"
,
[(
"b"
,
"xxx
\
n
\
t
xxx"
),
(
"c"
,
"yyy
\
t
\
n
yyy"
),
(
"d"
,
"
\
t
xyz
\
n
"
)])
])
self
.
_run_check
(
"""<a b='' c="">"""
,
[
(
"starttag"
,
"a"
,
[(
"b"
,
""
),
(
"c"
,
""
)]),
])
def
check_attr_entity_replacement
(
self
):
self
.
_run_check
(
"""<a b='&><"''>"""
,
[
(
"starttag"
,
"a"
,
[(
"b"
,
"&><
\
"
'"
)]),
])
def
check_attr_funky_names
(
self
):
self
.
_run_check
(
"""<a a.b='v' c:d=v e-f=v>"""
,
[
(
"starttag"
,
"a"
,
[(
"a.b"
,
"v"
),
(
"c:d"
,
"v"
),
(
"e-f"
,
"v"
)]),
])
def
check_starttag_end_boundary
(
self
):
self
.
_run_check
(
"""<a b='<'>"""
,
[(
"starttag"
,
"a"
,
[(
"b"
,
"<"
)])])
self
.
_run_check
(
"""<a b='>'>"""
,
[(
"starttag"
,
"a"
,
[(
"b"
,
">"
)])])
def
check_buffer_artefacts
(
self
):
output
=
[(
"starttag"
,
"a"
,
[(
"b"
,
"<"
)])]
self
.
_run_check
([
"<a b='<'>"
],
output
)
self
.
_run_check
([
"<a "
,
"b='<'>"
],
output
)
self
.
_run_check
([
"<a b"
,
"='<'>"
],
output
)
self
.
_run_check
([
"<a b="
,
"'<'>"
],
output
)
self
.
_run_check
([
"<a b='<"
,
"'>"
],
output
)
self
.
_run_check
([
"<a b='<'"
,
">"
],
output
)
output
=
[(
"starttag"
,
"a"
,
[(
"b"
,
">"
)])]
self
.
_run_check
([
"<a b='>'>"
],
output
)
self
.
_run_check
([
"<a "
,
"b='>'>"
],
output
)
self
.
_run_check
([
"<a b"
,
"='>'>"
],
output
)
self
.
_run_check
([
"<a b="
,
"'>'>"
],
output
)
self
.
_run_check
([
"<a b='>"
,
"'>"
],
output
)
self
.
_run_check
([
"<a b='>'"
,
">"
],
output
)
def
check_starttag_junk_chars
(
self
):
self
.
_parse_error
(
"<"
)
self
.
_parse_error
(
"<>"
)
self
.
_parse_error
(
"</>"
)
self
.
_parse_error
(
"</$>"
)
self
.
_parse_error
(
"</"
)
self
.
_parse_error
(
"</a"
)
self
.
_parse_error
(
"</a"
)
self
.
_parse_error
(
"<a<a>"
)
self
.
_parse_error
(
"</a<a>"
)
self
.
_parse_error
(
"<$"
)
self
.
_parse_error
(
"<$>"
)
self
.
_parse_error
(
"<!"
)
self
.
_parse_error
(
"<a $>"
)
self
.
_parse_error
(
"<a"
)
self
.
_parse_error
(
"<a foo='bar'"
)
self
.
_parse_error
(
"<a foo='bar"
)
self
.
_parse_error
(
"<a foo='>'"
)
self
.
_parse_error
(
"<a foo='>"
)
self
.
_parse_error
(
"<a foo=>"
)
def
check_declaration_junk_chars
(
self
):
self
.
_parse_error
(
"<!DOCTYPE foo $ >"
)
def
check_startendtag
(
self
):
self
.
_run_check
(
"<p/>"
,
[
(
"startendtag"
,
"p"
,
[]),
])
self
.
_run_check
(
"<p></p>"
,
[
(
"starttag"
,
"p"
,
[]),
(
"endtag"
,
"p"
),
])
self
.
_run_check
(
"<p><img src='foo' /></p>"
,
[
(
"starttag"
,
"p"
,
[]),
(
"startendtag"
,
"img"
,
[(
"src"
,
"foo"
)]),
(
"endtag"
,
"p"
),
])
def
check_get_starttag_text
(
self
):
s
=
"""<foo:bar
\
n
one="1"
\
t
two=2 >"""
self
.
_run_check_extra
(
s
,
[
(
"starttag"
,
"foo:bar"
,
[(
"one"
,
"1"
),
(
"two"
,
"2"
)]),
(
"starttag_text"
,
s
)])
def
check_cdata_content
(
self
):
s
=
"""<script> <!-- not a comment --> ¬-an-entity-ref; </script>"""
self
.
_run_check
(
s
,
[
(
"starttag"
,
"script"
,
[]),
(
"data"
,
" <!-- not a comment --> ¬-an-entity-ref; "
),
(
"endtag"
,
"script"
),
])
s
=
"""<script> <not a='start tag'> </script>"""
self
.
_run_check
(
s
,
[
(
"starttag"
,
"script"
,
[]),
(
"data"
,
" <not a='start tag'> "
),
(
"endtag"
,
"script"
),
])
# Support for the Zope regression test framework:
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
.
addTest
(
unittest
.
makeSuite
(
HTMLParserTestCase
,
"check_"
))
return
suite
if
__name__
==
"__main__"
:
errs
=
utils
.
run_suite
(
test_suite
())
sys
.
exit
(
errs
and
1
or
0
)
lib/python/TAL/test/test_htmltalparser.py
deleted
100755 → 0
View file @
98884e26
This diff is collapsed.
Click to expand it.
lib/python/TAL/test/test_talinterpreter.py
deleted
100644 → 0
View file @
98884e26
#! /usr/bin/env python1.5
"""Tests for TALInterpreter."""
import
sys
import
utils
import
unittest
from
TAL.TALDefs
import
METALError
from
TAL.HTMLTALParser
import
HTMLTALParser
from
TAL.TALInterpreter
import
TALInterpreter
from
TAL.DummyEngine
import
DummyEngine
class
MacroErrorsTestCase
(
unittest
.
TestCase
):
def
_compile
(
self
,
source
):
parser
=
HTMLTALParser
()
parser
.
parseString
(
source
)
program
,
macros
=
parser
.
getCode
()
return
program
,
macros
def
setUp
(
self
):
dummy
,
macros
=
self
.
_compile
(
'<p metal:define-macro="M">Booh</p>'
)
self
.
macro
=
macros
[
'M'
]
self
.
engine
=
DummyEngine
(
macros
)
program
,
dummy
=
self
.
_compile
(
'<p metal:use-macro="M">Bah</p>'
)
self
.
interpreter
=
TALInterpreter
(
program
,
{},
self
.
engine
)
def
tearDown
(
self
):
try
:
self
.
interpreter
()
except
METALError
:
pass
else
:
self
.
fail
(
"Expected METALError"
)
def
check_mode_error
(
self
):
self
.
macro
[
1
]
=
(
"mode"
,
"duh"
)
def
check_version_error
(
self
):
self
.
macro
[
0
]
=
(
"version"
,
"duh"
)
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
.
addTest
(
unittest
.
makeSuite
(
MacroErrorsTestCase
,
"check_"
))
return
suite
if
__name__
==
"__main__"
:
errs
=
utils
.
run_suite
(
test_suite
())
sys
.
exit
(
errs
and
1
or
0
)
lib/python/TAL/test/test_xmlparser.py
deleted
100755 → 0
View file @
98884e26
#! /usr/bin/env python1.5
"""Tests for XMLParser.py."""
import
string
import
sys
import
utils
import
unittest
from
TAL
import
XMLParser
class
EventCollector
(
XMLParser
.
XMLParser
):
def
__init__
(
self
):
self
.
events
=
[]
self
.
append
=
self
.
events
.
append
XMLParser
.
XMLParser
.
__init__
(
self
)
self
.
parser
.
ordered_attributes
=
1
def
get_events
(
self
):
# Normalize the list of events so that buffer artefacts don't
# separate runs of contiguous characters.
L
=
[]
prevtype
=
None
for
event
in
self
.
events
:
type
=
event
[
0
]
if
type
==
prevtype
==
"data"
:
L
[
-
1
]
=
(
"data"
,
L
[
-
1
][
1
]
+
event
[
1
])
else
:
L
.
append
(
event
)
prevtype
=
type
self
.
events
=
L
return
L
# structure markup
def
StartElementHandler
(
self
,
tag
,
attrs
):
self
.
append
((
"starttag"
,
tag
,
attrs
))
def
EndElementHandler
(
self
,
tag
):
self
.
append
((
"endtag"
,
tag
))
# all other markup
def
CommentHandler
(
self
,
data
):
self
.
append
((
"comment"
,
data
))
def
handle_charref
(
self
,
data
):
self
.
append
((
"charref"
,
data
))
def
CharacterDataHandler
(
self
,
data
):
self
.
append
((
"data"
,
data
))
def
StartDoctypeDeclHandler
(
self
,
rootelem
,
publicId
,
systemId
,
subset
):
self
.
append
((
"doctype"
,
rootelem
,
systemId
,
publicId
,
subset
))
def
XmlDeclHandler
(
self
,
version
,
encoding
,
standalone
):
self
.
append
((
"decl"
,
version
,
encoding
,
standalone
))
def
ExternalEntityRefHandler
(
self
,
data
):
self
.
append
((
"entityref"
,
data
))
def
ProcessingInstructionHandler
(
self
,
target
,
data
):
self
.
append
((
"pi"
,
target
,
data
))
class
EventCollectorExtra
(
EventCollector
):
def
handle_starttag
(
self
,
tag
,
attrs
):
EventCollector
.
handle_starttag
(
self
,
tag
,
attrs
)
self
.
append
((
"starttag_text"
,
self
.
get_starttag_text
()))
class
SegmentedFile
:
def
__init__
(
self
,
parts
):
self
.
parts
=
list
(
parts
)
def
read
(
self
,
bytes
):
if
self
.
parts
:
s
=
self
.
parts
.
pop
(
0
)
else
:
s
=
''
return
s
class
XMLParserTestCase
(
unittest
.
TestCase
):
def
_run_check
(
self
,
source
,
events
,
collector
=
EventCollector
):
parser
=
collector
()
if
isinstance
(
source
,
type
([])):
parser
.
parseStream
(
SegmentedFile
(
source
))
else
:
parser
.
parseString
(
source
)
self
.
assert_
(
parser
.
get_events
()
==
events
,
parser
.
get_events
())
def
_run_check_extra
(
self
,
source
,
events
):
self
.
_run_check
(
source
,
events
,
EventCollectorExtra
)
def
_parse_error
(
self
,
source
):
def
parse
(
source
=
source
):
parser
=
XMLParser
.
XMLParser
()
parser
.
parseString
(
source
)
self
.
assertRaises
(
XMLParser
.
XMLParseError
,
parse
)
def
check_processing_instruction_only
(
self
):
self
.
_run_check
(
"<?processing instruction?><a/>"
,
[
(
"pi"
,
"processing"
,
"instruction"
),
(
"starttag"
,
"a"
,
[]),
(
"endtag"
,
"a"
),
])
def
check_simple_html
(
self
):
self
.
_run_check
(
"""
\
<?xml version='1.0' encoding='iso-8859-1'?>
<!DOCTYPE html PUBLIC 'foo' 'bar'>
<html>&entity; 
<!--comment1a
-></foo><bar><<?pi?></foo<bar
comment1b-->
<img src='Bar' ismap=''/>sample
text
<!--comment2a- -comment2b-->
</html>
"""
,
[
(
"decl"
,
"1.0"
,
"iso-8859-1"
,
-
1
),
(
"doctype"
,
"html"
,
"foo"
,
"bar"
,
0
),
(
"starttag"
,
"html"
,
[]),
# ("entityref", "entity"),
(
"data"
,
"
\
n
"
),
(
"comment"
,
"comment1a
\
n
-></foo><bar><<?pi?></foo<bar
\
n
comment1b"
),
(
"data"
,
"
\
n
"
),
(
"starttag"
,
"img"
,
[
"src"
,
"Bar"
,
"ismap"
,
""
]),
(
"endtag"
,
"img"
),
(
"data"
,
"sample
\
n
text
\
n
"
),
(
"comment"
,
"comment2a- -comment2b"
),
(
"data"
,
"
\
n
"
),
(
"endtag"
,
"html"
),
])
def
check_bad_nesting
(
self
):
try
:
self
.
_run_check
(
"<a><b></a></b>"
,
[
(
"starttag"
,
"a"
,
[]),
(
"starttag"
,
"b"
,
[]),
(
"endtag"
,
"a"
),
(
"endtag"
,
"b"
),
])
except
:
e
=
sys
.
exc_info
()[
1
]
self
.
assert_
(
e
.
lineno
==
1
,
"did not receive correct position information"
)
else
:
self
.
fail
(
"expected parse error: bad nesting"
)
def
check_attr_syntax
(
self
):
output
=
[
(
"starttag"
,
"a"
,
[
"b"
,
"v"
,
"c"
,
"v"
]),
(
"endtag"
,
"a"
),
]
self
.
_run_check
(
"""<a b='v' c="v"/>"""
,
output
)
self
.
_run_check
(
"""<a b = 'v' c = "v"/>"""
,
output
)
self
.
_run_check
(
"""<a
\
n
b
\
n
=
\
n
'v'
\
n
c
\
n
=
\
n
"v"
\
n
/>"""
,
output
)
self
.
_run_check
(
"""<a
\
t
b
\
t
=
\
t
'v'
\
t
c
\
t
=
\
t
"v"
\
t
/>"""
,
output
)
def
check_attr_values
(
self
):
self
.
_run_check
(
"""<a b='xxx
\
n
\
t
xxx' c="yyy
\
t
\
n
yyy" d='
\
t
xyz
\
n
'/>"""
,
[(
"starttag"
,
"a"
,
[
"b"
,
"xxx xxx"
,
"c"
,
"yyy yyy"
,
"d"
,
" xyz "
]),
(
"endtag"
,
"a"
),
])
self
.
_run_check
(
"""<a b='' c="" d=''/>"""
,
[
(
"starttag"
,
"a"
,
[
"b"
,
""
,
"c"
,
""
,
"d"
,
""
]),
(
"endtag"
,
"a"
),
])
def
check_attr_entity_replacement
(
self
):
self
.
_run_check
(
"""<a b='&><"''/>"""
,
[
(
"starttag"
,
"a"
,
[
"b"
,
"&><
\
"
'"
]),
(
"endtag"
,
"a"
),
])
def
check_attr_funky_names
(
self
):
self
.
_run_check
(
"""<a a.b='v' c:d='v' e-f='v'/>"""
,
[
(
"starttag"
,
"a"
,
[
"a.b"
,
"v"
,
"c:d"
,
"v"
,
"e-f"
,
"v"
]),
(
"endtag"
,
"a"
),
])
def
check_starttag_end_boundary
(
self
):
self
.
_run_check
(
"""<a b='<'/>"""
,
[
(
"starttag"
,
"a"
,
[
"b"
,
"<"
]),
(
"endtag"
,
"a"
),
])
self
.
_run_check
(
"""<a b='>'/>"""
,
[
(
"starttag"
,
"a"
,
[
"b"
,
">"
]),
(
"endtag"
,
"a"
),
])
def
check_buffer_artefacts
(
self
):
output
=
[(
"starttag"
,
"a"
,
[
"b"
,
"<"
]),
(
"endtag"
,
"a"
)]
self
.
_run_check
([
"<a b='<'/>"
],
output
)
self
.
_run_check
([
"<a "
,
"b='<'/>"
],
output
)
self
.
_run_check
([
"<a b"
,
"='<'/>"
],
output
)
self
.
_run_check
([
"<a b="
,
"'<'/>"
],
output
)
self
.
_run_check
([
"<a b='<"
,
"'/>"
],
output
)
self
.
_run_check
([
"<a b='<'"
,
"/>"
],
output
)
output
=
[(
"starttag"
,
"a"
,
[
"b"
,
">"
]),
(
"endtag"
,
"a"
)]
self
.
_run_check
([
"<a b='>'/>"
],
output
)
self
.
_run_check
([
"<a "
,
"b='>'/>"
],
output
)
self
.
_run_check
([
"<a b"
,
"='>'/>"
],
output
)
self
.
_run_check
([
"<a b="
,
"'>'/>"
],
output
)
self
.
_run_check
([
"<a b='>"
,
"'/>"
],
output
)
self
.
_run_check
([
"<a b='>'"
,
"/>"
],
output
)
def
check_starttag_junk_chars
(
self
):
self
.
_parse_error
(
"<"
)
self
.
_parse_error
(
"<>"
)
self
.
_parse_error
(
"</>"
)
self
.
_parse_error
(
"</$>"
)
self
.
_parse_error
(
"</"
)
self
.
_parse_error
(
"</a"
)
self
.
_parse_error
(
"</a"
)
self
.
_parse_error
(
"<a<a>"
)
self
.
_parse_error
(
"</a<a>"
)
self
.
_parse_error
(
"<$"
)
self
.
_parse_error
(
"<$>"
)
self
.
_parse_error
(
"<!"
)
self
.
_parse_error
(
"<a $>"
)
self
.
_parse_error
(
"<a"
)
self
.
_parse_error
(
"<a foo='bar'"
)
self
.
_parse_error
(
"<a foo='bar"
)
self
.
_parse_error
(
"<a foo='>'"
)
self
.
_parse_error
(
"<a foo='>"
)
def
check_declaration_junk_chars
(
self
):
self
.
_parse_error
(
"<!DOCTYPE foo $ >"
)
# Support for the Zope regression test framework:
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
.
addTest
(
unittest
.
makeSuite
(
XMLParserTestCase
,
"check_"
))
return
suite
if
__name__
==
"__main__"
:
errs
=
utils
.
run_suite
(
test_suite
())
sys
.
exit
(
errs
and
1
or
0
)
lib/python/TAL/test/utils.py
deleted
100644 → 0
View file @
98884e26
"""Helper functions for the test suite."""
import
os
import
sys
mydir
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
codedir
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
mydir
))
if
codedir
not
in
sys
.
path
:
sys
.
path
.
append
(
codedir
)
import
unittest
def
run_suite
(
suite
,
outf
=
None
,
errf
=
None
):
if
outf
is
None
:
outf
=
sys
.
stdout
runner
=
unittest
.
TextTestRunner
(
outf
)
result
=
runner
.
run
(
suite
)
## print "\n\n"
## if result.errors:
## print "Errors (unexpected exceptions):"
## map(print_error, result.errors)
## print
## if result.failures:
## print "Failures (assertion failures):"
## map(print_error, result.failures)
## print
newerrs
=
len
(
result
.
errors
)
+
len
(
result
.
failures
)
if
newerrs
:
print
"'Errors' indicate exceptions other than AssertionError."
print
"'Failures' indicate AssertionError"
if
errf
is
None
:
errf
=
sys
.
stderr
errf
.
write
(
"%d errors, %d failures
\
n
"
%
(
len
(
result
.
errors
),
len
(
result
.
failures
)))
return
newerrs
def
print_error
(
info
):
testcase
,
(
type
,
e
,
tb
)
=
info
lib/python/TAL/tests/input/test06.html
View file @
63cab4c1
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.html/body"
>
m:use-macro=
"test
s
/input/test05.html/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/tests/input/test06.xml
View file @
63cab4c1
<?xml version="1.0" ?>
<html>
<body
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test05.xml/body"
>
m:use-macro=
"test
s
/input/test05.xml/body"
>
dummy body in test6
</body>
</html>
lib/python/TAL/tests/input/test08.html
View file @
63cab4c1
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.html/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test
s
/input/test07.html/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/tests/input/test08.xml
View file @
63cab4c1
<?xml version="1.0" ?>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.xml/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test
s
/input/test07.xml/myTable"
>
<!-- macro use with slots -->
<tr>
<td>
...
...
lib/python/TAL/tests/input/test10.html
View file @
63cab4c1
<html><body>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test/input/test07.html/myTable"
>
<table
xmlns:m=
"http://xml.zope.org/namespaces/metal"
m:use-macro=
"test
s
/input/test07.html/myTable"
>
<!-- macro use with slots -->
<tr>
<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