aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn
blob: 263950a1d66c6620bc7dec15676fcf6fda5656de (plain)
1
2
3
4
5
6
7
8
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="*_{*\}_*"]]