File:  [parser3project] / parser3 / tests / 187.p
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 11 13:57:40 2008 UTC (17 years, 9 months 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, release_3_4_1, release_3_4_0, release_3_3_0, HEAD
- tests for $caller.self, $caller.self.field and $caller.self.field[value] were added

@CLASS
test187


@auto[]
$a[test187_a]


@update[]
$caller.self.a[$a]


@print[]
<hr />
^$a: '$a'<br />
^$caller.self.a: '$caller.self.a'<br />
^$caller.CLASS_NAME: '$caller.CLASS_NAME'<br />
^$caller.self.CLASS_NAME: '$caller.self.CLASS_NAME'<br />

E-mail: