diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-19 00:49:14 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-19 00:49:14 +0000 |
| commit | caa4d0fc6528ad55bdd96434d7970ecc86931199 (patch) | |
| tree | 6a168f7b08400726dfc60dca85ea8255f804bf5c /test/test_transforms | |
| parent | 60dfd2224bbb89c00c32a2258c99ad78bc52939a (diff) | |
| download | docutils-caa4d0fc6528ad55bdd96434d7970ecc86931199.tar.gz | |
renamed command-line options for SectSubTitle transform (plural reads better); tweaked test text
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3353 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_transforms')
| -rwxr-xr-x | test/test_transforms/test_doctitle.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_transforms/test_doctitle.py b/test/test_transforms/test_doctitle.py index 0e2050494..3a672d1c2 100755 --- a/test/test_transforms/test_doctitle.py +++ b/test/test_transforms/test_doctitle.py @@ -189,7 +189,7 @@ substitution_definition. substitution_definition. """], ["""\ -This is no doc title. +(Because of this paragraph, the following is not a doc title.) =============== Section Title @@ -209,7 +209,7 @@ Another Subtitle """\ <document source="test data"> <paragraph> - This is no doc title. + (Because of this paragraph, the following is not a doc title.) <section ids="section-title" names="section title"> <title> Section Title |
