summaryrefslogtreecommitdiff
path: root/tests/root/includes.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-04 17:57:58 +0200
committerGeorg Brandl <georg@python.org>2009-06-04 17:57:58 +0200
commit7ed7231c41f290d056686ceccc0410a3e7cf1305 (patch)
tree5b9f9f5804820f8f2a7cfd8e9515baea8b0eee62 /tests/root/includes.txt
parentb71e52171b5d3d8cb581711dd30ca955be3c0019 (diff)
downloadsphinx-7ed7231c41f290d056686ceccc0410a3e7cf1305.tar.gz
Added the ``prepend`` and ``append`` options to the
``literalinclude`` directive.
Diffstat (limited to 'tests/root/includes.txt')
-rw-r--r--tests/root/includes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/includes.txt b/tests/root/includes.txt
index 44e33af0..b8a6bee8 100644
--- a/tests/root/includes.txt
+++ b/tests/root/includes.txt
@@ -37,6 +37,10 @@ Literalinclude options
:start-after: coding: utf-8
:end-before: class Foo
+.. cssclass:: inc-preappend
+.. literalinclude:: literal.inc
+ :prepend: START CODE
+ :append: END CODE
Testing downloadable files
==========================