Sha256: 4c1f15273a911c922cd5708560b189af953d18b218d3bcc0046eeba2d6863a7a

Contents?: true

Size: 954 Bytes

Versions: 5

Compression:

Stored size: 954 Bytes

Contents

%style
  - width = 5 + 17
  :sass
    p
      :border
        :style dotted
        :width #{width}px
        :color #ff00ff
    h1
      :font-weight normal

:test
  This
  Should
  Not
  Print

%p
  :javascript
    function newline(str) {
      return "\n" + str;
    }

:plain
  This
    Is
      Plain
        Text
          %strong right?
   \#{not interpolated}
   \\#{1 + 2}
   \\\#{also not}
   \\

- last = "noitalo"
%p
  %pre
    :preserve
      This pre is pretty deeply
            nested.
         Does #{"interp" + last.reverse} work?
    :preserve
        This one is, too.
      Nested, that is.

- num = 10
%ul
  :erb
    <% num.times do |c| %>
      <li><%= (c+97).chr %></li>
    <% end %>
    <% res = 178 %>

.res= res

:markdown
  *  Foo
  *  Bar
  *  BAZ!

= "Text!"

- var = "Hello"
:ruby
  printf "%s, World!\n", var
  print "How are you doing today?\n"

:escaped
  <div class="foo">
    <p>I think &mdash; or do I?</p>
  </div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
haml-2.0.3 test/haml/templates/filters.haml
haml-2.0.6 test/haml/templates/filters.haml
haml-2.0.7 test/haml/templates/filters.haml
haml-2.0.4 test/haml/templates/filters.haml
haml-2.0.5 test/haml/templates/filters.haml