Skip to content

Commit 5c94c2a

Browse files
authored
Merge pull request #344 from sass/3_6_5
update libsass to 3.6.5
2 parents 38735e2 + ad69f6e commit 5c94c2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sasstests.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ def test_build_one(self):
785785
'names': [],
786786
'mappings': (
787787
';AAKA,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAK,GAQxB;'
788-
'EALD,AAEE,IAFE,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,sBAAsB,'
789-
'GAC7B'
788+
'EALD,AAEE,IAFE,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,kBAAkB,'
789+
'GACzB'
790790
),
791791
},
792792
os.path.join(d, 'css', 'd.scss.css.map'),
@@ -1633,9 +1633,9 @@ def test_stack_trace_formatting():
16331633
# TODO: https://github.com/sass/libsass/issues/3092
16341634
assert tb.endswith(
16351635
'CompileError: Error: Invalid CSS after "a{☃": expected "{", was ""\n'
1636-
' on line 1:5 of stdin\n'
1636+
' on line 1:4 of stdin\n'
16371637
'>> a{☃\n'
1638-
' ----^\n\n',
1638+
' ---^\n\n',
16391639
)
16401640

16411641

0 commit comments

Comments
 (0)