ruby/test/cgi
Xenor Chang 745dcf5326 [ruby/cgi] Loosen the domain regex to accept '.'
(https://github.com/ruby/cgi/pull/29)

* Loosen the domain regex to accept '.'

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

https://github.com/ruby/cgi/commit/5e09d632f3
Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
2022-11-28 04:34:11 +00:00
..
testdata
test_cgi_cookie.rb [ruby/cgi] Loosen the domain regex to accept '.' 2022-11-28 04:34:11 +00:00
test_cgi_core.rb need to restore $stdin. 2020-03-02 13:14:38 +09:00
test_cgi_header.rb [ruby/cgi] Prevent CRLF injection 2022-11-22 02:00:11 +00:00
test_cgi_modruby.rb {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
test_cgi_multipart.rb Get rid of error with frozen string literal 2019-06-23 07:36:26 +09:00
test_cgi_session.rb {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
test_cgi_tag_helper.rb {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
test_cgi_util.rb [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode` 2022-08-16 19:12:03 +09:00
update_env.rb