Skip to content

Commit

Permalink
Merge pull request #344 from sass/3_6_5
Browse files Browse the repository at this point in the history
update libsass to 3.6.5
  • Loading branch information
asottile authored May 21, 2021
2 parents 38735e2 + ad69f6e commit 5c94c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sasstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ def test_build_one(self):
'names': [],
'mappings': (
';AAKA,AAAA,IAAI,CAAC;EAHH,gBAAgB,EAAE,KAAK,GAQxB;'
'EALD,AAEE,IAFE,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,sBAAsB,'
'GAC7B'
'EALD,AAEE,IAFE,CAEF,CAAC,CAAC;IACA,IAAI,EAAE,kBAAkB,'
'GACzB'
),
},
os.path.join(d, 'css', 'd.scss.css.map'),
Expand Down Expand Up @@ -1633,9 +1633,9 @@ def test_stack_trace_formatting():
# TODO: https://github.com/sass/libsass/issues/3092
assert tb.endswith(
'CompileError: Error: Invalid CSS after "a{☃": expected "{", was ""\n'
' on line 1:5 of stdin\n'
' on line 1:4 of stdin\n'
'>> a{☃\n'
' ----^\n\n',
' ---^\n\n',
)


Expand Down

0 comments on commit 5c94c2a

Please sign in to comment.