File:  [parser3project] / parser3 / tests / 319.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 21 23:04:54 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, HEAD
^throw[] stacktrace test added (related to issue #1039)

@unhandled_exception[exception;stack]
Unhandled Exception: $exception.type
Source: $exception.source
Comment: $exception.comment
^if(def $exception.file){File: ^exception.file.match[.*/][]{}^(${exception.lineno}:$exception.colno^)}
^if($stack){^stack.menu{	$stack.name	^stack.file.match[.*/][]{}^(${stack.lineno}:$stack.colno^)
}}

@method[]
^throw[a;b;c]

@main[]
^if(1){
    ^method[]
}

E-mail: