summaryrefslogtreecommitdiff
path: root/creole
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2015-04-05 14:12:47 +0200
committerJensDiemer <git@jensdiemer.de>2015-04-05 14:12:47 +0200
commit49e45038030bcd3bfd11757a760298e5229a6210 (patch)
treec6223324131fb0f6369bacc3012be722f307198b /creole
parentbcb04877abb81df6d21cc5fe26b973b9a8384d01 (diff)
downloadcreole-49e45038030bcd3bfd11757a760298e5229a6210.tar.gz
remove textile from "unknown protocol" test...
...because it returns "#" if url scheme is unknown
Diffstat (limited to 'creole')
-rw-r--r--creole/tests/test_cross_compare_all.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/creole/tests/test_cross_compare_all.py b/creole/tests/test_cross_compare_all.py
index 2486bb8..816dff1 100644
--- a/creole/tests/test_cross_compare_all.py
+++ b/creole/tests/test_cross_compare_all.py
@@ -236,9 +236,10 @@ class CrossCompareTests(BaseCreoleTest):
creole_string=r"""
X [[foo://bar|unknown protocol]] Y
""",
- textile_string="""
- X "unknown protocol":foo://bar Y
- """,
+ # textile will return '#' if url scheme is unknown!
+ # textile_string="""
+ # X "unknown protocol":foo://bar Y
+ # """,
rest_string="""
X `unknown protocol <foo://bar>`_ Y
""",