Home
last modified time | relevance | path

Searched refs:check_script_output (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
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 BytesSourceEncodingTest
153 def check_script_output(self, src, expected): member in FileSourceEncodingTest