File:  [parser3project] / parser3 / tests / 415.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Nov 9 13:00:05 2021 UTC (4 years, 9 months ago) by moko
Branches: MAIN
CVS tags: HEAD
tests for parser.compile exceptions added

@main[]
#^use[415_dir/1.p]
$list[^file:list[415_dir]]
^list.sort{$list.name}
^list.menu{
    ${list.name}: ^try-catch{ ^use[415_dir/$list.name] }
}

@try-catch[jCode]
$result[]
^try{$jCode}{
	$exception.handled(true)
	$result[$exception.comment]
}

E-mail: