-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
There was a problem hiding this 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 /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆
There was a problem hiding this comment.
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 😆
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 /> |
There was a problem hiding this comment.
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 😆
I have rebased the work done by @jmadler in #1 and added tests.
Closes #1.
Fixes #192.