s/feed/feeds/. Whoops.
authorJon Dowland <jon@ncl.ac.uk>
Mon, 18 May 2009 10:44:07 +0000 (11:44 +0100)
committerJon Dowland <jon@ncl.ac.uk>
Mon, 18 May 2009 10:44:07 +0000 (11:44 +0100)
doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn

index 3eaf3891041a67110ae6e187aeec8eb0d6983645..246cdc421054a0fab9e39a97e720f6e927bee334 100644 (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="*\{*"]]