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 | 153 self.check_script_output(src, br"'\xe4'") 158 self.check_script_output(src, br"'\xc3\u20ac'") 164 self.check_script_output(src, br"'\xc3\u20ac'") 172 self.check_script_output(src, br"'\xe4'") 179 self.check_script_output(src, br"'\xc3\u20ac'") 184 self.check_script_output(src, br"'\xc3\u20ac'") 189 self.check_script_output(src, br"'\xc3\u20ac'") 195 self.check_script_output(src, br"'\xc3\u20ac'") 199 self.check_script_output(src, br"'\xe4'") 204 self.check_script_output(src, br"'\xe4'") [all …]
|