[Docstring-checkins] CVS: dps/test/test_transforms test_footnotes.py,1.11,1.12
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-28 04:32:09
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv10491/dps/test/test_transforms Modified Files: test_footnotes.py Log Message: updated Index: test_footnotes.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_footnotes.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** test_footnotes.py 16 Mar 2002 05:47:58 -0000 1.11 --- test_footnotes.py 28 Mar 2002 04:32:06 -0000 1.12 *************** *** 225,229 **** <system_message level="2" refid="id1" type="WARNING"> <paragraph> ! Duplicate explicit target name: "five" <paragraph> Auto-numbered footnote 5 again (duplicate). --- 225,229 ---- <system_message level="2" refid="id1" type="WARNING"> <paragraph> ! Duplicate explicit target name: "five". <paragraph> Auto-numbered footnote 5 again (duplicate). *************** *** 374,378 **** <system_message level="2" refid="id3" type="WARNING"> <paragraph> ! Duplicate explicit target name: "five" <paragraph> Auto-numbered footnote 5 again (duplicate). --- 374,378 ---- <system_message level="2" refid="id3" type="WARNING"> <paragraph> ! Duplicate explicit target name: "five". <paragraph> Auto-numbered footnote 5 again (duplicate). |