--- parser3/tests/042.html 2003/03/03 14:26:24 1.1
+++ parser3/tests/042.html 2003/07/24 11:25:57 1.2
@@ -0,0 +1,13 @@
+^try{
+ ^throw[test;this is the cause of error;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
+ }
+}