-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update Selenium.pm #7
base: master
Are you sure you want to change the base?
Conversation
Fixed bug in get_string_array where instead of correctly returning an empty array when there are no results it returns an array containing a single empty string. The new code uses a negative lookbehind assertion to split on unescaped commas. It then uses a map to remove the escape characters from the list of strings.
Are you able to become a co-maintainer? I don't have time for this module lately. |
What kind of help are you looking for and what kind of time commitments jamess On Mon, Oct 14, 2013 at 8:39 PM, Luke Closs [email protected]:
|
Hi, I would just like someone to take over being the maintainer. I don't It's not very much work, mostly accepting the odd patch or making a Best, On Wed, Oct 16, 2013 at 2:54 PM, James Switzer [email protected]:
|
I can take it, Luke. On Saturday, October 19, 2013, Luke Closs wrote:
|
hi all, Thanks, |
Fixed bug in get_string_array where instead of correctly returning an empty array when there are no results it returns an array containing a single empty string. The new code uses a negative lookbehind assertion to split on unescaped commas. It then uses a map to remove the escape characters from the list of strings.