Sha256: bc871dee8a78d1c26954ac8877bc05c35e602084f596ac8c38a5b761a6ac5a66

Contents?: true

Size: 1.49 KB

Versions: 10

Compression:

Stored size: 1.49 KB

Contents

!!!
%html{"xml-lang" => "en-US"}
  %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!"
    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

10 entries across 10 versions & 2 rubygems

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