summaryrefslogtreecommitdiff
path: root/test/psych/test_yaml.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2020-06-23remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H
2020-06-03Fixing compatibility with libyaml 0.2.5Aaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-27Removed Psyych.load_documents.SHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-02-06* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson
2014-02-18remove unused variablesSHIBATA Hiroshi
2013-04-05sync with ruby trunkAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson
2012-12-08Strings that start with non-word characters should double quote without excla...Alex Tambellini
2012-11-16Merge pull request #97 from atambo/masterAaron Patterson
2012-11-16* ruby.c (load_file_internal): set default source encoding asAaron Patterson
2012-10-28Use literal style when emitting multiline strings, fixes #64Alex Tambellini
2011-08-17syncing with ruby trunkAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-06merging from rubyAaron Patterson
2010-04-23merging from rubyAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-27testing Object has to_yaml definedAaron 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