diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-25 16:03:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-25 16:03:54 (GMT) |
commit | 8f42e2b1fa101dc8a3e3ab371823ff5601b8a58b (patch) | |
tree | e5f3272845a05eb35445be1add8a9a981e78e505 /Lib/test/output | |
parent | cde79131eac7d4a6ddfe13b8b082a5869af9cf9e (diff) | |
download | cpython-8f42e2b1fa101dc8a3e3ab371823ff5601b8a58b.zip cpython-8f42e2b1fa101dc8a3e3ab371823ff5601b8a58b.tar.gz cpython-8f42e2b1fa101dc8a3e3ab371823ff5601b8a58b.tar.bz2 |
Update test to accomodate the change to the namespace_separator parameter
of ParserCreate().
Added assignment tests for the ordered_attributes and specified_attributes
values, similar to the checks for the returns_unicode attribute.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_pyexpat | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Lib/test/output/test_pyexpat b/Lib/test/output/test_pyexpat index da07312..61fe81d 100644 --- a/Lib/test/output/test_pyexpat +++ b/Lib/test/output/test_pyexpat @@ -3,6 +3,14 @@ OK. OK. OK. OK. +OK. +OK. +OK. +OK. +OK. +OK. +OK. +OK. PI: 'xml-stylesheet' 'href="stylesheet.css"' Comment: @@ -99,6 +107,4 @@ 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 one character, omitted, or None -Caught expected ValueError: -namespace_separator must be one character, omitted, or None +namespace_separator must be at most one character, omitted, or None |