1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/psych/test_emitter.rb: test_resizing_tags missing

start_stream call, caused strict parsers like on JRuby to err.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
headius 2016-02-22 23:22:39 +00:00
parent b0d81c1073
commit 9386ecf9b6

View file

@ -93,6 +93,8 @@ module Psych
end
def test_resizing_tags
@emitter.start_stream Psych::Nodes::Stream::UTF8
tags = []
version = [1,1]
obj = Object.new