Diff for /parser3/tests/312.html between versions 1.2 and 1.4

version 1.2, 2015/07/28 21:26:39 version 1.4, 2015/08/02 23:45:42
Line 4  $t[^table::create{c1 c2 c3}] Line 4  $t[^table::create{c1 c2 c3}]
 ^show[1]  ^show[1]
 ^try-catch{ $t.c3[v] }  ^try-catch{ $t.c3[v] }
   
 ^t.insert{v}  ^t.insert{v0}
   
 $copy[^table::create[$t]]  $copy[^table::create[$t]]
   $hcopy[^t.hash[c1; $.type[table] ]]
   
 ^show[2]  ^show[2]
 $t.c3[v]  $t.c3[v1]
 ^show[3]  ^show[3]
 $t.c1[]  $t.c1[]
 ^show[4]  ^show[4]
 ^t.append{a     b       c       d       e}  ^t.append{a     b       c       d       e}
 ^t.offset(-5)  ^t.offset(-5)
 ^t.insert{v}  ^t.insert[ $.c1[v2] ]
   
 current: ^t.line[]  current: ^t.line[]
 ^show[5]  ^show[5]
Line 33  current: ^t.line[] Line 34  current: ^t.line[]
   
   
 9: ^json:string[$copy; $.table[array] $.indent(true) ]  9: ^json:string[$copy; $.table[array] $.indent(true) ]
   10: ^json:string[$hcopy; $.table[array] $.indent(true) ]
   
 $t[^table::create[nameless]{}]  $t[^table::create[nameless]{}]
   
 ^show[n1]  ^show[n1]
 ^try-catch{ $t.3[v] }  ^try-catch{ $t.3[v] }
   
 ^t.insert{v}  ^t.insert{v0}
   
 $copy[^table::create[$t]]  $copy[^table::create[$t]]
   
 ^show[n2]  ^show[n2]
 $t.3[v]  $t.3[v1]
 ^show[n3]  ^show[n3]
 $t.0[]  $t.0[]
 ^show[n4]  ^show[n4]
   
 ^try-catch{ $t.100000[v] }  ^try-catch{ $t.100000[v2] }
   
 $t.64[v]  $t.64[v2]
   ^t.append[ $.0[0] $.1[1] $.5[5] ]
 ^show[n5]  ^show[n5]
   
 @show[n]  @show[n]

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


E-mail: