From 43013495bbc15530f7d59d7314dd54ac94419012 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Mon, 18 May 2009 11:29:07 +0100 Subject: move bug to /bugs --- .../pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 +++++++++ .../pagespec_can__39__t_match___123__curly__125___braces.mdwn | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn delete mode 100644 doc/ikiwiki/pagespec/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn (limited to 'doc') 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 new file mode 100644 index 000000000..263950a1d --- /dev/null +++ b/doc/bugs/pagespec_can__39__t_match___123__curly__125___braces.mdwn @@ -0,0 +1,9 @@ +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="*_{*\}_*"]] 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="*_{*\}_*"]] -- cgit v1.2.3