diff options
author | headius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-22 23:22:39 +0000 |
---|---|---|
committer | headius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-22 23:22:39 +0000 |
commit | 9386ecf9b6baf6fd37d97bfee025702cee411718 (patch) | |
tree | cca25fae5d3bd840b8bce8030dede8d96b786715 /test | |
parent | b0d81c107377c7c739d915c55093812c11d39627 (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/trunk@53899 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 |