aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* add a test for yaml ast roundtrippingtenderlove2012-04-281-0/+7
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-0/+30
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-0/+1
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-9/+6
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-0/+7
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-15/+0
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-0/+15
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-0/+17
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-221-0/+10
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-171-3/+57
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-191-0/+9
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-191-0/+19
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+188