Diff for /parser3/tests/430.html between versions 1.1 and 1.2

version 1.1, 2024/10/02 02:45:35 version 1.2, 2024/10/02 04:33:13
Line 13 Line 13
 0.5 ^try-catch{ $a.-5[bug] }  0.5 ^try-catch{ $a.-5[bug] }
   
 0.6 ^a.count[] vs ^a.count[all] ^a._count[all]  0.6 ^a.count[] vs ^a.count[all] ^a._count[all]
   0.7 ^try-catch{ ^a.count[bug] }
   
   
 1. create, add vs join  1. create, add vs join
Line 45  $a[^array::create[ $.1[v1] $.5[v5] $.6[v Line 46  $a[^array::create[ $.1[v1] $.5[v5] $.6[v
 2.7 ^show[^a.mid(2)]  2.7 ^show[^a.mid(2)]
 2.8 ^show[^a.mid(2;1)]  2.8 ^show[^a.mid(2;1)]
 2.9 ^show[^a.mid(0;1)]  2.9 ^show[^a.mid(0;1)]
   2.91 ^try-catch{ ^a.mid(-1;1) }
   2.92 ^try-catch{ ^a.mid(1;-1) }
   
 2.10 ^a.foreach[;v]{'$v'}[,]  2.10 ^a.foreach[;v]{'$v'}[,]
 2.11 ^a.foreach[k;]{'$k'}[,]  2.11 ^a.foreach[k;]{'$k'}[,]
Line 63  $a[^array::create[ $.1[v1] $.5[v5] $.6[v Line 66  $a[^array::create[ $.1[v1] $.5[v5] $.6[v
 2.23 ^show[^a.select[k;v]($k>1)[ $.limit(2) ]]  2.23 ^show[^a.select[k;v]($k>1)[ $.limit(2) ]]
 2.24 ^show[^a.select[k;v]($k>1)[ $.limit(2) $.reverse(1) ]]  2.24 ^show[^a.select[k;v]($k>1)[ $.limit(2) $.reverse(1) ]]
 2.25 ^try-catch{ ^a.select[k;v]($k>1)[ $.bug(1) ] }  2.25 ^try-catch{ ^a.select[k;v]($k>1)[ $.bug(1) ] }
   2.25 ^show[^a.select[k;v]($k<5 || ^break[])[ $.limit(2) ]]
   2.26 ^show[^a.select[k;v]($k>5 || ^break[])[ $.limit(2) $.reverse(1) ]]
   
   
 3. append/insert  3. append/insert

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


E-mail: