3 Jun 2011 16:53
r7042 - trunk/docutils/test/test_writers/test_manpage.py
<grubert <at> users.berlios.de>
2011-06-03 14:53:09 GMT
2011-06-03 14:53:09 GMT
Author: grubert Date: 2011-06-03 16:53:09 +0200 (Fri, 03 Jun 2011) New Revision: 7042 Modified: trunk/docutils/test/test_writers/test_manpage.py Log: add test for option group with group item "." Modified: trunk/docutils/test/test_writers/test_manpage.py =================================================================== --- trunk/docutils/test/test_writers/test_manpage.py 2011-05-28 10:49:55 UTC (rev 7041) +++ trunk/docutils/test/test_writers/test_manpage.py 2011-06-03 14:53:09 UTC (rev 7042) <at> <at> -198,6 +198,69 <at> <at> '''] ] +totest['optiongroup'] = [ + [""" +optin group with dot as group item + +$ + bla bla bla + +# + bla bla bla + +. + bla bla bla +(Continue reading)
RSS Feed