summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-05-18 00:57:31 -0400
committerJoey Hess <joey@kitenet.net>2009-05-18 00:57:31 -0400
commitbb0e9b7825c1de69e300fea5b440d496476abd53 (patch)
treef3291271b7e1a242da88c66895b37643eb97c0f2 /doc
parent81a0e378565703daa8c87078647b6dc25e84bce9 (diff)
minor: A narrower pattern, so that the example list is not that huge.
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn6
1 files changed, 3 insertions, 3 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
index a2cf92df7..263950a1d 100644
--- 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
@@ -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="*_{*\}_*"]]