diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-09-20 17:23:06 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-09-20 17:23:06 +0000 |
| commit | bdc859b2743677956fdcca8b79b2f5800536c69d (patch) | |
| tree | 326ecded28ef5a51c6aed8ef538d44434d3940ed /docutils/test | |
| parent | a7093b244d7ebb95d11e1cc2433322fa9e6c1d68 (diff) | |
| download | docutils-bdc859b2743677956fdcca8b79b2f5800536c69d.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1697 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test')
| -rwxr-xr-x | docutils/test/test_parsers/test_rst/test_directives/test_test_directives.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docutils/test/test_parsers/test_rst/test_directives/test_test_directives.py b/docutils/test/test_parsers/test_rst/test_directives/test_test_directives.py index 09313e32b..b90b26473 100755 --- a/docutils/test/test_parsers/test_rst/test_directives/test_test_directives.py +++ b/docutils/test/test_parsers/test_rst/test_directives/test_test_directives.py @@ -187,6 +187,19 @@ Paragraph. <paragraph> Paragraph. """], +["""\ +.. reStructuredText-test-directive:: + + Directive \\block \\*contains* \\\\backslashes. +""", +"""\ +<document source="test data"> + <system_message level="1" line="1" source="test data" type="INFO"> + <paragraph> + Directive processed. Type="reStructuredText-test-directive", arguments=[], options={}, content: + <literal_block xml:space="preserve"> + Directive \\block \\*contains* \\\\backslashes. +"""], ] |
