summaryrefslogtreecommitdiff
path: root/test/psych/visitors/test_yaml_tree.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2019-07-25Suppress uninitialized instance variable warningsNobuyoshi Nakada
2017-06-30Merge branch 'master' into frozenSHIBATA Hiroshi
2017-06-29Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-06-16Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi
2017-03-03use assert_nil when nil assertionSHIBATA Hiroshi
2016-06-24Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2016-02-09Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988SHIBATA Hiroshi
2013-11-26Enable YAML serialization of Ruby delegators and simple delegatorsSteve Richert
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson
2012-10-27* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-05-03merging from rubyAaron Patterson
2010-04-16binary strings should be dumped with literal formattingAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-28using assert_in_delta for floating point differencesAaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-25moving visitor tests under test/psychAaron Patterson