File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -282,15 +282,16 @@ index 1cfb8413..97e2db79 100644
282
282
end
283
283
end
284
284
diff --git a/test/test_sassc.rb b/test/test_sassc.rb
285
- index 0d8f2f32..18ef2964 100644
285
+ index 0d8f2f32..03ad99e3 100644
286
286
--- a/test/test_sassc.rb
287
287
+++ b/test/test_sassc.rb
288
- @@ -82,6 +82,8 @@ class TestSprocketsSassc < TestBaseSassc
288
+ @@ -88,8 +88,7 @@ class TestSprocketsSassc < TestBaseSassc
289
+ rescue SassC::SyntaxError => error
290
+ # this is not exactly consistent with ruby sass
291
+ assert error.message.include?("invalid")
292
+ - assert error.message.include?("error.sass")
293
+ - assert error.message.include?("line 5")
294
+ + assert error.message.include?("error.sass 5")
295
+ end
289
296
end
290
297
291
- test "raise sass error with line number" do
292
- + skip
293
- +
294
- begin
295
- render('sass/error.sass')
296
- flunk
You can’t perform that action at this time.
0 commit comments