From 43013495bbc15530f7d59d7314dd54ac94419012 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Mon, 18 May 2009 11:29:07 +0100 Subject: move bug to /bugs --- .../pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn b/doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn new file mode 100644 index 000000000..263950a1d --- /dev/null +++ b/doc/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="*_{*\}_*"]] -- cgit v1.2.3