summaryrefslogtreecommitdiff
path: root/test/psych/test_coder.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge Psych-5.0.1Hiroshi SHIBATA2022-12-091-0/+6
* test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-05-181-3/+3
* Make the test pass with the old libyamlYusuke Endoh2021-05-171-3/+3
* assert_equal accepts an expected value as the first argumentYusuke Endoh2021-05-171-15/+15
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-171-7/+7
* [ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-05-171-0/+121
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-141-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whentenderlove2015-02-061-0/+22
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove2013-04-051-2/+2
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove2011-01-191-0/+11
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-061-0/+4
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-0/+25
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+144