mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
This commit is contained in:
parent
96515e9f67
commit
aade1cc453
3 changed files with 5 additions and 0 deletions
|
@ -153,6 +153,7 @@ class AnnotationsFutureTestCase(unittest.TestCase):
|
|||
eq = self.assertAnnotationEqual
|
||||
eq('...')
|
||||
eq("'some_string'")
|
||||
eq("u'some_string'")
|
||||
eq("b'\\xa3'")
|
||||
eq('Name')
|
||||
eq('None')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue