r13310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13309‎ | r13310 | r13311 >
Date:17:49, 24 March 2006
Author:gabrielwicke
Status:old
Tags:
Comment:
Allow [[#someSection]]-type links, they are in active use and similar to [[/subpage]]
Modified paths:
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.txt
@@ -1174,11 +1174,12 @@
11751175 !!end
11761176
11771177 !! test
1178 -Link containing "#<" and "#>" % as a hex sequences
 1178+Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors
 1179+Example for such a section: == < ==
11791180 !! input
1180 -[[%23%3c]]<!-- Render this as "[[#%3c]]" maybe.. ? -->[[%23%3e]]<!-- ..."[[#%3e]]" ? -->
 1181+[[%23%3c]][[%23%3e]]
11811182 !! result
1182 -<p>[[%23%3c]][[%23%3e]]
 1183+<p><a href="#.3C" title="">#&lt;</a><a href="#.3E" title="">#&gt;</a>
11831184 </p>
11841185 !! end
11851186

Status & tagging log