diff options
author | smerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-12-11 11:28:05 +0000 |
---|---|---|
committer | smerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-12-11 11:28:05 +0000 |
commit | c13e64eaa787efefebf14f8209aa00bf040d25d5 (patch) | |
tree | c64e99472b95875bc0ace0291e8863bb3bae6766 /sandbox/xml2rst/tests.xsltproc/options | |
parent | 44d05ef0a4523e2a8a43d9f30db6d0565c964887 (diff) | |
download | docutils-c13e64eaa787efefebf14f8209aa00bf040d25d5.tar.gz |
Starting with this version new functionality is mainly implemented in
Python. Old functionality is moved to Python step by step.
Plain text looking like inline markup to reStructuredText is quoted in
output.
Docinfo blocks are ended with a blank line.
Targets containing colons are quoted correctly.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7249 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/xml2rst/tests.xsltproc/options')
-rw-r--r-- | sandbox/xml2rst/tests.xsltproc/options/filterunit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/xml2rst/tests.xsltproc/options/filterunit.cfg b/sandbox/xml2rst/tests.xsltproc/options/filterunit.cfg index b5ffb7f92..60b833c5f 100644 --- a/sandbox/xml2rst/tests.xsltproc/options/filterunit.cfg +++ b/sandbox/xml2rst/tests.xsltproc/options/filterunit.cfg @@ -3,6 +3,6 @@ suiteDirectory = ../../tests/options inputExtension = .xml optionExtension = .xsltproc expectedExtension = .rst -arguments = ../../rst/xml2rst.xsl - +arguments = ../../rst/xml2rst-nopy.xsl - command = xsltproc |