summaryrefslogtreecommitdiff
path: root/test/psych/test_hash.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use pend instead of skipHiroshi SHIBATA
2019-07-22Deduplicate hash keys if they're stringsJean Boussier
2019-01-16Add test to demonstrate issue deserializing hash with ivarJordan Owens
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-01-28* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withAaron Patterson
2015-01-15Only dump ivars for subclasses of Hash, not for Hash.Joe Eli McIlvain
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson
2015-01-08* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson
2014-08-05* ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2011-06-08fixing Hash subclass dump and load support. fixes #14Aaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-26moving tests under the psych directoryAaron Patterson