From 067b6e82376919a10f158237fe496fccbbc8150c Mon Sep 17 00:00:00 2001 From: xibbar Date: Wed, 4 Jul 2012 04:42:35 +0000 Subject: Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA * lib/cgi/util.rb: revert 36299: ' is XML specification. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/cgi/test_cgi_util.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/cgi/test_cgi_util.rb b/test/cgi/test_cgi_util.rb index 5b43732476..a291d47f99 100644 --- a/test/cgi/test_cgi_util.rb +++ b/test/cgi/test_cgi_util.rb @@ -53,8 +53,4 @@ class CGIUtilTest < Test::Unit::TestCase assert_equal("\n\t\n\t\n\n",CGI::pretty("","\t")) end - def test_cgi_unescapeHTML - assert_equal(CGI::unescapeHTML("'&"><"),"'&\"><") - end - end -- cgit v1.2.3