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.
1 parent 275fe38 commit 0cb5c9eCopy full SHA for 0cb5c9e
test/functions_test.rb
@@ -140,7 +140,7 @@ def test_function_with_error
140
141
assert_match /Error: error in C function function_that_raises_errors/, exception.message
142
assert_match /Intentional wrong thing happened somewhere inside the custom function/, exception.message
143
- assert_equal "[SassC::FunctionsHandler] Intentional wrong thing happened somewhere inside the custom function", stderr_output
+ assert_match /\[SassC::FunctionsHandler\] Intentional wrong thing happened somewhere inside the custom function/, stderr_output
144
end
145
146
def test_function_that_returns_a_sass_value
0 commit comments