[Python-checkins] python/dist/src/Lib/test test_compiler.py, 1.11, 1.12 test_parser.py, 1.21, 1.22

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Wed Apr 20 19:45:16 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8309/Lib/test

Modified Files:
	test_compiler.py test_parser.py 
Log Message:
Whitespace normalization.


Index: test_compiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_compiler.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- test_compiler.py	9 Apr 2005 02:30:15 -0000	1.11
+++ test_compiler.py	20 Apr 2005 17:45:12 -0000	1.12
@@ -35,7 +35,7 @@
 
     def testNewClassSyntax(self):
         compiler.compile("class foo():pass\n\n","<string>","exec")
-        
+
     def testLineNo(self):
         # Test that all nodes except Module have a correct lineno attribute.
         filename = __file__

Index: test_parser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_parser.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- test_parser.py	9 Apr 2005 02:30:15 -0000	1.21
+++ test_parser.py	20 Apr 2005 17:45:12 -0000	1.22
@@ -129,7 +129,7 @@
 
     def test_class_defs(self):
         self.check_suite("class foo():pass")
-        
+
     def test_import_from_statement(self):
         self.check_suite("from sys.path import *")
         self.check_suite("from sys.path import dirname")



More information about the Python-checkins mailing list