7 Nov 2003 15:48
docutils/test/test_parsers/test_rst test_substitutions.py,1.16,1.17
David Goodger <goodger <at> users.sourceforge.net>
2003-11-07 14:48:29 GMT
2003-11-07 14:48:29 GMT
Update of /cvsroot/docutils/docutils/test/test_parsers/test_rst
In directory sc8-pr-cvs1:/tmp/cvs-serv8251/test/test_parsers/test_rst
Modified Files:
test_substitutions.py
Log Message:
fixed off-by-1 error with extra whitespace after substitution definition directive
Index: test_substitutions.py
===================================================================
RCS file: /cvsroot/docutils/docutils/test/test_parsers/test_rst/test_substitutions.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- test_substitutions.py 20 Sep 2003 17:22:11 -0000 1.16
+++ test_substitutions.py 7 Nov 2003 14:48:26 -0000 1.17
<at> <at> -46,6 +46,19 <at> <at>
<image alt="symbol" uri="symbol.png">
"""],
["""\
+Trailing spaces should not be significant:
+
+.. |symbol| image:: \n\
+ symbol.png
+""",
+"""\
+<document source="test data">
+ <paragraph>
+ Trailing spaces should not be significant:
+ <substitution_definition name="symbol">
(Continue reading)
RSS Feed