Actions
Bug #14793
closedHash returned from CGI.parse has [] as default value
Description
Is there a valid reason for this behaviour? It looks like a bug to me:
require 'cgi'
params = CGI.parse("")
params["x"]
#=> []
(Expected nil)
I looked at history and it looks like it has been there from the very beginning of cgi.rb.
Actions
Like0
Like0Like0Like0