mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
e7130315a5
commit
3de75266aa
7 changed files with 265 additions and 265 deletions
|
|
@ -52,10 +52,10 @@ class UnicodeFileTests(unittest.TestCase):
|
|||
% (fn.__name__, filename))
|
||||
except expected_exception, details:
|
||||
if check_fn_in_exception and details.filename != filename:
|
||||
raise TestFailed("Function '%s(%r) failed with "
|
||||
"bad filename in the exception: %r"
|
||||
% (fn.__name__, filename,
|
||||
details.filename))
|
||||
raise TestFailed("Function '%s(%r) failed with "
|
||||
"bad filename in the exception: %r"
|
||||
% (fn.__name__, filename,
|
||||
details.filename))
|
||||
|
||||
def test_failures(self):
|
||||
# Pass non-existing Unicode filenames all over the place.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue