]> git.pld-linux.org Git - packages/python3.git/blame - python3-test-pyexpat.patch
- rebuild with readline 7.0
[packages/python3.git] / python3-test-pyexpat.patch
CommitLineData
1e9d9e53
AM
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.038124 seconds and 4 git commands to generate.