blob: d6d8d49f08ec2efa3a0ea49d929e011c6ebee1ec [file] [log] [blame]
Trent Nelson428de652008-03-18 22:41: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