test/sass/conversion_test.rb in haml-edge-2.3.201 vs test/sass/conversion_test.rb in haml-edge-2.3.202
- old
+ new
@@ -249,13 +249,13 @@
a: b; }
SCSS
assert_renders <<SASS, <<SCSS
// foo
- bar
- baz
- bang
+// bar
+// baz
+// bang
foo bar
a: b
SASS
// foo
@@ -307,13 +307,13 @@
a: b; }
SCSS
assert_scss_to_sass <<SASS, <<SCSS
/* foo
- bar
- baz
- bang
+ * bar
+ * baz
+ * bang
foo bar
a: b
SASS
/* foo
@@ -335,13 +335,13 @@
a: b; }
SCSS
assert_renders <<SASS, <<SCSS
/* foo
- bar
- baz
- bang
+ * bar
+ * baz
+ * bang
foo bar
a: b
SASS
/* foo
@@ -356,12 +356,12 @@
def test_loud_comments_with_weird_indentation
assert_scss_to_sass <<SASS, <<SCSS
foo
/* foo
- bar
- baz
+ * bar
+ * baz
a: b
SASS
foo {
/* foo
bar
@@ -385,12 +385,12 @@
end
def test_immediately_preceding_comments
assert_renders <<SASS, <<SCSS
/* Foo
- Bar
- Baz
+ * Bar
+ * Baz
.foo#bar
a: b
SASS
/* Foo
* Bar
@@ -399,11 +399,11 @@
a: b; }
SCSS
assert_renders <<SASS, <<SCSS
// Foo
- Bar
- Baz
+// Bar
+// Baz
=foo
a: b
SASS
// Foo
// Bar