A pair of tests for self links
authorWil Mahan <wmahan@users.mediawiki.org>
Wed, 13 Oct 2004 06:09:01 +0000 (06:09 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Wed, 13 Oct 2004 06:09:01 +0000 (06:09 +0000)
maintenance/parserTests.txt

index 9e27666..f864b1f 100644 (file)
@@ -895,6 +895,27 @@ BUG 2: [[page|http://url/]] should link to page, not http://url/
 </p>
 !! end
 
+!! test
+BUG 337: Escaped self-links should be bold
+!! options
+title=[[Bug462]]
+!! input
+[[Bu&#103;462]] [[Bug462]]
+!! result
+<p><strong>Bu&#103;462</strong> <strong>Bug462</strong>
+</p>
+!! end
+
+!! test
+Self-link to section should not be bold
+!! options
+title=[[Main Page]]
+!! input
+[[Main Page#section]]
+!! result
+<p><a href="/wiki/Main_Page#section" title="Main Page">Main Page#section</a>
+</p>
+!! end
 
 ###
 ### Interwiki links