summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-13 20:14:48 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-13 20:14:48 +0000
commitefb4d2a5941cdbb1d357b7dbc8012376c9a0bf17 (patch)
treeb6a931326bdfcd3d3e5763543abe85b1dfa168a1 /docutils
parentd5b0d3d8812db46b8d5478b74cbbeb593b915de9 (diff)
downloaddocutils-efb4d2a5941cdbb1d357b7dbc8012376c9a0bf17.tar.gz
added test for escaped email addresses
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rwxr-xr-xdocutils/test/test_parsers/test_rst/test_inline_markup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/docutils/test/test_parsers/test_rst/test_inline_markup.py b/docutils/test/test_parsers/test_rst/test_inline_markup.py
index 127d4dab7..fa83132ac 100755
--- a/docutils/test/test_parsers/test_rst/test_inline_markup.py
+++ b/docutils/test/test_parsers/test_rst/test_inline_markup.py
@@ -877,6 +877,14 @@ are not recognized): signal:noise, a:b.
None of these are standalone hyperlinks (their "schemes"
are not recognized): signal:noise, a:b.
"""],
+["""\
+Escaped email addresses are not recognized: test\@example.org
+""",
+"""\
+<document source="test data">
+ <paragraph>
+ Escaped email addresses are not recognized: test@example.org
+"""],
]
totest['miscellaneous'] = [