blob: 23fd2168ae57388e73dee24451e82cad5840ec86 [file] [log] [blame]
Serhiy Storchaka13ad3b72017-09-14 09:38:36 +03001# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
Martin v. Löwis3c6938d2008-06-13 23:34:35 +00002# at the start of it. Make sure this is preserved if any changes
3# are made!
4
5# Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
6x = 'ЉЊЈЁЂ'
7def y():
8 """
9 And again in a comment. ЉЊЈЁЂ
10 """
11 pass