--- parser3/tests/133.html 2003/04/11 11:15:25 1.1
+++ parser3/tests/133.html 2003/07/24 11:25:58 1.2
@@ -0,0 +1,17 @@
+@main[]
+^try{
+ ^mustfail[]
+}{
+ ^if($exception.type eq parser.runtime){
+ failed, that's OK
+ $exception.handled(1)
+ }
+}
+
+@mustfail[]
+^switch[1]{
+ ^badswitchtestcase[]
+}
+@badswitchtestcase[][local]
+$local[local value]
+ ^case[1]{1code $local}