diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-03 04:46:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-03 04:46:14 (GMT) |
commit | 4511a713d58a8c530dc341d3eb5a205b5a5d551f (patch) | |
tree | 0203a452db59899d3c8d19c6159eaeade8dbbe04 /Lib/test/test_unicode.py | |
parent | 3053667d0950d267de3d6e210e4408435cda05dc (diff) | |
download | cpython-4511a713d58a8c530dc341d3eb5a205b5a5d551f.zip cpython-4511a713d58a8c530dc341d3eb5a205b5a5d551f.tar.gz cpython-4511a713d58a8c530dc341d3eb5a205b5a5d551f.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_unicode.py')
-rw-r--r-- | Lib/test/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 2858d1d..34f9371 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -410,7 +410,7 @@ class UnicodeTest( def __str__(self): return u'\u1234' self.assertEqual('%s' % Wrapper(), u'\u1234') - + @test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR') def test_format_float(self): # should not format with a comma, but always with C locale |