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

Grant emailgrant123b at yahoo.com
Fri Mar 12 11:59:45 EST 2004


--- Jon Jensen <jon at endpoint.com> wrote:
> 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

I'm using 5.0 when I see the bug.  It sounds like 5.1
is straight thanks to you.

- Grant

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com


More information about the interchange-users mailing list