From 0c1139ea78dfe22834d916a45c76df1634d7bbcb Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 31 Jul 2013 13:53:35 +0000 Subject: * test/rexml/test_notationdecl_parsetest.rb: Fix typos in expected value. pubilc -> public ^^ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_notationdecl_parsetest.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rexml/test_notationdecl_parsetest.rb') diff --git a/test/rexml/test_notationdecl_parsetest.rb b/test/rexml/test_notationdecl_parsetest.rb index b9c4b22817..cd3576708d 100644 --- a/test/rexml/test_notationdecl_parsetest.rb +++ b/test/rexml/test_notationdecl_parsetest.rb @@ -46,14 +46,14 @@ class TestNotationDecl < Test::Unit::TestCase doctype = parse(<<-INTERNAL_SUBSET) INTERNAL_SUBSET - assert_equal("pubilc-id-literal", doctype.notation("name").public) + assert_equal("public-id-literal", doctype.notation("name").public) end def test_double_quote doctype = parse(<<-INTERNAL_SUBSET) INTERNAL_SUBSET - assert_equal("pubilc-id-literal", doctype.notation("name").public) + assert_equal("public-id-literal", doctype.notation("name").public) end end -- cgit v1.2.3