-
Notifications
You must be signed in to change notification settings - Fork 47
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
Question about test case #72
Comments
Unfortunately I have no idea. I guess one would need to look in the PR/git history to see if there is any information on that and maybe mention the authors of the code in question here. |
It seems that this test case exists for a long time from #30 (by @Umofomia). And the method def self.split_string_into_rules(css_string)
strip_comments(css_string).chomp.scan /[^}]*}/
end Apparently, It didn't handle I think this test case should be fixed. |
Another question:
I run
|
I guess For me the tests are all passing. I can only imagine that it is because of some gem version. I tried it with Ruby |
I guess it is because of rails version, sass version or default config setting.
I do have fixed the first (#73), but I have no idea how to fix the second |
The following is one of the test cases:
why the result is
instead of
Is "}" a rule?
The text was updated successfully, but these errors were encountered: