There was an error while loading. Please reload this page.
repr
test_unicode
1 parent bdfb694 commit c6dac12Copy full SHA for c6dac12
1 file changed
Lib/test/test_unicode.py
@@ -94,7 +94,6 @@ def test_literals(self):
94
self.assertNotEqual(r"\u0020", " ")
95
96
def test_ascii(self):
97
- # Test basic sanity of repr()
98
self.assertEqual(ascii('abc'), "'abc'")
99
self.assertEqual(ascii('ab\\c'), "'ab\\\\c'")
100
self.assertEqual(ascii('ab\\'), "'ab\\\\'")
0 commit comments