Guess that will teach me to check the trunk before reporting bugs :)

Thanks!

- evgeny

On 5/25/07, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote:
>
> Yes, this is a bug, but it's been fixed in trunk. The fix will be released
> into stable when we release 1.7, some time in late June.
>
> - Nathan
>
> On 5/25/07, Evgeny <[EMAIL PROTECTED]> wrote:
> >
> > Greetings All,
> >
> > I guess this is a bug ... example:
> >
> > This does NOT work:
> >   %tag== text
> > expected result:
> >   <tag>text</tag>
> >
> > This, however, does work:
> >   %tag= "text"
> > result:
> >   <tag>text</tag>
> >
> > And this also works:
> >   %tag
> >     == text
> > result:
> >   <tag>
> >     text
> >   </tag>
> >
> > Any special reason why would there be a difference?
> > Using Haml stable 1.5.2 (or whatever the current stable is)
> >
> > In a real example, i would not just use 'text' in there, but something
> > with local references #{whatever} as well.
> >
> > Regards,
> >
> > - evgeny
> >
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to