We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, two of the unit tests fail when I try to build sassc 3.5.0. Versions are:
The failures are:
1) Failure: SassSpec::Test#test__sass-spec/spec/libsass-closed-issues/issue_2360 [/builddir/build/BUILD/sassc-3.5.0/sass-spec/lib/sass_spec/test.rb:269]: expected did not match output. --- expected +++ actual @@ -1,4 +1,3 @@ # encoding: ASCII-8BIT -"@value test_1 #555; -@value test_2 rgb(0,255,0); +"@value test_1 #555 {}@value test_2 rgb(0,255,0) {} " 2) Failure: SassSpec::Test#test__sass-spec/spec/sass/import/unquoted [/builddir/build/BUILD/sassc-3.5.0/sass-spec/lib/sass_spec/test.rb:180]: Command `libsass` did not complete: Error: File to import not found or unreadable: unquoted, sub/unquoted. on line 1 of /sass/spec/sass/import/unquoted/input.sass >> @import "unquoted, sub/unquoted"; ^ . Expected: 0 Actual: 65 6121 runs, 5785 assertions, 2 failures, 0 errors, 334 skips
Should I just disable them?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, two of the unit tests fail when I try to build sassc 3.5.0. Versions are:
The failures are:
Should I just disable them?
The text was updated successfully, but these errors were encountered: