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:
parent
b0d81c1073
commit
9386ecf9b6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue