#299: Fix the mangling of quotes in "include:: :literal:" blocks.

This commit is contained in:
Georg Brandl
2009-12-24 13:19:07 +01:00
parent 64c534b03b
commit 88e54f951b
5 changed files with 20 additions and 0 deletions
+9
View File
@@ -51,3 +51,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
+1
View File
@@ -0,0 +1 @@
Testing "quotes" in literal 'included' text.