Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6397 commit 850488aCopy full SHA for 850488a
test/parse/test_processing_instruction.rb
@@ -82,7 +82,7 @@ def test_after_root
82
def test_linear_performance_gt
83
seq = [10000, 50000, 100000, 150000, 200000]
84
assert_linear_performance(seq, rehearsal: 10) do |n|
85
- REXML::Document.new('<?xml version="1.0" ' + ">" * n + ' ?>')
+ REXML::Document.new("<?xml version=\"1.0\" " + ">" * n + " ?>")
86
end
87
88
0 commit comments