Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libsass
Submodule libsass updated 125 files
5 changes: 3 additions & 2 deletions sasstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1630,11 +1630,12 @@ def test_stack_trace_formatting():
raise AssertionError('expected to raise CompileError')
except sass.CompileError:
tb = traceback.format_exc()
# TODO: https://github.com/sass/libsass/issues/3092
assert tb.endswith(
'CompileError: Error: Invalid CSS after "a{☃": expected "{", was ""\n'
' on line 1:3 of stdin\n'
' on line 1:5 of stdin\n'
'>> a{☃\n'
' --^\n\n',
' ----^\n\n',
)


Expand Down