ruby-changes:41825
From: headius <ko1@a...>
Date: Tue, 23 Feb 2016 08:22:31 +0900 (JST)
Subject: [ruby-changes:41825] headius:r53899 (trunk): * test/psych/test_emitter.rb: test_resizing_tags missing
headius 2016-02-23 08:22:39 +0900 (Tue, 23 Feb 2016) New Revision: 53899 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53899 Log: * test/psych/test_emitter.rb: test_resizing_tags missing start_stream call, caused strict parsers like on JRuby to err. Modified files: trunk/test/psych/test_emitter.rb Index: test/psych/test_emitter.rb =================================================================== --- test/psych/test_emitter.rb (revision 53898) +++ test/psych/test_emitter.rb (revision 53899) @@ -93,6 +93,8 @@ module Psych https://github.com/ruby/ruby/blob/trunk/test/psych/test_emitter.rb#L93 end def test_resizing_tags + @emitter.start_stream Psych::Nodes::Stream::UTF8 + tags = [] version = [1,1] obj = Object.new -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/