diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-06 01:20:35 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-06 01:20:35 +0000 |
| commit | 8b609ba817361b8f6d14e9693520524805ecdec5 (patch) | |
| tree | f8988c97066267b119ede4cbf9d3e53423f1ddb5 /docutils/test/test_transforms | |
| parent | 6415028d45a96154ecfed512b5cfe87ed27b0006 (diff) | |
| download | docutils-8b609ba817361b8f6d14e9693520524805ecdec5.tar.gz | |
added "local" class to local TOCs
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3439 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_transforms')
| -rwxr-xr-x | docutils/test/test_transforms/test_contents.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/test_transforms/test_contents.py b/docutils/test/test_transforms/test_contents.py index 0871aa8f0..c96764343 100755 --- a/docutils/test/test_transforms/test_contents.py +++ b/docutils/test/test_transforms/test_contents.py @@ -258,7 +258,7 @@ Paragraph 4. <section ids="title-1" names="title 1"> <title> Title 1 - <topic classes="contents" ids="contents" names="contents"> + <topic classes="contents local" ids="contents" names="contents"> <bullet_list> <list_item> <paragraph> @@ -303,7 +303,7 @@ Paragraph. """, """\ <document source="test data"> - <topic classes="contents" ids="contents" names="contents"> + <topic classes="contents local" ids="contents" names="contents"> <bullet_list> <list_item> <paragraph> @@ -404,7 +404,7 @@ Paragraph 3. <sidebar> <title> Contents - <topic classes="contents" ids="contents" names="contents"> + <topic classes="contents local" ids="contents" names="contents"> <bullet_list> <list_item> <paragraph> |
