This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
haml--haml
Watch
1
Star
0
Fork
You've already forked haml--haml
0
mirror of
https://github.com/haml/haml.git
synced
2022-11-09 12:33:31 -05:00
Code
Releases
Activity
14c4a88651
haml--haml
/
test
/
haml
/
templates
/
_partial.haml
9 lines
105 B
Text
Raw
Normal View
History
Unescape
Escape
Fixed class variable assignment issue for 1.5dev branch. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@183 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 17:18:33 -05:00
%p
@foo =
= @foo
- @foo = 'value three'
Add a failing test for Haml::Buffer#toplevel?
2008-04-24 14:55:18 -04:00
== Toplevel? #{haml_buffer.toplevel?}
Fixed class variable assignment issue for 1.5dev branch. git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@183 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 17:18:33 -05:00
%p
@foo =
= @foo
Copy permalink