]> git.pld-linux.org Git - packages/python3.git/blob - python3-test-pyexpat.patch
728b7c8cd87a47714fa4f344161cfb836a32362f
[packages/python3.git] / python3-test-pyexpat.patch
1 --- Python-3.5.2/Lib/test/test_pyexpat.py~      2016-06-25 23:38:37.000000000 +0200
2 +++ Python-3.5.2/Lib/test/test_pyexpat.py       2016-08-14 22:01:10.891946983 +0200
3 @@ -660,7 +660,7 @@ class MalformedInputTest(unittest.TestCa
4              parser.Parse(xml, True)
5              self.fail()
6          except expat.ExpatError as e:
7 -            self.assertEqual(str(e), 'XML declaration not well-formed: line 1, column 14')
8 +            self.assertEqual(str(e), 'XML declaration not well-formed: line 1, column 13')
9  
10  class ErrorMessageTest(unittest.TestCase):
11      def test_codes(self):
This page took 0.023863 seconds and 2 git commands to generate.