1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/sass
Chris Eppstein 51e4994d2b [Sass] Properly parse oddly-indented comments.
Aggregate nested comments into a single comment line during tabulation
to avoid parsing errors related to strange whitespace. For comments,
correct indentation is only enforced up to the nested indentation
level. Mixing of tabs and spaces within the start of a comment (up to
the first non-space character) is still disallowed.

Closes gh-11
2009-06-17 01:13:18 -07:00
..
more_results new test to ensure that line comments work correctly when passing template location as a hash 2008-08-09 09:48:29 -07:00
more_templates Silence all the deprecation warnings in the unit tests. 2008-12-14 20:00:21 -08:00
results Silence all the deprecation warnings in the unit tests. 2008-12-14 20:00:21 -08:00
templates [Sass] Added deprecation warning about the upcoming change to silent comments. 2009-02-25 08:53:32 -08:00
css2sass_test.rb [Sass] Don't re-order rules in css2sass. 2009-05-10 14:08:06 -07:00
engine_test.rb [Sass] Properly parse oddly-indented comments. 2009-06-17 01:13:18 -07:00
functions_test.rb [Sass] Don't have Script::Functions extend self. 2009-04-24 18:58:56 -07:00
plugin_test.rb [Sass] Add basic support for precompiling Sass files. 2009-04-21 15:20:23 -07:00
script_test.rb [Sass] Add a test for string ops. 2009-03-24 01:31:57 -07:00