mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added an unused Unicode string for testing.
This commit is contained in:
parent
fa5c315afa
commit
75a6e67e69
1 changed files with 2 additions and 0 deletions
|
@ -449,3 +449,5 @@ def main():
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
# some more test strings
|
||||
_(u'a unicode string')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue