File:  [parser3project] / parser3 / tests / 288.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 8 21:14:52 2013 UTC (12 years, 11 months ago) by moko
Branches: MAIN
CVS tags: HEAD
test for endless recursion bug added (related to issue #903)

@main[]

$o[^a::create[]]

^try_catch{
    $o.tmp[value]
}

@try_catch[code]
^try{
	$code
}{
	$exception.handled(true)
	$result[Exception: $exception.source - $exception.comment]
}

@CLASS
a

@create[]

@GET_tmp[]
tmp

@SET_DEFAULT[name;value]
$$name[$value]

E-mail: