Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix --test-probe #1365

Merged
merged 2 commits into from
Apr 3, 2019
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
4 changes: 2 additions & 2 deletions lib/sass_spec/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def run
passing = []
test_cases.each do |test_case|
if test_case.todo? && test_case.result?
passing << test_case.folder
passing << test_case.dir.to_s
end
end
if passing.any?
if !passing.empty?
puts "The following tests pass but were marked as TODO for #{@options[:engine_adapter].describe}:"
puts passing.join("\n")
else
Expand Down
9 changes: 0 additions & 9 deletions spec/libsass/Sáss-UŢF8.hrx

This file was deleted.

4 changes: 4 additions & 0 deletions spec/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO: Re-HRXify this test once https://github.com/sass/libsass/issues/2854 has been resolved.
span.utf8-in-path {
margin: auto;
}
3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
9 changes: 0 additions & 9 deletions spec/libsass/Sáss-UŢF8.hrx

This file was deleted.

4 changes: 4 additions & 0 deletions spec/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO: Re-HRXify this test once https://github.com/sass/libsass/issues/2854 has been resolved.
span.utf8-in-path {
margin: auto;
}
3 changes: 3 additions & 0 deletions spec/libsass/Sáss-UŢF8/output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}