File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def normalize_path(path):
63
63
'version' : 3 ,
64
64
'file' : 'test/a.css' ,
65
65
'sources' : [normalize_source_map_path ('test/a.scss' )],
66
+ 'sourcesContent' : [],
66
67
'names' : [],
67
68
'mappings' : ';AAKA;EAHE,kBAAkB;;EAIpB,KAAK;IAED,OAAO'
68
69
}
@@ -147,7 +148,6 @@ class CompileTestCase(unittest.TestCase):
147
148
def test_compile_required_arguments (self ):
148
149
self .assertRaises (TypeError , sass .compile )
149
150
150
-
151
151
def test_compile_takes_only_keywords (self ):
152
152
self .assertRaises (TypeError , sass .compile , 'a { color: blue; }' )
153
153
@@ -406,6 +406,7 @@ def test_build_one(self):
406
406
'version' : 3 ,
407
407
'file' : '../test/b.css' ,
408
408
'sources' : [normalize_source_map_path ('../test/b.scss' )],
409
+ 'sourcesContent' : [],
409
410
'names' : [],
410
411
'mappings' : ';AAAA,EAAE;EAEE,WAAW'
411
412
},
@@ -423,6 +424,7 @@ def test_build_one(self):
423
424
'version' : 3 ,
424
425
'file' : '../test/d.css' ,
425
426
'sources' : [normalize_source_map_path ('../test/d.scss' )],
427
+ 'sourcesContent' : [],
426
428
'names' : [],
427
429
'mappings' : ';AAKA;EAHE,kBAAkB;;EAIpB,KAAK;IAED,MAAM'
428
430
},
You can’t perform that action at this time.
0 commit comments