From af938bfec6d2c10f0fa8ecc9523d39cf8e8c17c1 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 24 Mar 2006 17:49:00 +0000 Subject: [PATCH] Allow [[#someSection]]-type links, they are in active use and similar to [[/subpage]] --- maintenance/parserTests.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.20.1