We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93d790 commit be86b3dCopy full SHA for be86b3d
test/parse/test_attribute_list_declaration.rb
@@ -7,7 +7,7 @@ module REXMLTests
7
class TestParseAttributeListDeclaration < Test::Unit::TestCase
8
include Test::Unit::CoreAssertions
9
10
- def test_linear_performance_gt
+ def test_linear_performance_space
11
seq = [10000, 50000, 100000, 150000, 200000]
12
assert_linear_performance(seq, rehearsal: 10) do |n|
13
REXML::Document.new("<!DOCTYPE schema SYSTEM \"foo.dtd\" [<!ATTLIST " +
0 commit comments