diff options
| author | Georg Brandl <georg@python.org> | 2014-01-11 10:25:34 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-11 10:25:34 +0100 |
| commit | 76bf70da68ef5683e21e3bbf4a11a737b3774018 (patch) | |
| tree | 2b98d9965b00683c366bc0c212d4705d0e4744df /tests/root | |
| parent | ca341e779b3dc34de30ad953be466f2be9ddd9b3 (diff) | |
| download | sphinx-76bf70da68ef5683e21e3bbf4a11a737b3774018.tar.gz | |
* add a test for the parsed-literal directive
* adapt test to pygments output versus Sphinx-emulated nohighlighting output
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index 39a8ebc0..34e8fdb8 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -79,6 +79,10 @@ Body directives b +.. parsed-literal:: + + with some *markup* inside + .. _admonition-section: |
