Diff for /parser3/tests/130.html between versions 1.2 and 1.3

version 1.2, 2003/07/24 11:25:58 version 1.3, 2008/09/04 10:05:09
Line 2 Line 2
 ^try{     ^try{   
         ^mustfail[]          ^mustfail[]
 }{  }{
         ^if($exception.type eq ''){          ^if($exception.type eq 'parser.runtime'){
                 failed, that's OK                  failed, that's OK
                 $exception.handled(1)                  $exception.handled(1)
         }          }
 }  }
   
 @mustfail[]  @mustfail[]
 $s[abc]  $s[abc]
 ^if(^s.match[][i]){y}{n}  ^if(^s.match[][i]){y}{n}
   

Removed from v.1.2  
changed lines
  Added in v.1.3


E-mail: