X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/26bfed13ac23faf7108f861447f3a1bc774c674f..19d8acaa95ee252e3ca2bff956ad8b5d951f1381:/doc/bugs/pagespec_parsing_chokes_on_function__40____41__.mdwn 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; } #}}} - \ No newline at end of file + + +> 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.