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