fails:CGI::HtmlExtension#textarea when passed no arguments returns an 'textarea'-element without a name
fails:CGI::HtmlExtension#textarea when passed no arguments includes the return value of the passed block when passed a block
fails:CGI::HtmlExtension#textarea when passed name returns an 'textarea'-element with the passed name
fails:CGI::HtmlExtension#textarea when passed name includes the return value of the passed block when passed a block
fails:CGI::HtmlExtension#textarea when passed name, cols returns an 'textarea'-element with the passed name and the passed amount of columns
fails:CGI::HtmlExtension#textarea when passed name, cols includes the return value of the passed block when passed a block
fails:CGI::HtmlExtension#textarea when passed name, cols, rows returns an 'textarea'-element with the passed name, the passed amount of columns and the passed number of rows
fails:CGI::HtmlExtension#textarea when passed name, cols, rows includes the return value of the passed block when passed a block
fails:CGI::HtmlExtension#textarea when passed Hash should use the passed Hash as attributes
fails:CGI::HtmlExtension#textarea when passed Hash includes the return value of the passed block when passed a block
