minor: A narrower pattern, so that the example list is not that huge.

master
http://lj.rossia.org/users/imz/ 2009-05-18 00:57:31 -04:00 committed by Joey Hess
parent 81a0e37856
commit bb0e9b7825
1 changed files with 3 additions and 3 deletions

View File

@ -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="*_{*\}_*"]]