summaryrefslogtreecommitdiff
path: root/test/psych/visitors
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2020-06-23Fix remove warning & support multi-run test for test/psych/visitors/test_to_r...S-H-GAMELINKS
2020-06-23remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H
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
2015-08-27removed Ruby 1.9 supportSHIBATA Hiroshi
2015-03-30add testfilialpails
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
2013-04-05change test name to be more helpful. fixes #124Aaron Patterson
2012-11-16* ruby.c (load_file_internal): set default source encoding asAaron 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-10-03Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-07-07merging from rubyAaron 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-26Merge branch 'master' of github.com:tenderlove/psychAaron Patterson
2010-03-25moving visitor tests under test/psychAaron Patterson