Skip to content

Commit 927c323

Browse files
committed
3.2.0-beta.5
1 parent ab92d3f commit 927c323

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sasstests.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def normalize_path(path):
5757
'sources': ['test/a.scss'],
5858
'sourcesContent': [],
5959
'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',
6161
}
6262

6363
B_EXPECTED_CSS = '''\
@@ -457,7 +457,7 @@ def test_build_one(self):
457457
'sources': ['../test/b.scss'],
458458
'sourcesContent': [],
459459
'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',
461461
},
462462
os.path.join(d, 'css', 'b.scss.css.map')
463463
)
@@ -475,7 +475,7 @@ def test_build_one(self):
475475
'sources': ['../test/d.scss'],
476476
'sourcesContent': [],
477477
'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',
479479
},
480480
os.path.join(d, 'css', 'd.scss.css.map')
481481
)
@@ -1021,7 +1021,7 @@ def test_raises(self):
10211021
r' \tstdin:0\n'
10221022
r' on line 1 of stdin\n'
10231023
r'>> a { content: raises\(\); }\n'
1024-
r' -------------\^\n$'
1024+
r' --------------------\^\n$'
10251025
)):
10261026
compile_with_func('a { content: raises(); }')
10271027

@@ -1034,7 +1034,7 @@ def test_warning(self):
10341034
' \tstdin:0\n'
10351035
' on line 1 of stdin\n'
10361036
'>> a { content: returns_warning(); }\n'
1037-
' -------------^\n'
1037+
' -----------------------------^\n'
10381038
):
10391039
compile_with_func('a { content: returns_warning(); }')
10401040

@@ -1046,7 +1046,7 @@ def test_error(self):
10461046
' \tstdin:0\n'
10471047
' on line 1 of stdin\n'
10481048
'>> a { content: returns_error(); }\n'
1049-
' -------------^\n'
1049+
' ---------------------------^\n'
10501050
):
10511051
compile_with_func('a { content: returns_error(); }')
10521052

@@ -1070,7 +1070,7 @@ def test_returns_unknown_object(self):
10701070
' \tstdin:0\n'
10711071
' on line 1 of stdin\n'
10721072
'>> a { content: returns_unknown(); }\n'
1073-
' -------------^\n'
1073+
' -----------------------------^\n'
10741074
):
10751075
compile_with_func('a { content: returns_unknown(); }')
10761076

0 commit comments

Comments
 (0)