summaryrefslogtreecommitdiff
path: root/test/psych/test_parser.rb
AgeCommit message (Expand)Author
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2017-08-02Add Psych::Handler#event_locationAry Borenszweig
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2013-04-05sync with ruby trunkAaron Patterson
2012-04-28add a test for ast roundtrippingAaron Patterson
2012-02-27* ext/psych/parser.c: prevent a memory leak by protecting calls toAaron Patterson
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parserAaron Patterson
2011-12-06* ext/psych/parser.c (parse): parse method can take an option fileAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-06merging from rubyAaron Patterson
2011-01-21syncing up with ruby trunkAaron Patterson
2010-05-18setting the encoding twice is not allowedAaron Patterson
2010-05-18adding UTF-16 and UTF-16+BOM supportAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-01-15raise an exception when bogus values are returned from an IO objectAaron Patterson
2010-01-09converting to minitestAaron Patterson
2010-01-03supporting io objects in the parse methodAaron Patterson
2009-09-28Switch to MiniTest.John Barnette
2009-09-28moving constants around, starting the to_ruby visitorAaron Patterson
2009-09-27adding yaml syntax errorAaron Patterson
2009-09-27moving handlerAaron Patterson
2009-09-27end mapping event handledAaron Patterson
2009-09-27testing tag and anchorsAaron Patterson
2009-09-27mapping start testedAaron Patterson
2009-09-27end_sequence supportedAaron Patterson
2009-09-27start_sequence implementedAaron Patterson
2009-09-27folded scalarsAaron Patterson
2009-09-26scalar supports anchorsAaron Patterson
2009-09-26supporting scalar tagsAaron Patterson
2009-09-26scalar foundAaron Patterson
2009-09-26alias supportedAaron Patterson
2009-09-26fixing test namesAaron Patterson
2009-09-26implicit start and end documentAaron Patterson
2009-09-26start docuemnt flushed outAaron Patterson
2009-09-26tag directives supportedAaron Patterson
2009-09-26start_document is workingAaron Patterson