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