aboutsummaryrefslogtreecommitdiffstats
path: root/test/cgi/test_cgi_core.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* fix env leaksnobu2015-03-121-40/+30
* * test/cgi/test_cgi_core.rb: removed obsoleted condition for Ruby 1.8.hsbt2014-08-091-63/+2
* * test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar2012-11-081-1/+7
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-041-4/+0
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-041-0/+8
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-2/+2
* Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-041-1/+1
* * test/cgi: check by Encoding.nobu2009-12-231-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-221-1/+1
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-111-0/+0
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-061-3/+3
* add a testxibbar2008-09-281-0/+13
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-241-4/+4
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+38
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-241-3/+3
* * test/cgi/test_cgi_core.rb: add core test.naruse2008-08-271-0/+312