|
|
| version 1.1, 2016/07/29 15:58:43 | version 1.2, 2016/07/29 16:19:20 |
|---|---|
| Line 4 $t[^table::create{c1 c2 c3}] | Line 4 $t[^table::create{c1 c2 c3}] |
| ^t.insert{a$i b c d e} | ^t.insert{a$i b c d e} |
| } | } |
| ^t.offset(2) | |
| code coverage: | code coverage: |
| ^t.menu{ | ^t.menu{ |
| Line 67 foreach exceptions test: | Line 69 foreach exceptions test: |
| ^if($n==1){ ^break[] } | ^if($n==1){ ^break[] } |
| }[,] | }[,] |
| # more coverage tests | |
| count: ^t.count[rows] | |
| ^try-catch{^t.count[error]} | |
| ^t.offset[cur](1) | |
| offset: ^t.offset[] | |
| ^try-catch{^t.offset[error](1)} | |
| @show[n] | @show[n] |
| $n : ^json:string[$t; $.table[array] $.indent(true) ] | $n : ^json:string[$t; $.table[array] $.indent(true) ] |
| offset: ^t.offset[] |