pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
391 stars 42 forks source link

unexpected text output false #185

Closed sandrodz closed 6 years ago

sandrodz commented 6 years ago

Hello,

I encountered an issue with the following code:

      div(class="ta-c mt-s mt-xl@l")
        a(href=o.hmore class="Btn Btn--ghost")=!__("More")+' '
          =o.t

I expected to get:

More SomeText

But I actually get:

falseSomeText

Thanks!

kylekatarnls commented 6 years ago

Hello, != ouput as raw while =! output escaped then start an expression with ! https://www.phug-lang.com/#unescape-escape-code