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 specs for :is() #1654

Merged
merged 1 commit into from May 20, 2021
Merged

Add specs for :is() #1654

merged 1 commit into from May 20, 2021

Conversation

jathak
Copy link
Member

@jathak jathak commented May 19, 2021

[skip dart-sass]

Copy link
Contributor

@nex3 nex3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these need some libsass ignores.

@jathak
Copy link
Member Author

jathak commented May 19, 2021

Yeah, doing that now (I'm having trouble running specs for libsass locally, so I'm using the CI log)

@jathak jathak merged commit 45e4396 into master May 20, 2021
@jathak jathak deleted the is-like-matches branch May 20, 2021 21:13
<===> unprefixed/is/class/unequal/has_argument/output.css
a {
b: :is(c d.e, f g);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline here seems to break ruby spec runner again:
https://github.com/sass/libsass/pull/3155/checks?check_run_id=2634215399

  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);
-}"
+}
+"

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.

None yet

3 participants