Searched refs:check_script_output (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_source_encoding.py | 101 self.check_script_output(src, r"u'\xc3\u20ac'") 107 self.check_script_output(src, r"u'\xc3\u20ac'") 114 self.check_script_output(src, r"u'\xc3\u20ac'") 119 self.check_script_output(src, r"u'\xc3\u20ac'") 124 self.check_script_output(src, r"u'\xc3\u20ac'") 130 self.check_script_output(src, r"u'\xc3\u20ac'") 134 self.check_script_output(src, r"u'\xe4'") 139 self.check_script_output(src, r"u'\xe4'") 144 def check_script_output(self, src, expected): member in BytesSourceEncodingTest 153 def check_script_output(self, src, expected): member in FileSourceEncodingTest
|
/external/python/cpython3/Lib/test/ |
D | test_source_encoding.py | 150 self.check_script_output(src, br"'\xe4'") 155 self.check_script_output(src, br"'\xc3\u20ac'") 161 self.check_script_output(src, br"'\xc3\u20ac'") 169 self.check_script_output(src, br"'\xe4'") 176 self.check_script_output(src, br"'\xc3\u20ac'") 181 self.check_script_output(src, br"'\xc3\u20ac'") 186 self.check_script_output(src, br"'\xc3\u20ac'") 192 self.check_script_output(src, br"'\xc3\u20ac'") 196 self.check_script_output(src, br"'\xe4'") 201 self.check_script_output(src, br"'\xe4'") [all …]
|