diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-02 17:55:59 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-02 17:55:59 (GMT) |
commit | aa9563c1b8b8187282c0cad2b0e3c0ed7f6a8dc9 (patch) | |
tree | 7582c9bfdb3b1931d249d8eccd35a852b14ff341 /Lib/test/xmltestdata | |
parent | 2379d541dd2a4944713999f0071d53fdddee3d47 (diff) | |
download | cpython-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.xml | 4 | ||||
-rw-r--r-- | Lib/test/xmltestdata/test.xml.out | 2 |
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 |