1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test
Nathan Weizenbaum 5ca0f21a6c haml_tag should only close elements that are listed as autoclose.
E.g. we want

  haml_tag :br #=> "<br />\n"

but

  haml_tag :p #=> "<p>\n</p>\n"
2008-04-11 09:44:15 -07:00
..
haml haml_tag should only close elements that are listed as autoclose. 2008-04-11 09:44:15 -07:00
sass Mixin patch for Sass. 2008-04-09 13:09:34 -07:00
benchmark.rb Unbreak rake benchmark. 2007-11-25 01:34:56 +00:00
profile.rb Caching in ActionView again. 2007-11-24 22:17:11 +00:00