summaryrefslogtreecommitdiff
path: root/test/psych/test_coder.rb
AgeCommit message (Expand)Author
2021-05-18test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh
2021-05-17Make the test pass with the old libyamlYusuke Endoh
2021-05-17assert_equal accepts an expected value as the first argumentYusuke Endoh
2021-05-17[ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-17[ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-02-06* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove
2013-04-05* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove
2013-03-26* test/psych/test_*.rb: use require_relative to require local libraryxibbar
2011-03-30converting require_relative to just regular requirestenderlove
2011-01-19* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2010-03-31* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove
2010-03-29* test/psych/*: switching tests to use relative require.tenderlove
2010-03-28* ext/psych/*: importing Psych to trunktenderlove