summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-08-05 03:28:47 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-08-05 03:28:47 +0000
commit8de43a1aac7d24a2438179abf8e0cdba8241bd5b (patch)
treef7938851f31d278b0052899cbe7df19fd8e31b7f
parentda3677954688a874ab00524586b7896675f03f7a (diff)
downloaddocutils-8de43a1aac7d24a2438179abf8e0cdba8241bd5b.tar.gz
added a test that fails with the current nested-regexp-group implementation
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2528 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rwxr-xr-xdocutils/test/test_parsers/test_rst/test_nested_inline_markup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/docutils/test/test_parsers/test_rst/test_nested_inline_markup.py b/docutils/test/test_parsers/test_rst/test_nested_inline_markup.py
index 3e6a3f052..af403a577 100755
--- a/docutils/test/test_parsers/test_rst/test_nested_inline_markup.py
+++ b/docutils/test/test_parsers/test_rst/test_nested_inline_markup.py
@@ -158,6 +158,14 @@ strong`:strong: within emphasis`:emphasis:.
<literal>
literal *doesn't* **get** `parsed`
"""],
+["""\
+*It *is *problematic *when *there *are *many *unmatched *open *tags.
+*The *recursive *parsing *nature *of *the *current *implementation
+*means *that *there *is *a *limit *to *the *number *of *possible
+*unmatched *open *tags.
+""",
+"""\
+"""],
]