]> sipb.mit.edu Git - ikiwiki.git/commitdiff
minor: A narrower pattern, so that the example list is not that huge.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Mon, 18 May 2009 04:57:31 +0000 (00:57 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 May 2009 04:57:31 +0000 (00:57 -0400)
doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn

index a2cf92df7e7d52b46cc750e6d59d9e991438b4fd..263950a1d66c6620bc7dec15676fcf6fda5656de 100644 (file)
@@ -1,9 +1,9 @@
 I want match pages which have actually curly braces in the names (like this one), but this matches a lot of pages without the braces in their names :( :
 
-[[!map pages="{*}*"]]
+[[!map pages="*_{*}_*"]]
 
 When escaped, it doesn't work at all:
 
-[[!map pages="\{*}*"]]
+[[!map pages="*_\{*}_*"]]
 
-[[!map pages="{*\}*"]]
+[[!map pages="*_{*\}_*"]]