diff options
author | Jon Dowland <jon@ncl.ac.uk> | 2009-05-18 11:29:07 +0100 |
---|---|---|
committer | Jon Dowland <jon@ncl.ac.uk> | 2009-05-18 11:29:07 +0100 |
commit | 43013495bbc15530f7d59d7314dd54ac94419012 (patch) | |
tree | 59d293a941be6794415d182983fa7583a2742dfe /doc/bugs | |
parent | bb0e9b7825c1de69e300fea5b440d496476abd53 (diff) |
move bug to /bugs
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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="*_{*\}_*"]] |