blob: 81931c469851c4cdc5d14239fdf4ca0c4fdbe4bd [file] [log] [blame]
Martin v. Löwis3c6938d2008-06-13 23:34:35 +00001# IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
2# 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