summaryrefslogtreecommitdiffstats
path: root/Lib/test/xmltestdata
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-02 17:55:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-02 17:55:59 (GMT)
commitaa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9 (patch)
tree7582c9bfdb3b1931d249d8eccd35a852b14ff341 /Lib/test/xmltestdata
parent2379d541dd2a4944713999f0071d53fdddee3d47 (diff)
downloadcpython-aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9.zip
cpython-aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9.tar.gz
cpython-aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9.tar.bz2
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Made test XML files non-ASCII.
Diffstat (limited to 'Lib/test/xmltestdata')
-rw-r--r--Lib/test/xmltestdata/test.xml4
-rw-r--r--Lib/test/xmltestdata/test.xml.out2
2 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/xmltestdata/test.xml b/Lib/test/xmltestdata/test.xml
index 9af92fb..92136da 100644
--- a/Lib/test/xmltestdata/test.xml
+++ b/Lib/test/xmltestdata/test.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="iso-8859-1"?>
<HTML xmlns:pp="http://www.isogen.com/paul/post-processor">
<TITLE>Introduction to XSL</TITLE>
<H1>Introduction to XSL</H1>
@@ -110,6 +110,6 @@
</UL>
-
</HTML>
diff --git a/Lib/test/xmltestdata/test.xml.out b/Lib/test/xmltestdata/test.xml.out
index d4ab1ab..f7e9ad2 100644
--- a/Lib/test/xmltestdata/test.xml.out
+++ b/Lib/test/xmltestdata/test.xml.out
@@ -110,6 +110,6 @@
</UL>
-
</HTML> \ No newline at end of file