summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pyexpat
blob: 61fe81d6370c6195fa4a6aad3c23e485590f2b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
test_pyexpat
OK.
OK.
OK.
OK.
OK.
OK.
OK.
OK.
OK.
OK.
OK.
OK.
PI:
	'xml-stylesheet' 'href="stylesheet.css"'
Comment:
	' comment data '
Notation declared: ('notation', None, 'notation.jpeg', None)
Unparsed entity decl:
	('unparsed_entity', None, 'entity.file', None, 'notation')
Start element:
	'root' {'attr1': 'value1', 'attr2': 'value2\xe1\xbd\x80'}
NS decl:
	'myns' 'http://www.python.org/namespace'
Start element:
	'http://www.python.org/namespace!subelement' {}
Character data:
	'Contents of subelements'
End element:
	'http://www.python.org/namespace!subelement'
End of NS decl:
	'myns'
Start element:
	'sub2' {}
Start of CDATA section
Character data:
	'contents of CDATA section'
End of CDATA section
End element:
	'sub2'
External entity ref: (None, 'entity.file', None)
End element:
	'root'
PI:
	u'xml-stylesheet' u'href="stylesheet.css"'
Comment:
	u' comment data '
Notation declared: (u'notation', None, u'notation.jpeg', None)
Unparsed entity decl:
	(u'unparsed_entity', None, u'entity.file', None, u'notation')
Start element:
	u'root' {u'attr1': u'value1', u'attr2': u'value2\u1f40'}
NS decl:
	u'myns' u'http://www.python.org/namespace'
Start element:
	u'http://www.python.org/namespace!subelement' {}
Character data:
	u'Contents of subelements'
End element:
	u'http://www.python.org/namespace!subelement'
End of NS decl:
	u'myns'
Start element:
	u'sub2' {}
Start of CDATA section
Character data:
	u'contents of CDATA section'
End of CDATA section
End element:
	u'sub2'
External entity ref: (None, u'entity.file', None)
End element:
	u'root'
PI:
	u'xml-stylesheet' u'href="stylesheet.css"'
Comment:
	u' comment data '
Notation declared: (u'notation', None, u'notation.jpeg', None)
Unparsed entity decl:
	(u'unparsed_entity', None, u'entity.file', None, u'notation')
Start element:
	u'root' {u'attr1': u'value1', u'attr2': u'value2\u1f40'}
NS decl:
	u'myns' u'http://www.python.org/namespace'
Start element:
	u'http://www.python.org/namespace!subelement' {}
Character data:
	u'Contents of subelements'
End element:
	u'http://www.python.org/namespace!subelement'
End of NS decl:
	u'myns'
Start element:
	u'sub2' {}
Start of CDATA section
Character data:
	u'contents of CDATA section'
End of CDATA section
End element:
	u'sub2'
External entity ref: (None, u'entity.file', None)
End element:
	u'root'

Testing constructor for proper handling of namespace_separator values:
Legal values tested o.k.
Caught expected TypeError:
ParserCreate() argument 2 must be string or None, not int
Caught expected ValueError:
namespace_separator must be at most one character, omitted, or None