Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1174,11 +1174,12 @@ |
1175 | 1175 | !!end |
1176 | 1176 | |
1177 | 1177 | !! 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: == < == |
1179 | 1180 | !! input |
1180 | | -[[%23%3c]]<!-- Render this as "[[#%3c]]" maybe.. ? -->[[%23%3e]]<!-- ..."[[#%3e]]" ? --> |
| 1181 | +[[%23%3c]][[%23%3e]] |
1181 | 1182 | !! result |
1182 | | -<p>[[%23%3c]][[%23%3e]] |
| 1183 | +<p><a href="#.3C" title="">#<</a><a href="#.3E" title="">#></a> |
1183 | 1184 | </p> |
1184 | 1185 | !! end |
1185 | 1186 | |