commit | 44dab0ab2fdbf8211336259aa7c7d5ea8bf79035 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:42:41 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Apr 25 06:42:41 2007 +0000 |
tree | eb7d132910f99927169b2749ff641a9d123dfac9 | |
parent | eeff493426b838fa31af240dbf3d286139001cac [diff] [blame] |
Whitespace normalization
diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index f15ce09..08f28f0 100644 --- a/Lib/test/test_re.py +++ b/Lib/test/test_re.py
@@ -610,7 +610,7 @@ for typecode in 'cbBuhHiIlLfd': a = array.array(typecode) self.assertEqual(re.compile("bla").match(a), None) - self.assertEqual(re.compile("").match(a).groups(), ()) + self.assertEqual(re.compile("").match(a).groups(), ()) def run_re_tests(): from test.re_tests import benchmarks, tests, SUCCEED, FAIL, SYNTAX_ERROR