1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test
Gerad Suyderhoud e4510a94b7 Attribute escaping respects html_safe.
It's sometimes the case where we don't want attributes to be
html_escaped... for instance `%input{ placeholder: 'Filter…' }`.

This commit changes the attribute escaping to respect the rails
`html_safe` flag and not escape attributes when `.html_safe` is
explicitly called on them.

Closes #470
2011-12-16 13:12:06 -08:00
..
gemfiles Include Sass in the Gemfiles. 2011-09-21 17:52:27 -07:00
haml Attribute escaping respects html_safe. 2011-12-16 13:12:06 -08:00
benchmark.rb No need to benchmark markaby anymore. 2010-10-27 00:53:56 -07:00
linked_rails.rb Better require detection for Rails versions. 2011-09-20 13:28:22 -07:00
test_helper.rb Merge branch 'merged' 2010-11-15 22:45:33 -08:00