diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-13 20:14:48 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-01-13 20:14:48 +0000 |
| commit | efb4d2a5941cdbb1d357b7dbc8012376c9a0bf17 (patch) | |
| tree | b6a931326bdfcd3d3e5763543abe85b1dfa168a1 /docutils | |
| parent | d5b0d3d8812db46b8d5478b74cbbeb593b915de9 (diff) | |
| download | docutils-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-x | docutils/test/test_parsers/test_rst/test_inline_markup.py | 8 |
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'] = [ |
