diff options
| author | gbrandl <devnull@localhost> | 2009-12-24 13:32:16 +0100 |
|---|---|---|
| committer | gbrandl <devnull@localhost> | 2009-12-24 13:32:16 +0100 |
| commit | 7bec6fea46b2316e50e4a48e1ea4d0b06aaa7eaa (patch) | |
| tree | 7c9ee4f988bbcdb43bbd25259f8f868f5f643b50 /tests/root/includes.txt | |
| parent | 3da86fbd9f97336855eb488617e7a1530fa673e1 (diff) | |
| parent | 0ffb124b8524a0bb30557e65ec50877ab84eba74 (diff) | |
| download | sphinx-7bec6fea46b2316e50e4a48e1ea4d0b06aaa7eaa.tar.gz | |
merge with 0.6
Diffstat (limited to 'tests/root/includes.txt')
| -rw-r--r-- | tests/root/includes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/root/includes.txt b/tests/root/includes.txt index da36503b..eb8d46e4 100644 --- a/tests/root/includes.txt +++ b/tests/root/includes.txt @@ -56,3 +56,12 @@ Test if dedenting before parsing works. .. cssclass:: inc-pyobj-dedent .. literalinclude:: literal.inc :pyobject: Bar.baz + +Docutils include with "literal" +=============================== + +While not recommended, it should work (and leave quotes alone). + +.. include:: quotes.inc + :literal: + :tab-width: 4 |
