mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Added an unused Unicode string for testing.
This commit is contained in:
parent
fa5c315afa
commit
75a6e67e69
@ -449,3 +449,5 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
# some more test strings
|
||||
_(u'a unicode string')
|
||||
|
Loading…
Reference in New Issue
Block a user