summaryrefslogtreecommitdiff
path: root/test/psych/test_coder.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-02-07feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson
2013-04-05Merge pull request #122 from tjwallace/fix_coder_emit_hashAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2013-01-30Fix case when map includes a symbol key in #emit_coderJeff Wallace
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-02-20adding represent_map to the coderAaron Patterson
2010-02-20yaml as sequence is workingAaron Patterson
2010-02-02represent scalar worksAaron Patterson
2010-01-26classes can be emitted as scalar and mapAaron Patterson