Skip to content

Commit 98e0d8f

Browse files
committed
Fix test name
1 parent 7047bd8 commit 98e0d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parse/test_entity_declaration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_no_quote
4343
DETAIL
4444
end
4545

46-
def test_invalid_entity_value
46+
def test_prohibited_character
4747
exception = assert_raise(REXML::ParseException) do
4848
REXML::Document.new('<!DOCTYPE root [<!ENTITY valid-name "% &">]>')
4949
end
@@ -157,7 +157,7 @@ def test_no_quote
157157
DETAIL
158158
end
159159

160-
def test_invalid_entity_value
160+
def test_prohibited_character
161161
exception = assert_raise(REXML::ParseException) do
162162
REXML::Document.new('<!DOCTYPE root [<!ENTITY % valid-name "% &">]>')
163163
end

0 commit comments

Comments
 (0)