summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-21syncing up with ruby trunkAaron Patterson
2010-07-07line width option is passed to emitterAaron Patterson
2010-07-07preferred line width may be setAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-07-07merging from rubyAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix theAaron Patterson
2010-05-22adding a json stream emitterAaron Patterson
2010-05-19adding yaml streaming apiAaron Patterson
2010-05-19emitter transcodes to UTF-8 automaticallyAaron Patterson
2010-05-18setting the encoding twice is not allowedAaron Patterson
2010-05-18adding UTF-16 and UTF-16+BOM supportAaron Patterson
2010-05-15merging from rubyAaron Patterson
2010-05-03merging from rubyAaron Patterson
2010-04-24adding deprecated method "tagurize"Aaron Patterson
2010-04-24adding support for deprecated "add_private_type" functionAaron Patterson
2010-04-24merge from rubyAaron Patterson
2010-04-23supporting add_ruby_typeAaron Patterson
2010-04-23merging from rubyAaron Patterson
2010-04-16binary strings should be dumped with literal formattingAaron Patterson
2010-04-16merging from rubyAaron Patterson
2010-04-09adding deprecation warningsAaron Patterson
2010-04-09implementing some deprecated api methodsAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29Fix problem with empty and white-space only strings. Add test.Peter McLain
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-28using assert_in_delta for floating point differencesAaron Patterson
2010-03-28making sure psych defines to_yaml on objectAaron Patterson
2010-03-27testing Object has to_yaml definedAaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-26* test/psych/test_struct.rb: fixing tests to be compatible with syckAaron Patterson
2010-03-26Merge branch 'master' of github.com:tenderlove/psychAaron Patterson
2010-03-26moving tests under the psych directoryAaron Patterson
2010-03-25moving visitor tests under test/psychAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
2010-03-24Clean up some more 1.9.2 warningsLeonard Chin
2010-03-23adding tests and fixing bugs with ruby symbols. thanks Peter McLain!Aaron Patterson
2010-03-22adding more syck compatible methodsAaron Patterson
2010-03-22fixing and deprecating load_documentsAaron Patterson
2010-03-22testing parse_fileAaron Patterson
2010-03-22adding a warning for bad file formatsAaron Patterson
2010-03-22cleaning up warnings in 1.9.2Aaron Patterson
2010-03-22adding support for add_builtin_type. fixes GH #1Aaron Patterson
2010-03-16Display timezone with leading zeroLeonard Chin
2010-03-16Format positive timezone offsets correctly.Leonard Chin
2010-02-20adding represent_map to the coderAaron Patterson
2010-02-20yaml as sequence is workingAaron Patterson
2010-02-17adding basic json supportAaron Patterson