summaryrefslogtreecommitdiff
path: root/test/psych/test_coder.rb
Commit message (Expand)AuthorAgeFilesLines
* Only ignore current failures in JRubyDavid Rodríguez2022-10-071-0/+6
* test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-06-071-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
* Introduce `Psych.unsafe_load`Aaron Patterson2021-05-131-7/+7
* feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-02-071-0/+121
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson2015-02-061-0/+22
* Merge pull request #122 from tjwallace/fix_coder_emit_hashAaron Patterson2013-04-051-2/+2
|\
| * Fix case when map includes a symbol key in #emit_coderJeff Wallace2013-01-301-2/+2
* | sync with ruby trunkAaron Patterson2013-04-051-1/+1
|/
* pulling in changes from ruby coreAaron Patterson2011-03-291-1/+1
* syncing up with ruby trunkAaron Patterson2011-01-211-0/+15
* merging from ruby to psychAaron Patterson2010-04-091-0/+25
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-291-1/+1
* adding a test helper superclassAaron Patterson2010-03-261-3/+2
* adding represent_map to the coderAaron Patterson2010-02-201-0/+18
* yaml as sequence is workingAaron Patterson2010-02-201-0/+18
* represent scalar workscoderAaron Patterson2010-02-021-0/+30
* classes can be emitted as scalar and mapAaron Patterson2010-01-261-0/+79