mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Fix a small but significant discrepancy between the Haml and ERB test files.
This commit is contained in:
parent
d931e6b046
commit
7ce2bd209f
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
<ul class='really cool'>
|
||||
<% ('a'..'f').each do |a|%>
|
||||
<li><%= a %>
|
||||
<li><%= a %></li>
|
||||
<% end %>
|
||||
<div class='of_divs_with_underscore' id='combo'><%= @should_eval = "with this text" %></div>
|
||||
<%= "foo".each_line do |line|
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
!!!
|
||||
%html{html_attrs}
|
||||
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en-US"}
|
||||
%head
|
||||
%title Hampton Catlin Is Totally Awesome
|
||||
%meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}
|
||||
|
@ -12,7 +12,7 @@
|
|||
= 1 + 9 + 8 + 2 #numbers should work and this should be ignored
|
||||
#body= " Quotes should be loved! Just like people!"
|
||||
- 120.times do |number|
|
||||
- number
|
||||
= number
|
||||
Wow.|
|
||||
%p
|
||||
= "Holy cow " + |
|
||||
|
|
Loading…
Add table
Reference in a new issue