aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn
diff options
context:
space:
mode:
authorJon Dowland <jon@ncl.ac.uk>2009-05-18 11:44:07 +0100
committerJon Dowland <jon@ncl.ac.uk>2009-05-18 11:44:07 +0100
commit8e12c8562175d2c91344a33e87e470a35573b807 (patch)
tree4129eb809755c4f1af881671372f9982f154bc51 /doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn
parentbca02e0ee8106cf5581d9de34c2854da63ade678 (diff)
downloadikiwiki-8e12c8562175d2c91344a33e87e470a35573b807.tar
ikiwiki-8e12c8562175d2c91344a33e87e470a35573b807.tar.gz
s/feed/feeds/. Whoops.
Diffstat (limited to 'doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn')
-rw-r--r--doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn10
1 files changed, 5 insertions, 5 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
index 3eaf38910..246cdc421 100644
--- 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
@@ -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="*\{*"]]