Diff for /parser3/tests/275.html between versions 1.1 and 1.8

version 1.1, 2012/05/23 20:50:49 version 1.8, 2026/01/07 00:32:19
Line 3 Line 3
 ^math:convert[F0000000](16;2)  ^math:convert[F0000000](16;2)
 ^math:convert[-F0000000](16;2)  ^math:convert[-F0000000](16;2)
   
 ^try_catch{  ^math:convert[F0000000F0000000](16;2)
         $d(^math:convert[10000000000000000](16;2))  ^math:convert[-F0000000F0000000](16;2)
   
   $d(0x30000000F0000) $d
   $d(-0x30000000F0000) $d
   
   ^try-catch{
           $s[0x10000000000000000]
           $d($s)
   }
   
   $d(2)
   
   ^try-catch{
           ^d.div(0)
   }
   ^try-catch{
           ^d.mod(0)
   }
   
   $s[011]
   test oct support disabled: ^s.int[] ^s.double[]
   
   $s[2]
   $i(^s.int[])
   
   ^try-catch{
           ^i.div(0)
   }
   ^try-catch{
           ^i.mod(0)
 }  }
   
 @try_catch[code]  $s[0x10000000000000000]
 ^try{  $s as double: ^try-catch{
         $code          ^s.double[]
 }{  
         $exception.handled(true)  
         $exception.source  
         $exception.comment  
 }  }
   
   
   $s[0x7FFFFFFF]
   $s as int: ^s.int[]
   
   $s[-0x80000000]
   $s as int: ^s.int[]
   
   $s[0xFFFFFFFFFFFFFFFF]
   $s as double: ^print[^s.double[]]
   $s[0x800000000000]
   $s as double: ^s.double[]
   
   @print[s]
   $result[^s.replace[e+0;e+]]

Removed from v.1.1  
changed lines
  Added in v.1.8


E-mail: