Sha256: 4dc69194acbf552df14621353c0dd6a0c16332be06fdb0b4e7aff7b50d95d132

Contents?: true

Size: 1.79 KB

Versions: 10

Compression:

Stored size: 1.79 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml-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>
    <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|" } %>
      <%= [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 %>
      <% end %>
    <div class='of_divs_with_underscore' id='combo'><%= @should_eval = "with this text" %></div>
    <%= [ 104, 101, 108, 108, 111 ].map do |byte|
      byte.chr
    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

10 entries across 10 versions & 2 rubygems

Version Path
haml-1.0.1 test/rhtml/standard.rhtml
haml-1.0.3 test/rhtml/standard.rhtml
haml-1.0.0 test/rhtml/standard.rhtml
haml-1.0.4 test/rhtml/standard.rhtml
haml-1.0.2 test/rhtml/standard.rhtml
typo-4.1.1 vendor/plugins/haml/test/rhtml/standard.rhtml
typo-5.0.2 vendor/plugins/haml/test/rhtml/standard.rhtml
typo-5.0.1 vendor/plugins/haml/test/rhtml/standard.rhtml
typo-4.1 vendor/plugins/haml/test/rhtml/standard.rhtml
typo-5.0 vendor/plugins/haml/test/rhtml/standard.rhtml