]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added an unused Unicode string for testing.
authorBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:28:30 +0000 (19:28 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:28:30 +0000 (19:28 +0000)
Tools/i18n/pygettext.py

index 422d773e8132b5afcaeea8afddb7c0cee07aa4ab..546874c5990755f60ec17f8ba08632b624f127ce 100755 (executable)
@@ -449,3 +449,5 @@ def main():
 \f
 if __name__ == '__main__':
     main()
+    # some more test strings
+    _(u'a unicode string')