diff options
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 |
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="*_{*\}_*"]] |