summaryrefslogtreecommitdiff
path: root/test/psych/test_parser.rb
AgeCommit message (Expand)Author
2021-05-10[ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA
2017-11-27Merge psych-3.0.0.beta4 from upstream.hsbt
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-03-26* test/psych/test_*.rb: use require_relative to require local libraryxibbar
2012-04-28add a test for yaml ast roundtrippingtenderlove
2012-02-24* ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-03-30converting require_relative to just regular requirestenderlove
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
2011-01-22* ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove
2011-01-22* ext/psych/parser.c (parse): add the file name to the exception whentenderlove
2011-01-22* ext/psych/parser.c (parse): fix assertion error when reusing atenderlove
2011-01-17* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove
2010-05-19* ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove
2010-05-19* ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove
2010-03-29* test/psych/*: switching tests to use relative require.tenderlove
2010-03-28* ext/psych/*: importing Psych to trunktenderlove