File:  [parser3project] / parser3 / tests / 406.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Dec 26 23:09:24 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, HEAD
test results updated

$t[^table::create{a	b	s	a
va	vb	vc	vd}]

^t.rename[b;e]

1. ^try-catch{ $t.b }
2. $t.e

3. ^try-catch{ ^t.rename[ $.a{code} ] }

4. $t.a

^t.rename[ $.e[] $.a[z] $.z[a] ]

5. $t.$empty, $t.z
6. ^try-catch{ $t.a }

7. ^try-catch{ ^t.rename[ ] }
8. ^try-catch{ ^t.rename[ z ] }
9. ^try-catch{ ^t.rename[ z ]{ z } }

$t[^table::create[nameless]{va	vb	vc	vd}]

10. ^try-catch{ ^t.rename[;] }

E-mail: