Diff for /parser3/tests/256.html between versions 1.5 and 1.9

version 1.5, 2012/05/27 22:36:07 version 1.9, 2024/05/20 23:02:35
Line 24  $h[ Line 24  $h[
         ]          ]
   
         $.date[          $.date[
                 $.value[^date::create(2006;08;18;06;09;00)]                  $.value[^date::create(2026;08;18;06;09;00)]
   
                 $._options[                  $._options[
                         $.0[$.date[unix-timestamp]]                          $.0[$.date[unix-timestamp]]
                         $.1[$.date[gmt-string]]                          $.1[$.date[gmt-string]]
                         $.2[$.date[sql-string]]                          $.2[$.date[iso-string]]
                         $.3[$.date[$handler]]                          $.3[$.date[sql-string]]
                         $.4[                          $.4[$.date[$handler]]
                           $.5[
                                 $.date[unsupported]                                  $.date[unsupported]
                                 $.exception(true)                                  $.exception(true)
                         ]                          ]
Line 97  $h[ Line 98  $h[
         $.image[          $.image[
                 $.value[^image::create(100;100;0)]                  $.value[^image::create(100;100;0)]
                 $._options[                  $._options[
                         $.0[$.skip-unknown(true)]  
                         $.1[$.image[$handler]]                          $.1[$.image[$handler]]
                         $.2[$.exception(true)]                          $.2[$.exception(false)]
                 ]                  ]
         ]          ]
   
Line 150  $bShouldBeException($options.exception) Line 150  $bShouldBeException($options.exception)
         $result[^json:string[$value;$options]^if($bShouldBeException){. FAILED. EXCEPTION SHOULD BE HERE}]          $result[^json:string[$value;$options]^if($bShouldBeException){. FAILED. EXCEPTION SHOULD BE HERE}]
 }{  }{
         $exception.handled(true)          $exception.handled(true)
         $result["exception":"$exception.source, $exception.comment^if($bShouldBeException){. That's OK}"]          $result["exception":"$exception.source, ^taint[as-is;$exception.comment]^if($bShouldBeException){. That's OK}"]
 }  }
   
   

Removed from v.1.5  
changed lines
  Added in v.1.9


E-mail: