File:  [parser3project] / parser3 / tests / 268.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun May 15 13:20:39 2011 UTC (15 years ago) by misha
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, release_3_4_3, release_3_4_2, HEAD
- tests for ^table.count[with options] were added

@main[]
$t1[^table::create[nameless]{1	2
11	22	33
111	222}]


$t2[^table::create{a	b	c
1	2
11	22	33
111	222}]

$t3[^table::create[nameless]{}]

^print[$t1;t1]
<hr />
^print[$t2;t2]
<hr />
^print[$t3;t3]


@print[t;name]
^^${name}.count[]: ^t.count[]<br />
^^${name}.count[columns]: ^t.count[columns]<br />
^t.menu{
	Line: ^t.line[]: ^^${name}.count[cells]: ^t.count[cells]
}[<br />]


E-mail: