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

Can't search for text with apostrophes in it #210

Closed
lefthandedgoat opened this issue Aug 18, 2015 · 1 comment
Closed

Can't search for text with apostrophes in it #210

lefthandedgoat opened this issue Aug 18, 2015 · 1 comment

Comments

@lefthandedgoat
Copy link
Owner

https://github.com/lefthandedgoat/canopy/blob/master/src/canopy/finders.fs#L36

That needs to be changed from ".//label[text() = '%s']" to """.//label[text() = "%s"]"""

Along with 2 other similar issues in the same file. Also check for other similar usages.

lefthandedgoat added a commit that referenced this issue Aug 18, 2015
@lefthandedgoat
Copy link
Owner Author

Fixed and released: https://www.nuget.org/packages/canopy/0.9.31

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

No branches or pull requests

1 participant