A misfeature report.
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Mon, 18 May 2009 04:55:45 +0000 (00:55 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 18 May 2009 04:55:45 +0000 (00:55 -0400)
doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn [new file with mode: 0644]

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 (file)
index 0000000..a2cf92d
--- /dev/null
@@ -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="{*\}*"]]