tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt 326 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. # IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
  3. # at the start of it. Make sure this is preserved if any changes
  4. # are made!
  5. # Arbitrary encoded utf-8 text (stolen from test_doctest2.py).
  6. x = 'ЉЊЈЁЂ'
  7. def y():
  8. """
  9. And again in a comment. ЉЊЈЁЂ
  10. """
  11. pass