arnaud-lb / MtHaml

Multi target HAML (HAML for PHP, Twig, <your language here>)
Other
359 stars 54 forks source link

Double equal support #26

Closed arnaud-lb closed 11 years ago

arnaud-lb commented 11 years ago
%p == "hello"
vendethiel commented 11 years ago

What's that supposed to be ? I can't find anything in the ref

arnaud-lb commented 11 years ago

From the source, it's like =, but it quotes the script:

%p = "hello"
%p == hello
%p hello

Both lines are equivalent.

I'm adding this for compatibility