aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-11 23:31:57 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-11 23:31:57 +0000
commit7922a663c08bafffc010c7700c1a5759abc4d443 (patch)
tree6fe4863dfd5f43956247a1f4e2c8548a7f86f9e5 /doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn
parent7063be3cae9b35ab42d0766ab29e53bf49f925a0 (diff)
downloadikiwiki-7922a663c08bafffc010c7700c1a5759abc4d443.tar
ikiwiki-7922a663c08bafffc010c7700c1a5759abc4d443.tar.gz
* Support pagespec "functions" with no parameters, like included() in the
conditional plugin.
Diffstat (limited to 'doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn')
-rw-r--r--doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn b/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn
index b7379e7b4..a2eba694c 100644
--- a/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn
+++ b/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn
@@ -55,4 +55,10 @@ case the user is given to rebuilding the wiki by hand. --Ethan
return IkiWiki::FailReason->new("syntax error") if $@;
return $ret;
} #}}}
-</pre> \ No newline at end of file
+</pre>
+
+> Thanks, [[done]] --[[Joey]]
+>
+> Note that the printing of the error isn't needed though. pagespec_match()
+> returns an IkiWiki::FailReason object if parsing fails, and its caller
+> can use that as desired to print the error.