Skip to content

Commit 39e4f75

Browse files
committed
Bump to 3.2.0
1 parent 373277f commit 39e4f75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sasstests.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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': ';AACE,CAAC,CAAC,CAAC,CAAD;EACA,SAAS,EAAE,IAAK,GADf',
461461
},
462462
os.path.join(d, 'css', 'b.scss.css.map')
463463
)
@@ -1021,7 +1021,7 @@ def test_raises(self):
10211021
r' \tstdin:1\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:1\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:1\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:1\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)