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 | fc54ecf0d5ca832d71cfd37e1434ac183367c2b4 (patch) | |
| tree | 23441468958c27f1b9a892b3fb202b18fc1ce204 /docutils/test/test_transforms | |
| parent | 244755b3c5f1885ae7dae299fe05631409dfc08d (diff) | |
| download | docutils-fc54ecf0d5ca832d71cfd37e1434ac183367c2b4.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@3353 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_transforms')
| -rwxr-xr-x | docutils/test/test_transforms/test_doctitle.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/test/test_transforms/test_doctitle.py b/docutils/test/test_transforms/test_doctitle.py index 0e2050494..3a672d1c2 100755 --- a/docutils/test/test_transforms/test_doctitle.py +++ b/docutils/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 |
