summaryrefslogtreecommitdiff
path: root/test/psych/test_encoding.rb
AgeCommit message (Expand)Author
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2017-09-12Removed trailing white-spaces.SHIBATA Hiroshi
2017-09-05Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-08-27Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano
2014-02-28 * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson
2013-05-14merge from RubyAaron Patterson
2013-05-14merging from RubyAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externalAaron Patterson
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputAaron Patterson
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-05-19emitter transcodes to UTF-8 automaticallyAaron Patterson
2010-05-15merging from rubyAaron 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-09document tags have the correct encodingAaron Patterson
2010-01-09list anchors have encodingsAaron Patterson
2010-01-09anchors and aliases have an encodingAaron Patterson