diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-05-18 00:55:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-05-18 00:55:45 -0400 |
commit | 81a0e378565703daa8c87078647b6dc25e84bce9 (patch) | |
tree | 8d6fd0d1ab11891192ecc372ce8e4cd9f7489079 /doc/ikiwiki | |
parent | 0bbeb9fa231bd3135120d91cc80de49d4b4ccaa9 (diff) |
A misfeature report.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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="{*\}*"]] |