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

version 1.2, 2024/10/02 20:06:47 version 1.3, 2024/10/02 22:10:16
Line 20  $a.05[a5] $a.20[a20] $a.10[a30] $a.25[$v Line 20  $a.05[a5] $a.20[a20] $a.10[a30] $a.25[$v
 6. $a[^array::create[^o::create[]]]  6. $a[^array::create[^o::create[]]]
    ^show[$a]     ^show[$a]
   
   7. $obj[^o2::create[]] $o.1
      $a[^array::create[$obj]]
      $MAIN:log
      as_hash calls def and thus result is empty: ^show[$a]
   
   8. $MAIN:log[]
      $h[^hash::create[$obj]]
      $MAIN:log
      get_hash can still get the hash: ^show[$h]
   
   9. ^try-catch{ $h[^hash::create[^o2-endless-bug::create[]]] }
   
 @show[v]  @show[v]
 ^json:string[$v; $.array[object] ]  ^json:string[$v; $.array[object] ]
   
Line 29  o Line 41  o
 @create[]  @create[]
 $1[v1]  $1[v1]
 $3[v3]  $3[v3]
   $MAIN:log[created]
   
   @CLASS
   o2
   
   @BASE
   o
   
   @GET[mode]
   ^if($mode eq 'def'){ $result(false)}{ $result[^reflection:fields_reference[$self]] }
   $MAIN:log[$MAIN:log^#0A$mode called got $result.CLASS_NAME]
   
   @CLASS
   o2-endless-bug
   
   @BASE
   o
   
   @GET[mode]
   $result[$self]

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


E-mail: