From: Gabriel Wicke Date: Fri, 24 Mar 2006 17:49:00 +0000 (+0000) Subject: Allow [[#someSection]]-type links, they are in active use and similar to [[/subpage]] X-Git-Tag: 1.6.0~145 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=af938bfec6d2c10f0fa8ecc9523d39cf8e8c17c1;p=lhc%2Fweb%2Fwiklou.git Allow [[#someSection]]-type links, they are in active use and similar to [[/subpage]] --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index dabf177e8b..4d1aff07a8 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1174,11 +1174,12 @@ Link containing % as a double hex sequence interpreted to hex sequence !!end !! test -Link containing "#<" and "#>" % as a hex sequences +Link containing "#<" and "#>" % as a hex sequences- these are valid section anchors +Example for such a section: == < == !! input -[[%23%3c]][[%23%3e]] +[[%23%3c]][[%23%3e]] !! result -

[[%23%3c]][[%23%3e]] +

#<#>

!! end