xml.errors: fix extra-attr to use an array.

db4
John Benediktsson 2013-03-27 10:04:58 -07:00
parent 5e0e6119e3
commit fdb4e74cc6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ T{ nonexist-ns f 1 5 "x" } "<x:y/>" xml-error-test
T{ unopened f 1 4 } "</x>" xml-error-test T{ unopened f 1 4 } "</x>" xml-error-test
T{ not-yes/no f 1 41 "maybe" } T{ not-yes/no f 1 41 "maybe" }
"<?xml version='1.0' standalone='maybe'?><x/>" xml-error-test "<?xml version='1.0' standalone='maybe'?><x/>" xml-error-test
T{ extra-attrs f 1 32 V{ T{ name f "" "foo" f } } T{ extra-attrs f 1 32 { T{ name f "" "foo" f } }
} "<?xml version='1.1' foo='bar'?><x/>" xml-error-test } "<?xml version='1.1' foo='bar'?><x/>" xml-error-test
T{ bad-version f 1 28 "5 million" } T{ bad-version f 1 28 "5 million" }
"<?xml version='5 million'?><x/>" xml-error-test "<?xml version='5 million'?><x/>" xml-error-test