summaryrefslogtreecommitdiff
path: root/test/psych/visitors
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-142-4/+4
* change test name to be more helpful. fixes #124Aaron Patterson2013-04-051-2/+2
* * ruby.c (load_file_internal): set default source encoding asAaron Patterson2012-11-161-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return theAaron Patterson2012-10-271-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldAaron Patterson2012-10-271-0/+11
* Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson2011-10-031-8/+8
* pulling in changes from ruby coreAaron Patterson2011-03-294-4/+10
* merging from rubyAaron Patterson2011-02-061-11/+37
* syncing up with ruby trunkAaron Patterson2011-01-211-0/+23
* options are being used, :canonical and :indentation are supportedAaron Patterson2010-07-071-0/+20
* merging from rubyAaron Patterson2010-07-071-2/+4
* merging changes from rubyAaron Patterson2010-07-052-7/+7
* merging from rubyAaron Patterson2010-05-031-0/+1
* binary strings should be dumped with literal formattingAaron Patterson2010-04-161-0/+7
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-293-3/+3
* using assert_in_delta for floating point differencesAaron Patterson2010-03-282-4/+5
* removed the to_yaml methodAaron Patterson2010-03-271-59/+34
* adding a test helper superclassAaron Patterson2010-03-263-10/+9
* Merge branch 'master' of github.com:tenderlove/psychAaron Patterson2010-03-261-1/+0
* moving visitor tests under test/psychAaron Patterson2010-03-253-0/+614