summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2010-02-17fixing scalar scanner for dates with timezone like "-08:00". thanks Peter McL...Aaron Patterson
2010-02-05indentation level can be setAaron Patterson
2010-02-05canonical output may be setAaron Patterson
2010-02-04adding load_file methodAaron Patterson
2010-02-04not supporting ypathAaron Patterson
2010-02-04brigning yaml tests up to date with ruby trunkAaron Patterson
2010-02-02represent scalar worksAaron Patterson
2010-01-26classes can be emitted as scalar and mapAaron Patterson
2010-01-26coder can muck with the mapping outputAaron Patterson
2010-01-15caching string conversions in the scalar scannerAaron Patterson
2010-01-15removing tuples, using static method on scalar scannerAaron Patterson
2010-01-15a few tokenizer tweeksAaron Patterson
2010-01-15raise an exception when bogus values are returned from an IO objectAaron Patterson
2010-01-09fixing warnings, testing start sequenceAaron Patterson
2010-01-09testing args for scalar methodAaron Patterson
2010-01-09adding init apiAaron Patterson
2010-01-09support syck struct dumpsAaron Patterson