tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt 302 B

1234567891011
  1. # 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. # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
  5. x = 'ЉЊЈЁЂ'
  6. def y():
  7. """
  8. And again in a comment. ЉЊЈЁЂ
  9. """
  10. pass