Sha256: 3a29c973be46a792b6f3f6e3ac74cd584ac74ac793e98603ab18d24ea7c1df5f

Contents?: true

Size: 1.58 KB

Versions: 846

Compression:

Stored size: 1.58 KB

Contents

!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en-US", "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!"
    - 120.times do |number|
      = number
    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("|")                 |
    %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"
    = "foo".each_line do |line|
      - nil
    .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

846 entries across 422 versions & 8 rubygems

Version Path
gohanlonllc-haml-2.1.0.20080513000000 test/haml/templates/standard.haml
gohanlonllc-haml-2.1.0.20080513000000 test/haml/templates/standard_ugly.haml
gohanlonllc-haml-2.1.0 test/haml/templates/standard_ugly.haml
gohanlonllc-haml-2.1.0 test/haml/templates/standard.haml
radiant-1.0.0.rc1 vendor/plugins/haml/test/haml/templates/standard.haml
radiant-1.0.0.rc1 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
haml-3.0.25 test/haml/templates/standard.haml
haml-3.0.25 test/haml/templates/standard_ugly.haml
radiantcms-couchrest_model-0.1.4 vendor/plugins/haml/test/haml/templates/standard.haml
radiantcms-couchrest_model-0.1.4 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
radiantcms-couchrest_model-0.1.3 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
radiantcms-couchrest_model-0.1.3 vendor/plugins/haml/test/haml/templates/standard.haml
radiantcms-couchrest_model-0.1.2 vendor/plugins/haml/test/haml/templates/standard.haml
radiantcms-couchrest_model-0.1.2 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
radiantcms-couchrest_model-0.1.1 vendor/plugins/haml/test/haml/templates/standard.haml
radiantcms-couchrest_model-0.1.1 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
radiantcms-couchrest_model-0.1 vendor/plugins/haml/test/haml/templates/standard.haml
radiantcms-couchrest_model-0.1 vendor/plugins/haml/test/haml/templates/standard_ugly.haml
haml-3.0.24 test/haml/templates/standard_ugly.haml
haml-3.0.24 test/haml/templates/standard.haml