File:  [parser3project] / parser3 / tests / 348.html
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Sep 26 20:45:35 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
numbers added to simplify diff analysis

@main[]
$v[a^taint[	]b]

^test[v1	v2	v3
$v	d	e	]

^test[
v1	$v	v3
a	b	c]

^test[v1	$v	v3
a	b	c
]

^test[v1	v2	v3

a	b	c]

^test[v1	v2	v3
	
a	b	c

c	d	e
	]

$t[^table::create[$t; $.reverse(true) ]]

1. ^try-catch{
	$t[^table::create[$t; $.offset[no-such-name] ]]
}
2. ^try-catch{
	$t[^table::create[$t; $.no-such-option[yes] ]]
}
3. ^try-catch{
	$t[^table::create{}[ $.no-such-option[yes] ]]
}
4. ^try-catch{
	$t[^table::create{}[ $.separator[abc] ]]
}
5. ^try-catch{
	$t[^table::create{}[ $.encloser[] ]]
}
6. ^try-catch{
	$t[^table::create{}[ $.encloser[ю] ]]
}
7. ^try-catch{
	$t[^table::create[no-such-name]{}]
}


@test[data]
$t[^table::create{$data}]
^json:string[$t; $.indent(true) ]

E-mail: