Diff for /parser3/tests/341.html between versions 1.1 and 1.4

version 1.1, 2016/07/29 13:58:50 version 1.4, 2016/12/26 20:39:04
Line 2  $t[^table::create{id price Line 2  $t[^table::create{id price
 1       6.50  1       6.50
 2       70.00  2       70.00
 3       60.85  3       60.85
   _default        0
 }]  }]
   
 $n[^table::create{name  $n[^table::create{name
Line 17  Code coverage tests: Line 18  Code coverage tests:
 ^try-catch{^t.hash[id][ $.wrong[] ][ $.type[string] ]}  ^try-catch{^t.hash[id][ $.wrong[] ][ $.type[string] ]}
 ^try-catch{^t.hash[id][$n][ $.type[string] ]}  ^try-catch{^t.hash[id][$n][ $.type[string] ]}
 ^try-catch{^t.hash[id]{code}[ $.type[string] ]}  ^try-catch{^t.hash[id]{code}[ $.type[string] ]}
   ^try-catch{^t.hash[ups;price]}
   ^try-catch{^t.hash[id;ups]}
   
 Valid calls tests:  Valid calls tests:
   
Line 34  New functionality tests: Line 37  New functionality tests:
   
 ^json:string[^t.hash{id}{code}[ $.distinct(true) ]]  ^json:string[^t.hash{id}{code}[ $.distinct(true) ]]
 ^json:string[^t.hash[id]{ $h[$.key[$t.price]] $h }]  ^json:string[^t.hash[id]{ $h[$.key[$t.price]] $h }]
   
   ^json:string[^t.hash[id;]]
   ^json:string[^t.hash[id;; $.type[string] ]]

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


E-mail: