summaryrefslogtreecommitdiff
path: root/test/psych/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated interfaceAaron Patterson2021-05-131-18/+0
* Introduce `Psych.unsafe_load`Aaron Patterson2021-05-131-4/+4
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-101-15/+15
* Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune2020-11-121-0/+12
* Remove private_iv_getCharles Oliver Nutter2020-07-161-1/+2
* Round trip exception backtracesAaron Patterson2019-01-091-0/+14
* Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi2018-10-201-0/+6
* unifying interface of PsychGreg Houle2018-07-131-4/+22
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Remove to_yaml_propatiesSHIBATA Hiroshi2017-03-271-13/+0
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson2014-08-291-0/+6
* merging from RubyAaron Patterson2013-05-141-20/+19
* sync with ruby trunkAaron Patterson2013-04-051-1/+1
* sync with ruby trunkAaron Patterson2013-02-061-0/+1
* Psych::SyntaxError now inherits from RuntimeErrorEric Hodel2012-10-221-0/+21
* * ext/psych/lib/psych.rb (module Psych): parse and load methods takeAaron Patterson2011-12-061-1/+77
* adding more information to the syntax error exceptionAaron Patterson2011-10-041-0/+15
* pulling in changes from ruby coreAaron Patterson2011-03-291-1/+1
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-291-1/+1
* removed the to_yaml methodAaron Patterson2010-03-271-9/+2
* adding a test helper superclassAaron Patterson2010-03-261-3/+3
* moving tests under the psych directoryAaron Patterson2010-03-261-0/+46