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

Return with Invocation and Binary #177

Closed
belav opened this issue May 5, 2021 · 2 comments
Closed

Return with Invocation and Binary #177

belav opened this issue May 5, 2021 · 2 comments
Labels

Comments

@belav
Copy link
Owner

belav commented May 5, 2021

                    return element.GetAttribute("class")
                        .IndexOf("hl-nonmatch", StringComparison.Ordinal) <
                    0;
// should probably be
                    return element
                        .GetAttribute("class")
                        .IndexOf("hl-nonmatch", StringComparison.Ordinal) < 0;
@belav belav added type:bug Something isn't working area:formatting labels May 5, 2021
@belav
Copy link
Owner Author

belav commented Jul 19, 2021

This may be handled as part of #7

@belav
Copy link
Owner Author

belav commented Oct 19, 2021

This was resolved somewhere.

@belav belav closed this as completed Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant