@@ -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' : ';AACE,CAAC,CAAC,CAAC,CAAD;EACA,SAAS,EAAE,IAAK,GADf ' ,
461
461
},
462
462
os .path .join (d , 'css' , 'b.scss.css.map' )
463
463
)
@@ -1021,7 +1021,7 @@ def test_raises(self):
1021
1021
r' \tstdin:1\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:1\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:1\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:1\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