File:  [parser3project] / parser3 / tests / 035.html
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Thu Sep 8 16:33:00 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, HEAD
tests updated after $.encloser[] support for ^table::create implementation (related to feature #11)

$a-tab-b[a	b
1	2]

$t[^table::create{$a-tab-b}]
=$t.a=
<hr>

$t[^table::create[nameless]{^taint[$a-tab-b]}]
=$t.0=
<hr>

$t[^table::create{^untaint{^taint[$a-tab-b]}}]
=$t.a=
<hr>


$a-comma-b[a,b
1,2]

$t[^table::create{$a-comma-b}[$.separator[,]]]
=$t.a=
<hr>

$t[^table::create[nameless]{^taint[$a-comma-b]}[$.separator[,]]]
=$t.0=
<hr>

$t[^table::create{^untaint{^taint[$a-comma-b]}}[$.separator[,]]]
=$t.a=
<hr>


$a-comma-b[a,b
"1",2]

$t[^table::create{$a-comma-b}[$.separator[,]$.encloser["]]]
=$t.a=

E-mail: