File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ exports.sass = {
33
33
test . expect ( 2 ) ;
34
34
35
35
var css = grunt . file . read ( 'test/tmp/source-map.css' ) ;
36
- test . ok ( / \/ \* # s o u r c e M a p p i n g U R L = s o u r c e \ -m a p \. c s s \. m a p / . test ( css ) , 'should include sourceMapppingUrl' ) ;
36
+ test . ok ( / \/ \* # s o u r c e M a p p i n g U R L = s o u r c e - m a p \. c s s \. m a p / . test ( css ) , 'should include sourceMapppingUrl' ) ;
37
37
38
38
var map = grunt . file . read ( 'test/tmp/source-map.css.map' ) ;
39
39
test . ok ( / t e s t \. s c s s / . test ( map ) , 'should include the main file in sourceMap at least' ) ;
@@ -43,7 +43,7 @@ exports.sass = {
43
43
test . expect ( 2 ) ;
44
44
45
45
var css = grunt . file . read ( 'test/tmp/source-map-simple.css' ) ;
46
- test . ok ( / \/ \* # s o u r c e M a p p i n g U R L = s o u r c e \ -m a p - s i m p l e \. c s s \. m a p / . test ( css ) , 'should include sourceMappingUrl' ) ;
46
+ test . ok ( / \/ \* # s o u r c e M a p p i n g U R L = s o u r c e - m a p - s i m p l e \. c s s \. m a p / . test ( css ) , 'should include sourceMappingUrl' ) ;
47
47
48
48
var map = grunt . file . read ( 'test/tmp/source-map-simple.css.map' ) ;
49
49
test . ok ( / t e s t \. s c s s " / . test ( map ) , 'should include the main file in sourceMap at least' ) ;
You can’t perform that action at this time.
0 commit comments