File:  [parser3project] / parser3 / tests / 386.html
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu May 4 16:24:10 2017 UTC (9 years ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, HEAD
test for $table.value(number) added (related to feature #1152)

@main[]
$t[^table::create{c1	c2	c3}]
^t.insert[ $.c2(1) ]
^try-catch{ $t.c3[^hash::create[]] }

^json:string[$t]

$t[^table::create[nameless]{}]
^t.insert[ $.10(10) $.12[12] ]
^try-catch{ ^t.insert[ $.1[ok] $.2{bad} ] }

^json:string[$t]

E-mail: