Skip to content

Commit 7ed9b38

Browse files
committed
Activate passing spec tests since milestone 3.4 branch
1 parent 55e8847 commit 7ed9b38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1
-1
lines changed

lib/sass_spec/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _norm_output(css)
138138
def _clean_output(css)
139139
_norm_output(css)
140140
.gsub(/[\r\n\s ]+/, " ")
141-
.gsub(/, /, ",")
141+
.gsub(/\s*,\s*/, ",")
142142
end
143143

144144
# errors are always cleaned

0 commit comments

Comments
 (0)