initial commit
[emacs-init.git] / nxhtml / tests / in / bug557700-6.erb
1 var x = "<%= x %>";
2 var y = 5;
3
4 Second line is treated as if it was a string.
5
6 Problem with multiple lines inside ruby if:
7
8 <% if b %>
9   var x = 1;
10 alert(1);
11 <% end %>