slim-template / haml2slim

Haml to Slim converter.
http://slim-lang.com/
120 stars 20 forks source link

Error converting tag with attributes and string interpolation in text #22

Open skojin opened 11 years ago

skojin commented 11 years ago

haml: %h1{:style => "float:left; "} #{'somevar'}: Some Text

slim: h1 style=("float:left; "} #{'somevar') : Some Text

Gives Error: syntax error, unexpected '}', expecting ')'