Lines Matching refs:_failmsg
42 sub _failmsg { subroutine
50 _failmsg $message, $pos if $message;
189 _failmsg "Did not find prefix: /$pre/", $startpos;
197 _failmsg "Did not find opening bracket after prefix: \"$pre\"",
218 _failmsg "Unmatched closing bracket: \"$found\"",
227 _failmsg qq{Mismatched closing bracket: expected "$expected" but found "$found"},
237 _failmsg "Unmatched embedded quote ($1)",
251 _failmsg "Unmatched opening bracket(s): "
315 _failmsg "Did not find prefix: /$pre/", pos $$textref;
323 _failmsg "Did not find opening tag: /$ldel/", pos $$textref;
334 _failmsg "Unable to construct closing tag to match: $rdel",
375 _failmsg "Found invalid nested tag: $1", pos $$textref;
385 _failmsg "Found unbalanced nested tag: $tag",
420 _failmsg "Did not find closing tag", pos $$textref unless $@;
448 _failmsg "Did not find prefix: /$pre/", pos $$textref;
456 _failmsg "Did not find leading dereferencer", pos $$textref;
466 _failmsg "Bad identifier after dereferencer", pos $$textref;
530 _failmsg qq{Did not match prefix /$pre/ at"} .
539 _failmsg qq{Did not find expected opening bracket at "} .
569 _failmsg q{Mismatched closing bracket at "} .
607 _failmsg q{Improperly nested codeblock at "} .
621 _failmsg 'No match found for opening bracket', pos $$textref
676 _failmsg qq{Did not find prefix /$pre/ at "} .
692 _failmsg qq{Did not find closing delimiter to match '$initial' at "} .
724 _failmsg q{No quotelike operator found after prefix at "} .
753 _failmsg qq{Missing here doc terminator ('$label') after "} .
784 _failmsg "No block delimiter found after quotelike $op",
812 _failmsg "Missing second block for quotelike $op",