You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
735 B
18 lines
735 B
--- 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)
|