[Python-checkins] python/dist/src/Lib/test test_doctest.py, 1.32,
1.33
edloper at users.sourceforge.net
edloper at users.sourceforge.net
Thu Aug 26 03:31:59 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17857/dist/src/Lib/test
Modified Files:
test_doctest.py
Log Message:
Shortened diff output for unified & context diffs
Index: test_doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_doctest.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- test_doctest.py 26 Aug 2004 01:19:50 -0000 1.32
+++ test_doctest.py 26 Aug 2004 01:31:56 -0000 1.33
@@ -971,9 +971,7 @@
Line 2, in f
Failed example:
print '\n'.join('abcdefg')
- Differences (unified diff):
- --- Expected
- +++ Got
+ Differences (unified diff with -expected +actual):
@@ -1,8 +1,8 @@
a
-B
@@ -998,9 +996,7 @@
Line 2, in f
Failed example:
print '\n'.join('abcdefg')
- Differences (context diff):
- *** Expected
- --- Got
+ Differences (context diff with expected followed by actual):
***************
*** 1,8 ****
a
More information about the Python-checkins
mailing list