[Docstring-checkins] CVS: dps/test/test_transforms test_doctitle.py,1.6,1.7
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-11 23:50:11
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv7855/dps/test/test_transforms Modified Files: test_doctitle.py Log Message: updated Index: test_doctitle.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_doctitle.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_doctitle.py 20 Feb 2002 04:48:28 -0000 1.6 --- test_doctitle.py 11 Mar 2002 23:50:08 -0000 1.7 *************** *** 107,110 **** --- 107,113 ---- <paragraph> Title underline too short at line 2. + <literal_block> + Title + ==== <paragraph> Test short underline. *************** *** 126,129 **** --- 129,136 ---- <paragraph> Title overline too short at line 1. + <literal_block> + ======= + Long Title + ======= <paragraph> Test long title and space normalization. |