Skip to content

Commit 373277f

Browse files
committed
Update to 3.2.0-beta.6
1 parent 1695a1b commit 373277f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

sasstests.py

Lines changed: 11 additions & 11 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': ';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',
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': ';AACG,CAAC,CAAC,CAAC,CAAF;EACA,SAAS,EAAE,IAAI,GADd',
460+
'mappings': ';AACE,CAAC,CAAC,CAAC,CAAD;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': ';;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',
479479
},
480480
os.path.join(d, 'css', 'd.scss.css.map')
481481
)
@@ -1017,8 +1017,8 @@ def test_raises(self):
10171017
r'.+'
10181018
r'AssertionError: foo\n\n'
10191019
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'
10221022
r' on line 1 of stdin\n'
10231023
r'>> a { content: raises\(\); }\n'
10241024
r' --------------------\^\n$'
@@ -1030,8 +1030,8 @@ def test_warning(self):
10301030
'Error: warning in C function returns_warning: '
10311031
'This is a warning\n'
10321032
' Backtrace:\n'
1033-
' \tstdin:0, in function `returns_warning`\n'
1034-
' \tstdin:0\n'
1033+
' \tstdin:1, in function `returns_warning`\n'
1034+
' \tstdin:1\n'
10351035
' on line 1 of stdin\n'
10361036
'>> a { content: returns_warning(); }\n'
10371037
' -----------------------------^\n'
@@ -1042,8 +1042,8 @@ def test_error(self):
10421042
with assert_raises_compile_error(
10431043
'Error: error in C function returns_error: This is an error\n'
10441044
' Backtrace:\n'
1045-
' \tstdin:0, in function `returns_error`\n'
1046-
' \tstdin:0\n'
1045+
' \tstdin:1, in function `returns_error`\n'
1046+
' \tstdin:1\n'
10471047
' on line 1 of stdin\n'
10481048
'>> a { content: returns_error(); }\n'
10491049
' ---------------------------^\n'
@@ -1066,8 +1066,8 @@ def test_returns_unknown_object(self):
10661066
' - SassWarning\n'
10671067
' - SassError\n\n'
10681068
' Backtrace:\n'
1069-
' \tstdin:0, in function `returns_unknown`\n'
1070-
' \tstdin:0\n'
1069+
' \tstdin:1, in function `returns_unknown`\n'
1070+
' \tstdin:1\n'
10711071
' on line 1 of stdin\n'
10721072
'>> a { content: returns_unknown(); }\n'
10731073
' -----------------------------^\n'

0 commit comments

Comments
 (0)