Added test to allow "|" char between url and text in extlinks.
[lhc/web/wiklou.git] / tests / parser / parserTests.txt
index eb038db..bd65aa3 100644 (file)
@@ -1505,6 +1505,15 @@ second]
 </p>
 !!end
 
+!! test
+External links: Pipe char between url and text
+!! input
+[http://example.com | link]
+!! result
+<p><a rel="nofollow" class="external text" href="http://example.com">| link</a>
+</p>
+!!end
+
 !! test
 External links: protocol-relative URL in brackets
 !! input