1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/templates/_partial.haml
2008-04-24 11:55:44 -07:00

8 lines
105 B
Text

%p
@foo =
= @foo
- @foo = 'value three'
== Toplevel? #{haml_buffer.toplevel?}
%p
@foo =
= @foo