diff options
| author | headius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-22 18:17:09 +0000 |
|---|---|---|
| committer | headius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-22 18:17:09 +0000 |
| commit | c99e433952f974124ff40d7ecd3c2612cfc1262e (patch) | |
| tree | d37c31c8c9942bee123a210fb29dfccc38698dcf /test | |
| parent | ed2e608df3601c84ae667f17b6ebe0a1a35ce607 (diff) | |
* 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/branches/ruby_2_3@53894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -rw-r--r-- | test/psych/test_emitter.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/psych/test_emitter.rb b/test/psych/test_emitter.rb index 54b9b356e8..23e68b324e 100644 --- a/test/psych/test_emitter.rb +++ b/test/psych/test_emitter.rb @@ -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 |
