@@ -57,7 +57,7 @@ def normalize_path(path):
57
57
'sources' : ['test/a.scss' ],
58
58
'sourcesContent' : [],
59
59
'names' : [],
60
- 'mappings' : ';AAKA ,IAAI,CAAC ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ ,IAAI,CAAC,CAAC,CAAJ ;IACA,KAAK,EAAE,IAAK,GADX' ,
60
+ 'mappings' : ';AAKI ,IAAI,CAAH ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH ,IAAI,CAAC,CAAC,CAAL ;IACA,KAAK,EAAE,IAAK,GADX' ,
61
61
}
62
62
63
63
B_EXPECTED_CSS = '''\
@@ -457,7 +457,7 @@ def test_build_one(self):
457
457
'sources' : ['../test/b.scss' ],
458
458
'sourcesContent' : [],
459
459
'names' : [],
460
- 'mappings' : ';AACE ,CAAC,CAAC,CAAC,CAAD ;EACA,SAAS,EAAE,IAAI,GADd' ,
460
+ 'mappings' : ';AACG ,CAAC,CAAC,CAAC,CAAF ;EACA,SAAS,EAAE,IAAI,GADd' ,
461
461
},
462
462
os .path .join (d , 'css' , 'b.scss.css.map' )
463
463
)
@@ -475,7 +475,7 @@ def test_build_one(self):
475
475
'sources' : ['../test/d.scss' ],
476
476
'sourcesContent' : [],
477
477
'names' : [],
478
- 'mappings' : ';;AAKA ,IAAI,CAAC ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ ,IAAI,CAAC,CAAC,CAAJ ;IACA,IAAI,EAAE,0BAA2B,GADhC' ,
478
+ 'mappings' : ';;AAKI ,IAAI,CAAH ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH ,IAAI,CAAC,CAAC,CAAL ;IACA,IAAI,EAAE,0BAA2B,GADhC' ,
479
479
},
480
480
os .path .join (d , 'css' , 'd.scss.css.map' )
481
481
)
@@ -1021,7 +1021,7 @@ def test_raises(self):
1021
1021
r' \tstdin:0\n'
1022
1022
r' on line 1 of stdin\n'
1023
1023
r'>> a { content: raises\(\); }\n'
1024
- r' -------------\^\n$'
1024
+ r' -------------------- \^\n$'
1025
1025
)):
1026
1026
compile_with_func ('a { content: raises(); }' )
1027
1027
@@ -1034,7 +1034,7 @@ def test_warning(self):
1034
1034
' \t stdin:0\n '
1035
1035
' on line 1 of stdin\n '
1036
1036
'>> a { content: returns_warning(); }\n '
1037
- ' -------------^\n '
1037
+ ' ----------------------------- ^\n '
1038
1038
):
1039
1039
compile_with_func ('a { content: returns_warning(); }' )
1040
1040
@@ -1046,7 +1046,7 @@ def test_error(self):
1046
1046
' \t stdin:0\n '
1047
1047
' on line 1 of stdin\n '
1048
1048
'>> a { content: returns_error(); }\n '
1049
- ' -------------^\n '
1049
+ ' --------------------------- ^\n '
1050
1050
):
1051
1051
compile_with_func ('a { content: returns_error(); }' )
1052
1052
@@ -1070,7 +1070,7 @@ def test_returns_unknown_object(self):
1070
1070
' \t stdin:0\n '
1071
1071
' on line 1 of stdin\n '
1072
1072
'>> a { content: returns_unknown(); }\n '
1073
- ' -------------^\n '
1073
+ ' ----------------------------- ^\n '
1074
1074
):
1075
1075
compile_with_func ('a { content: returns_unknown(); }' )
1076
1076
0 commit comments