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

Add missing newline for expected output #1655

Merged
merged 1 commit into from
May 21, 2021

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented May 20, 2021

Otherwise ruby spec runner is sad :(
https://github.com/sass/libsass/pull/3156/checks?check_run_id=2634854094

  1) Failure:
SassSpec::Test#test__sass-spec/spec/core_functions/selector/extend/simple/pseudo/selector/match/unprefixed/is/class/unequal/has_argument [/home/runner/work/libsass/libsass/sass-spec/lib/sass_spec/test.rb:267]:
expected did not match output.
--- expected
+++ actual
@@ -1,3 +1,4 @@
 "a {
   b: :is(c d.e, f g);
-}"
+}
+"

Otherwise ruby spec runner is sad :(
@mgreter mgreter requested a review from jathak May 20, 2021 23:29
@mgreter mgreter merged commit 1a6ec35 into sass:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants