Diff for /parser3/tests/256.html between versions 1.4 and 1.7

version 1.4, 2011/05/18 02:13:43 version 1.7, 2015/09/22 22:41:53
Line 1 Line 1
 @main[]  @main[]
 $a[^hash::create[]]  $a[^hash::create[]]
 $b[$.a[$a]]  $b[$.a[$a]]
 $a.b[$b]  $a.b[$b]
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[$.date[$handler]]
                           $.5[
                                   $.date[unsupported]
                                   $.exception(true)
                           ]
                 ]                  ]
         ]          ]
   
Line 50  $h[ Line 55  $h[
                         $.3[$.table[array] $.indent(true)]                          $.3[$.table[array] $.indent(true)]
                         $.4[$.table[compact]]                          $.4[$.table[compact]]
                         $.5[$.table[compact] $.indent(true)]                          $.5[$.table[compact] $.indent(true)]
                           $.6[
                                   $.table[unsupported]
                                   $.exception(true)
                           ]
                 ]                  ]
         ]          ]
   
Line 58  $h[ Line 67  $h[
   
                 $._options[                  $._options[
                         $.0[$.my[$handler]]                          $.0[$.my[$handler]]
                           $.1[
                                   $.my[$unknown]
                                   $.exception(true)
                           ]
                           $.2[
                                   $.my[$main]
                                   $.exception(true)
                           ]
                 ]                  ]
         ]          ]
   
Line 70  $h[ Line 87  $h[
                         $.0[$.file[text]]                          $.0[$.file[text]]
                         $.1[$.file[base64] $.indent(true)]                          $.1[$.file[base64] $.indent(true)]
                         $.2[$.file[$handler]]                          $.2[$.file[$handler]]
                           $.3[$.file[stat]]
                           $.4[
                                   $.file[unsupported]
                                   $.exception(true)
                           ]
                 ]                  ]
         ]          ]
   
Line 129  $bShouldBeException($options.exception) Line 151  $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^if($bShouldBeException){. That's OK} ($exception.comment)]          $result["exception":"$exception.source, $exception.comment^if($bShouldBeException){. That's OK}"]
 }  }
   
   

Removed from v.1.4  
changed lines
  Added in v.1.7


E-mail: