We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bdbd03 + 57967f0 commit 548d26bCopy full SHA for 548d26b
libsass
sasstests.py
@@ -1630,11 +1630,12 @@ def test_stack_trace_formatting():
1630
raise AssertionError('expected to raise CompileError')
1631
except sass.CompileError:
1632
tb = traceback.format_exc()
1633
+ # TODO: https://github.com/sass/libsass/issues/3092
1634
assert tb.endswith(
1635
'CompileError: Error: Invalid CSS after "a{☃": expected "{", was ""\n'
- ' on line 1:3 of stdin\n'
1636
+ ' on line 1:5 of stdin\n'
1637
'>> a{☃\n'
- ' --^\n\n',
1638
+ ' ----^\n\n',
1639
)
1640
1641
0 commit comments