Sha256: 4e8c54f4fe57de4d7c26067adbef53adb5f3564958faf2b7b05167a58418e429

Contents?: true

Size: 1.9 KB

Versions: 419

Compression:

Stored size: 1.9 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en-US' lang='en-US'>
  <head>
    <title>Hampton Catlin Is Totally Awesome</title>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
  </head>
  <body>
    <!-- You're In my house now! -->
    <div class='header'>
      Yes, ladies and gentileman. He is just that egotistical.
      Fantastic! This should be multi-line output
      The question is if this would translate! Ahah!
      <%= 1 + 9 + 8 + 2 %>
      <%# numbers should work and this should be ignored %>
    </div>
    <% 120.times do |number| -%>
      <%= number %>
    <% end -%>
    <div id='body'><%= " Quotes should be loved! Just like people!" %></div>
    Wow.
    <p>
      <%= "Holy cow        " +
          "multiline       " +
          "tags!           " +
          "A pipe (|) even!"  %>
      <%= [1, 2, 3].collect { |n| "PipesIgnored|" }.join %>
      <%= [1, 2, 3].collect { |n|
          n.to_s
        }.join("|") %>
    </p>
    <div class='silent'>
      <% foo = String.new
         foo << "this"
         foo << " shouldn't"
         foo << " evaluate" %>
      <%= foo + "but now it should!" %>
      <%# Woah crap a comment! %>
    </div>
    <ul class='really cool'>
      <% ('a'..'f').each do |a|%>
      <li><%= a %></li>
      <% end %>
    <div class='of_divs_with_underscore' id='combo'><%= @should_eval = "with this text" %></div>
    <%= "foo".each_line do |line|
      nil
    end %>
    <div class='footer'>
      <strong class='shout'>
        <%= "This is a really long ruby quote. It should be loved and wrapped because its more than 50 characters. This value may change in the future and this test may look stupid.\n" + 
"        So, I'm just making it *really* long. God, I hope this works" %>
      </strong>
    </div>
  </body>
</html>

Version data entries

419 entries across 418 versions & 8 rubygems

Version Path
gohanlonllc-haml-2.1.0.20080513000000 test/haml/rhtml/standard.rhtml
gohanlonllc-haml-2.1.0 test/haml/rhtml/standard.rhtml
radiant-1.0.0.rc1 vendor/plugins/haml/test/haml/erb/standard.erb
haml-3.0.25 test/haml/erb/standard.erb
radiantcms-couchrest_model-0.1.4 vendor/plugins/haml/test/haml/rhtml/standard.rhtml
haml-3.0.24 test/haml/erb/standard.erb
haml-3.0.23 test/haml/erb/standard.erb
haml-3.1.0.alpha.27 test/haml/erb/standard.erb
haml-3.1.0.alpha.26 test/haml/erb/standard.erb
haml-3.1.0.alpha.23 test/haml/erb/standard.erb
haml-3.1.0.alpha.22 test/haml/erb/standard.erb
haml-3.0.22 test/haml/erb/standard.erb
haml-3.1.0.alpha.19 test/haml/erb/standard.erb
haml-3.1.0.alpha.18 test/haml/erb/standard.erb
haml-3.1.0.alpha.17 test/haml/erb/standard.erb
haml-3.1.0.alpha.14 test/haml/erb/standard.erb
haml-3.1.0.alpha.12 test/haml/erb/standard.erb
haml-3.1.0.alpha.10 test/haml/erb/standard.erb
haml-3.0.21 test/haml/erb/standard.erb
haml-3.1.0.alpha.9 test/haml/erb/standard.erb