Sha256: eb1152adb3cfcbdfd86062894fc39f5ef3e6e1d95a3f7918b0fc4a1eaf62375d

Contents?: true

Size: 1.52 KB

Versions: 18

Compression:

Stored size: 1.52 KB

Contents

!!!
%html{html_attrs}
  %head
    %title Hampton Catlin Is Totally Awesome
    %meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}
  %body
    / You're In my house now!
    .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
    #body= " Quotes should be loved! Just like people!"
    - 120.times do |number|
      - number
    Wow.|
    %p
      = "Holy cow        " + |
        "multiline       " + |      
        "tags!           " + |
        "A pipe (|) even!"   |
      = [1, 2, 3].collect { |n| "PipesIgnored|" }
      = [1, 2, 3].collect { |n|     |
          n.to_s                    |
        }.join("|")                 |
    %div.silent
      - foo = String.new
      - foo << "this"
      - foo << " shouldn't"
      - foo << " evaluate"
      = foo + " but now it should!"
      -# Woah crap a comment!

    -# That was a line that shouldn't close everything.
    %ul.really.cool
      - ('a'..'f').each do |a|
        %li= a
    #combo.of_divs_with_underscore= @should_eval = "with this text"
    = [ 104, 101, 108, 108, 111 ].map do |byte|
      - byte.chr
    .footer
      %strong.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. \nSo, I'm just making it *really* long. God, I hope this works"

Version data entries

18 entries across 17 versions & 2 rubygems

Version Path
radiant-0.7.2 vendor/plugins/haml/test/haml/templates/standard.haml
haml-1.8.0 test/haml/templates/standard.haml
haml-2.0.1 test/haml/templates/standard.haml
haml-2.0.5 test/haml/templates/standard.haml
haml-2.0.6 test/haml/templates/standard.haml
haml-2.0.2 test/haml/templates/standard.haml
haml-2.0.7 test/haml/templates/standard.haml
haml-1.8.1 test/haml/templates/standard.haml
haml-2.0.4 test/haml/templates/standard.haml
haml-2.0.0 test/haml/templates/standard.haml
haml-1.8.2 test/haml/templates/standard.haml
haml-2.0.7 test/haml/templates/standard_ugly.haml
haml-2.0.3 test/haml/templates/standard.haml
radiant-0.6.7 vendor/plugins/haml/test/haml/templates/standard.haml
radiant-0.6.9 vendor/plugins/haml/test/haml/templates/standard.haml
radiant-0.6.8 vendor/plugins/haml/test/haml/templates/standard.haml
radiant-0.7.0 vendor/plugins/haml/test/haml/templates/standard.haml
radiant-0.7.1 vendor/plugins/haml/test/haml/templates/standard.haml