summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJon Dowland <jon@ncl.ac.uk>2009-05-18 11:29:07 +0100
committerJon Dowland <jon@ncl.ac.uk>2009-05-18 11:29:07 +0100
commit43013495bbc15530f7d59d7314dd54ac94419012 (patch)
tree59d293a941be6794415d182983fa7583a2742dfe /doc/ikiwiki
parentbb0e9b7825c1de69e300fea5b440d496476abd53 (diff)
move bug to /bugs
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn b/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn
deleted file mode 100644
index 263950a1d..000000000
--- a/doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-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="*_{*\}_*"]]