]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove wrong comment about `repr` in `test_unicode` (#100495)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 24 Dec 2022 14:48:43 +0000 (17:48 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 14:48:43 +0000 (06:48 -0800)
Lib/test/test_unicode.py

index 41094a7e917dab2229bbdd2839bf64828cb772b0..4ebbb9d32a3d757691758ba911b6eb040013d712 100644 (file)
@@ -94,7 +94,6 @@ class UnicodeTest(string_tests.CommonTest,
         self.assertNotEqual(r"\u0020", " ")
 
     def test_ascii(self):
-        # Test basic sanity of repr()
         self.assertEqual(ascii('abc'), "'abc'")
         self.assertEqual(ascii('ab\\c'), "'ab\\\\c'")
         self.assertEqual(ascii('ab\\'), "'ab\\\\'")