diff options
author | Tim Peters <tim.peters@gmail.com> | 2007-03-12 18:07:52 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2007-03-12 18:07:52 +0000 |
commit | ea5962f86e8550978446724dadcacd60e03feef2 (patch) | |
tree | a133c011e4a81da13347903bd8d99ef1e2ddf898 /Lib/test/test_sax.py | |
parent | cb637c9ea341b5b1fe94eec78085d2851119161d (diff) | |
download | cpython-git-ea5962f86e8550978446724dadcacd60e03feef2.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_sax.py')
-rw-r--r-- | Lib/test/test_sax.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 2191f325c5..bb5e54920a 100644 --- a/Lib/test/test_sax.py +++ b/Lib/test/test_sax.py @@ -252,7 +252,7 @@ def test_1463026_3(): gen.endDocument() return result.getvalue() == start+'<my:a xmlns:my="qux" b="c"></my:a>' - + # ===== Xmlfilterbase def test_filter_basic(): |