--- parser3/tests/275.html 2012/05/28 10:30:41 1.2 +++ parser3/tests/275.html 2015/10/06 22:24:21 1.5 @@ -3,35 +3,42 @@ ^math:convert[F0000000](16;2) ^math:convert[-F0000000](16;2) -^try_catch{ - $d(^math:convert[100000000](16;2)) +^math:convert[F0000000F0000000](16;2) +^math:convert[-F0000000F0000000](16;2) + +^try-catch{ + $d(^math:convert[10000000000000000](16;2)) } $d(2) -^try_catch{ +^try-catch{ ^d.div(0) } -^try_catch{ +^try-catch{ ^d.mod(0) } +$s[011] +test oct support disabled: ^s.int[] ^s.double[] + $s[2] $i(^s.int[]) -^try_catch{ +^try-catch{ ^i.div(0) } -^try_catch{ +^try-catch{ ^i.mod(0) } $s[0x100000000] -$s as int: ^try_catch{ +$s as int: ^try-catch{ ^s.int[] } -$s as double: ^try_catch{ +$s[0x10000000000000000] +$s as double: ^try-catch{ ^s.double[] } @@ -42,18 +49,11 @@ $s as int: ^s.int[] $s[-0x80000000] $s as int: ^s.int[] -$s[0x80000000] - +$s[0xFFFFFFFFFFFFFFFF] $s as double: ^s.double[] -as int: ^try_catch{ +$s[0x800000000000] +$s as double: ^s.double[] +as int: ^try-catch{ ^s.int[] } - -@try_catch[code] -^try{ - $code -}{ - $exception.handled(true) - $result[Exception: $exception.source - $exception.comment] -}