summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/shared
AgeCommit message (Expand)Author
2019-07-27Update to ruby/spec@875a09eBenoit Daloze
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon
edefining __id__ as well as object_idJohn Hawthorn [Feature #20912] Notes: Merged: https://github.com/ruby/ruby/pull/12177 2024-11-06Update to ruby/spec@54c391eBenoit Daloze 2024-02-15ruby-spec: Accept both a backtick and a single quote in error messagesYusuke Endoh 2023-07-24Use the caller location as default filename for eval family of methodsJean Boussier [Feature #19755] Before (in /tmp/test.rb): ```ruby Object.class_eval("p __FILE__") # => "(eval)" ``` After: ```ruby Object.class_eval("p __FILE__") # => "(eval at /tmp/test.rb:1)" ``` This makes it much easier to track down generated code in case the author forgot to provide a filename argument. Notes: Merged: https://github.com/ruby/ruby/pull/8070 2023-02-27Update to ruby/spec@e7dc804Benoit Daloze 2022-09-28Update to ruby/spec@1d9d5c6Benoit Daloze 2021-02-27Update to ruby/spec@37e52e5Benoit Daloze 2020-12-21Use Integer instead of Fixnum/BignumNobuyoshi Nakada 2019-07-27Update to ruby/spec@875a09eBenoit Daloze 2019-04-27Update to ruby/spec@15c9619Benoit Daloze 2018-06-13Update to ruby/spec@4bb0f25eregon * Specs added by TruffleRuby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-03-04Update to ruby/spec@c1b568beregon git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-01-29Update to ruby/spec@83063a3eregon git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon * Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e