--- parser3/tests/042.html 2003/03/03 14:26:24 1.1.2.1
+++ parser3/tests/042.html 2003/07/24 11:25:57 1.2
@@ -1,14 +1,13 @@
^try{
- $source[this is the cause of error]
- ^throw[test;$source;comment value]
+ ^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
+ source=$exception.source
+# file=$exception.file
+ lineno=$exception.lineno
+ comment=$exception.comment
}
}