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

Tick() can handle checkboxes that have no value #331

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

simbabque
Copy link
Contributor

I have rebased the work done by @jmadler in #1 and added tests.

Closes #1.
Fixes #192.

Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

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

Thanks @jmadler and @simbabque! Wow, pull request #1. That was well before my time. So nice to see these little bits of history making it into the codebase.

@@ -4,9 +4,12 @@

<input type="checkbox" name="foo" value="hello" /> Hello<br />
<input type="checkbox" name="foo" value="bye" /> Bye<br />
<input type="checkbox" name="foo" value="arse" /> Arse<br />
<input type="checkbox" name="foo" value="parse" /> Parse<br />
Copy link
Member

Choose a reason for hiding this comment

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

😆

Copy link
Contributor

Choose a reason for hiding this comment

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

Not a change I would have made, but I'll approve 😆

@simbabque
Copy link
Contributor Author

I don't think I had even heard of github in 2011. I was still hacking away using CGI and SVN.

@@ -4,9 +4,12 @@

<input type="checkbox" name="foo" value="hello" /> Hello<br />
<input type="checkbox" name="foo" value="bye" /> Bye<br />
<input type="checkbox" name="foo" value="arse" /> Arse<br />
<input type="checkbox" name="foo" value="parse" /> Parse<br />
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a change I would have made, but I'll approve 😆

@oalders oalders merged commit 15fdf99 into libwww-perl:master Jul 5, 2022
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.

tick() requires a value to be set
3 participants