File:  [parser3project] / parser3 / tests / 351.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 14 14:03:21 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
test for @auto[] inheritance bug diring ^process[] added (related to bug #1088)

@main[]
$o[^c2::create[]]
$o.property1<br/>

$b[^base::create[]]
$b.property1<br/>

real:
$o.log
checking auto is kept:
^base:auto[]
$o.log


@CLASS
base

@auto[]
$log[${log}base auto $self.CLASS_NAME^#0A]

^process[$self.CLASS]{@GET_property1[]
    included base property1
}
^process[$self.CLASS]{@auto[]
^$log[^${log}process auto ^$self.CLASS_NAME^^#0A]
}

@create[]


@CLASS
c1

@BASE
base

@GET_property1[]
defined class property1


@CLASS
c2

@BASE
c1

@auto[]
$log[${log}class auto $self.CLASS_NAME^#0A]

E-mail: