mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Remove wrong comment about repr in test_unicode (#100495)
This commit is contained in:
parent
bdfb694386
commit
c6dac12861
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ def test_literals(self):
|
|||
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\\\\'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue