[ic] "nested elsif problem" still exists in 5.0

Jon Jensen jon at endpoint.com
Thu Mar 11 20:52:59 EST 2004


On Thu, 11 Mar 2004, Grant wrote:

> > > [tmp test]2[/tmp]
> > > [if scratch test == 1]
> > > INCORRECT
> > > [elsif scratch test == 2]
> > > 	[if test == 1]
> > > INCORRECT
> > > 	[elsif test == 2]
> > > CORRECT
> > > 	[/elsif]
> > > 	[/if]
> > > [/elsif]
> > > [/if]
> > > 
> > > That code should return "CORRECT", but instead
> > returns "INCORRECT".
> > > 
> > [if test == 1]
> >   ^^^
> >   You're missing a scratch there.
> 
> Sorry about that.  After fixing that, it started working properly.  
> After a lot of testing I narrowed the problem down to named parameters.  
> The above code works properly (once fixed as Kevin pointed out), but no
> longer works properly when named parameters are used.

So are you saying there's still a bug? If so, can you supply code that 
will reproduce it?

Jon


More information about the interchange-users mailing list