summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ntpath.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 (GMT)
commit6578dc925ff0a7953ae50c7ac41a81b0bd54762e (patch)
tree664ef0a4ee41d78a05928ba63fd1bcdbc27fbebd /Lib/test/test_ntpath.py
parent75bfd0585b9f197845fd7a429715807175c33e9f (diff)
downloadcpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.zip
cpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.tar.gz
cpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_ntpath.py')
-rw-r--r--Lib/test/test_ntpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ntpath.py b/Lib/test/test_ntpath.py
index 2419844..fdb431a 100644
--- a/Lib/test/test_ntpath.py
+++ b/Lib/test/test_ntpath.py
@@ -15,7 +15,7 @@ def tester(fn, wantResult):
print " returned: " + str(gotResult)
print ""
errors = errors + 1
-
+
tester('ntpath.splitext("foo.ext")', ('foo', '.ext'))
tester('ntpath.splitext("/foo/foo.ext")', ('/foo/foo', '.ext'))
tester('ntpath.splitext(".ext")', ('', '.ext'))