17db96d56Sopenharmony_ci# -*- coding: utf-8 -*- 27db96d56Sopenharmony_ci# IMPORTANT: unlike the other test_tokenize-*.txt files, this file 37db96d56Sopenharmony_ci# does NOT have the utf-8 BOM signature '\xef\xbb\xbf' at the start 47db96d56Sopenharmony_ci# of it. Make sure this is not added inadvertently by your editor 57db96d56Sopenharmony_ci# if any changes are made to this file! 67db96d56Sopenharmony_ci 77db96d56Sopenharmony_ci# Arbitrary encoded utf-8 text (stolen from test_doctest2.py). 87db96d56Sopenharmony_cix = 'ЉЊЈЁЂ' 97db96d56Sopenharmony_cidef y(): 107db96d56Sopenharmony_ci """ 117db96d56Sopenharmony_ci And again in a comment. ЉЊЈЁЂ 127db96d56Sopenharmony_ci """ 137db96d56Sopenharmony_ci pass 14