Searched defs:check_script_output (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_source_encoding.py101 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 class:BytesSourceEncodingTest
153 def check_script_output(sel member in class:FileSourceEncodingTest
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_source_encoding.py150 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(sr
206 def check_script_output(self, src, expected): member in class:BytesSourceEncodingTest
215 def check_script_output(self, src, expected): member in class:FileSourceEncodingTest
[all...]

Completed in 155 milliseconds