@@ -57,7 +57,7 @@ def normalize_path(path):
57
57
'sources' : ['test/a.scss' ],
58
58
'sourcesContent' : [],
59
59
'names' : [],
60
- 'mappings' : ';AAKI ,IAAI,CAAH ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH ,IAAI,CAAC,CAAC,CAAL ;IACA,KAAK,EAAE,IAAK,GADX' ,
60
+ 'mappings' : ';AAKA ,IAAI,CAAC ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ ,IAAI,CAAC,CAAC,CAAJ ;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' : ';AACG ,CAAC,CAAC,CAAC,CAAF ;EACA,SAAS,EAAE,IAAI,GADd' ,
460
+ 'mappings' : ';AACE ,CAAC,CAAC,CAAC,CAAD ;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' : ';;AAKI ,IAAI,CAAH ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEH ,IAAI,CAAC,CAAC,CAAL ;IACA,IAAI,EAAE,0BAA2B,GADhC' ,
478
+ 'mappings' : ';;AAKA ,IAAI,CAAC ;EAHH,gBAAgB,EAAE,KAAM,GAGpB;;EAEJ ,IAAI,CAAC,CAAC,CAAJ ;IACA,IAAI,EAAE,0BAA2B,GADhC' ,
479
479
},
480
480
os .path .join (d , 'css' , 'd.scss.css.map' )
481
481
)
@@ -1017,8 +1017,8 @@ def test_raises(self):
1017
1017
r'.+'
1018
1018
r'AssertionError: foo\n\n'
1019
1019
r' Backtrace:\n'
1020
- r' \tstdin:0 , in function `raises`\n'
1021
- r' \tstdin:0 \n'
1020
+ r' \tstdin:1 , in function `raises`\n'
1021
+ r' \tstdin:1 \n'
1022
1022
r' on line 1 of stdin\n'
1023
1023
r'>> a { content: raises\(\); }\n'
1024
1024
r' --------------------\^\n$'
@@ -1030,8 +1030,8 @@ def test_warning(self):
1030
1030
'Error: warning in C function returns_warning: '
1031
1031
'This is a warning\n '
1032
1032
' Backtrace:\n '
1033
- ' \t stdin:0 , in function `returns_warning`\n '
1034
- ' \t stdin:0 \n '
1033
+ ' \t stdin:1 , in function `returns_warning`\n '
1034
+ ' \t stdin:1 \n '
1035
1035
' on line 1 of stdin\n '
1036
1036
'>> a { content: returns_warning(); }\n '
1037
1037
' -----------------------------^\n '
@@ -1042,8 +1042,8 @@ def test_error(self):
1042
1042
with assert_raises_compile_error (
1043
1043
'Error: error in C function returns_error: This is an error\n '
1044
1044
' Backtrace:\n '
1045
- ' \t stdin:0 , in function `returns_error`\n '
1046
- ' \t stdin:0 \n '
1045
+ ' \t stdin:1 , in function `returns_error`\n '
1046
+ ' \t stdin:1 \n '
1047
1047
' on line 1 of stdin\n '
1048
1048
'>> a { content: returns_error(); }\n '
1049
1049
' ---------------------------^\n '
@@ -1066,8 +1066,8 @@ def test_returns_unknown_object(self):
1066
1066
' - SassWarning\n '
1067
1067
' - SassError\n \n '
1068
1068
' Backtrace:\n '
1069
- ' \t stdin:0 , in function `returns_unknown`\n '
1070
- ' \t stdin:0 \n '
1069
+ ' \t stdin:1 , in function `returns_unknown`\n '
1070
+ ' \t stdin:1 \n '
1071
1071
' on line 1 of stdin\n '
1072
1072
'>> a { content: returns_unknown(); }\n '
1073
1073
' -----------------------------^\n '
0 commit comments