s/feed/feeds/. Whoops.

master
Jon Dowland 2009-05-18 11:44:07 +01:00
parent bca02e0ee8
commit 8e12c85621
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
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 :( :
[[!inline show="3" feed="no" archive="yes" pages="*_{*}_*"]]
[[!inline show="3" feeds="no" archive="yes" pages="*_{*}_*"]]
(note: the inline above has been restricted to 3 matches to keep this page
concise. Hopefully it is still clear that this page is not in the output set,
@ -9,17 +9,17 @@ titles).
When escaped, it doesn't work at all:
[[!inline show="3" feed="no" archive="yes" pages="*_\{*}_*"]]
[[!inline show="3" feeds="no" archive="yes" pages="*_\{*}_*"]]
[[!inline show="3" feed="no" archive="yes" pages="*_{*\}_*"]]
[[!inline show="3" feeds="no" archive="yes" pages="*_{*\}_*"]]
More tests:
"\*{\*":
[[!inline show="3" feed="no" archive="yes" pages="*{*"]]
[[!inline show="3" feeds="no" archive="yes" pages="*{*"]]
"\*\\{\*":
[[!inline show="3" feed="no" archive="yes" pages="*\{*"]]
[[!inline show="3" feeds="no" archive="yes" pages="*\{*"]]