File:  [parser3project] / parser3 / tests / 227.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 14 23:57:17 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0, HEAD
- test for checking overriding properties in static classes was added

@main[]
$a[^child::create[]]

=^child:test[]=^a.test[]=
=^child:test2[]=^a.test2[]=



@CLASS
parent

@create[]

@test[]
$no_such_field

@test2[]
$a

@GET_a[]
parent_a

@GET_DEFAULT[]
403


@CLASS
child

@BASE
parent

@create[]
^BASE:create[]

@GET_a[]
child_a

@GET_DEFAULT[]
404

E-mail: