File:  [parser3project] / parser3 / tests / 162.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Mar 27 10:28:31 2007 UTC (19 years, 5 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0, release_3_3_0, release_3_2_3, release_3_2_2, HEAD
- test for ^table.select(^condition[$t])

@main[]
$t[^table::create{a	b
1	11
2	22
3	33
4	11
5	22
6	33
}]

$t1[^t.select(^condition[$t])]
<pre>
^t1.menu{
$t1.a	$t1.b
}[^#0A]
</pre>


@condition[t]
$result($t.b != 11)

E-mail: