More tests; wikilinks.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Sun, 17 May 2009 17:33:07 +0000 (13:33 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 17 May 2009 17:33:07 +0000 (13:33 -0400)
doc/bugs/pipe-symbol_in_taglink_target.mdwn

index d82fcd43fe467fd98c96337e62ac499c97dc5afd..e467959be0b1bc931f139a4eb3723bdfa8c1f28b 100644 (file)
@@ -1,6 +1,6 @@
 [[!tag bugs wishlist]]
 
 [[!tag bugs wishlist]]
 
-Escaping pipe-symbol in taglink targets doesn't work as I wanted:
+Escaping pipe-symbol in [[taglink|ikwiki/directive/taglink]] targets doesn't work as I wanted:
 
 [[!taglink smth_with_a_pipe|about_the_\|-symbol]]
 [[!taglink smth_with_a_pipe|about_the_|-symbol]]
 
 [[!taglink smth_with_a_pipe|about_the_\|-symbol]]
 [[!taglink smth_with_a_pipe|about_the_|-symbol]]
@@ -10,7 +10,16 @@ as opposed to simple wikilinks:
 [[a link to smth with a pipe|about the \|-symbol]]
 [[a link to smth with a pipe|about the |-symbol]]
 
 [[a link to smth with a pipe|about the \|-symbol]]
 [[a link to smth with a pipe|about the |-symbol]]
 
-And it works in pagespecs:
+And it seems to work in pagespecs:
+
+tagged:
 
 [[!map pages="tagged(about the |-symbol)"]]
 
 [[!map pages="tagged(about the |-symbol)"]]
+
 [[!map pages="tagged(about the \|-symbol)"]]
 [[!map pages="tagged(about the \|-symbol)"]]
+
+link:
+
+[[!map pages="link(about the |-symbol)"]]
+
+[[!map pages="link(about the \|-symbol)"]]