From 98e0d8fcc7cf6ed30510ff49b34f04bc02431725 Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 23 Jul 2024 11:53:25 +0900 Subject: [PATCH] Fix test name --- test/parse/test_entity_declaration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parse/test_entity_declaration.rb b/test/parse/test_entity_declaration.rb index a71e4764..a39f0655 100644 --- a/test/parse/test_entity_declaration.rb +++ b/test/parse/test_entity_declaration.rb @@ -43,7 +43,7 @@ def test_no_quote DETAIL end - def test_invalid_entity_value + def test_prohibited_character exception = assert_raise(REXML::ParseException) do REXML::Document.new(']>') end @@ -157,7 +157,7 @@ def test_no_quote DETAIL end - def test_invalid_entity_value + def test_prohibited_character exception = assert_raise(REXML::ParseException) do REXML::Document.new(']>') end