1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Merge pull request #1636 from mineo/patch-1

alert(html) in the heredoc example
This commit is contained in:
Jeremy Ashkenas 2011-08-29 20:35:23 -07:00
commit c0e0ede09f

View file

@ -842,7 +842,7 @@ Expressions
indentation level that begins the heredoc is maintained throughout, so indentation level that begins the heredoc is maintained throughout, so
you can keep it all aligned with the body of your code. you can keep it all aligned with the body of your code.
</p> </p>
<%= code_for('heredocs') %> <%= code_for('heredocs', 'html') %>
<p> <p>
Double-quoted heredocs, like double-quoted strings, allow interpolation. Double-quoted heredocs, like double-quoted strings, allow interpolation.
</p> </p>