legacy-dotfiles/emacs.d/nxhtml/tests/in/bug557700-6.erb
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

11 lines
179 B
Text

var x = "<%= x %>";
var y = 5;
Second line is treated as if it was a string.
Problem with multiple lines inside ruby if:
<% if b %>
var x = 1;
alert(1);
<% end %>