parent
89fb34d6f9
commit
05a6ac0622
@ -1 +1,2 @@
|
|||||||
/sass-3.1.4.gem
|
/sass-3.1.4.gem
|
||||||
|
/sass-3.1.7.gem
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
--- test/sass/scss/scss_test.rb.orig 2011-09-28 11:19:05.000000000 -0400
|
||||||
|
+++ test/sass/scss/scss_test.rb 2011-09-28 11:19:22.000000000 -0400
|
||||||
|
@@ -118,11 +118,11 @@ SCSS
|
||||||
|
def test_warn_directive
|
||||||
|
expected_warning = <<EXPECTATION
|
||||||
|
WARNING: this is a warning
|
||||||
|
- on line 2 of test_warn_directive_inline.scss
|
||||||
|
+ on line 2 of test_warn_directive_inline.scss
|
||||||
|
|
||||||
|
WARNING: this is a mixin
|
||||||
|
- on line 1 of test_warn_directive_inline.scss, in `foo'
|
||||||
|
- from line 3 of test_warn_directive_inline.scss
|
||||||
|
+ on line 1 of test_warn_directive_inline.scss, in `foo'
|
||||||
|
+ from line 3 of test_warn_directive_inline.scss
|
||||||
|
EXPECTATION
|
||||||
|
assert_warning expected_warning do
|
||||||
|
assert_equal <<CSS, render(<<SCSS)
|
Loading…
Reference in new issue