From: http://lj.rossia.org/users/imz/ Date: Mon, 18 May 2009 04:55:45 +0000 (-0400) Subject: A misfeature report. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/81a0e378565703daa8c87078647b6dc25e84bce9 A misfeature report. --- diff --git a/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn b/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn new file mode 100644 index 000000000..a2cf92df7 --- /dev/null +++ b/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn @@ -0,0 +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="{*}*"]] + +When escaped, it doesn't work at all: + +[[!map pages="\{*}*"]] + +[[!map pages="{*\}*"]]