--- parser3/tests/042.html 2003/03/03 14:26:24 1.1 +++ parser3/tests/042.html 2003/03/03 14:26:24 1.1.2.1 @@ -0,0 +1,14 @@ +^try{ + $source[this is the cause of error] + ^throw[test;$source;comment value] +}{ + ^if($exception.type eq test){ + $exception.handled(1) + + type=$exception.type
+ source=$exception.source
+# file=$exception.file
+ lineno=$exception.lineno
+ comment=$exception.comment
+ } +}