haml--haml/test
Nathan Weizenbaum 78389e366f [Haml] Allow an "end" for a block if it's followed by a method call.
For example,

  = [1, 2, 3].map do |i|
    - i + 1
  - end.join("|")
2009-03-15 19:07:50 -07:00
..
haml [Haml] Allow an "end" for a block if it's followed by a method call. 2009-03-15 19:07:50 -07:00
sass [Sass] Handle the case where a user closes a loud comment unnecessarily. 2009-03-01 12:38:18 -08:00
benchmark.rb Compatibility with 1.9 *_methods methods which return symbols. 2009-01-22 16:30:34 -08:00
linked_rails.rb Support linked Rails in benchmark.rb. 2008-10-27 10:19:52 -07:00
test_helper.rb Sass changes for Ruby 1.9 compatibility. 2009-02-06 02:41:47 -08:00