Skip to content

Instantly share code, notes, and snippets.

@spundun
Last active December 21, 2015 11:49
Show Gist options
  • Save spundun/6301220 to your computer and use it in GitHub Desktop.
Save spundun/6301220 to your computer and use it in GitHub Desktop.
spundun$ haml -r hamlbars test.html.hamlbars
Syntax error on line 131: test.html.hamlbars:15: syntax error, unexpected kEND
_hamlout.attributes({"class"=>"brand"}, nil, :href => "#")}>Blogger</a>\n <ul class='nav'>\n <li>Test</li>\n </ul>\n </div>\n </div>\n", -2, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_false_false_false_false(haml_temp);_hamlout.push_text("\n Hello\n </body>\n</html>\n", -2, false);;_erbout
^
Use --trace for backtrace.
!!! 5
%html
%body
= hb 'App.widgetController.title'
@jimsynz
Copy link

jimsynz commented Aug 21, 2013

Try test.html.haml.hamlbars ?

@spundun
Copy link
Author

spundun commented Feb 20, 2014

That worked! Thanks a lot! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment