Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
  • Loading branch information
Watson1978 and otegami committed Jul 24, 2024
1 parent 8b42c31 commit 8b245cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse/test_entity_declaration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def test_no_quote
DETAIL
end

def test_invalid_pubid_char
def test_prohibited_pubid_character
exception = assert_raise(REXML::ParseException) do
# U+3042 HIRAGANA LETTER A
REXML::Document.new("<!DOCTYPE root [<!ENTITY % valid-name PUBLIC \"\u3042\" \"valid-system-literal\">]>")
Expand Down

0 comments on commit 8b245cb

Please sign in to comment.