aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
diff options
context:
space:
mode:
authorheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-22 23:22:39 +0000
committerheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-22 23:22:39 +0000
commit3a7d54ee92b39cd5594cf3f1de925202f496263a (patch)
treecca25fae5d3bd840b8bce8030dede8d96b786715 /test/psych
parent8059f3b4e09d6be715ebc55a794130f4c7cfd816 (diff)
downloadruby-3a7d54ee92b39cd5594cf3f1de925202f496263a.tar.gz
* 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/psych')
-rw-r--r--test/psych/test_emitter.rb2
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