/spec/tags/library/cgi/htmlextension/checkbox_group_tags.txt

http://github.com/MagLev/maglev · Plain Text · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 0c2661e828da08a23422a6b08a0f37a8 MD5 · raw file

  1. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value as an Array containing the value, a label and the checked state
  2. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... returns a sequence of 'checkbox'-elements with the passed name and the passed values
  3. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value inside an Array
  4. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... allows passing a value as an Array containing the value and the checked state or a label
  5. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... returns an empty String when passed no values
  6. fails:CGI::HtmlExtension#checkbox_group when passed name, values ... ignores a passed block
  7. fails:CGI::HtmlExtension#checkbox_group when passed Hash uses the passed Hash to generate the checkbox sequence
  8. fails:CGI::HtmlExtension#checkbox_group when passed Hash ignores a passed block