summaryrefslogtreecommitdiff
path: root/Lib/test/test_ntpath.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 +0000
committerTim Peters <tim.peters@gmail.com>2002-12-24 18:31:27 +0000
commita39cccce80fad270a46fb1db77fdf9daa64cc4f9 (patch)
tree7d4958b76f7f9fde974c62d6eedb6414ff54f731 /Lib/test/test_ntpath.py
parentbf524165342b71efbbb5e938181c813dae570935 (diff)
downloadcpython-a39cccce80fad270a46fb1db77fdf9daa64cc4f9.tar.gz
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 2419844e41..fdb431aa64 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'))