[前][次][番号順一覧][スレッド一覧]

ruby-changes:47323

From: kou <ko1@a...>
Date: Fri, 28 Jul 2017 23:16:21 +0900 (JST)
Subject: [ruby-changes:47323] kou:r59439 (trunk): rexml: Remove needless document

kou	2017-07-28 23:16:17 +0900 (Fri, 28 Jul 2017)

  New Revision: 59439

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59439

  Log:
    rexml: Remove needless document
    
    [Fix GH-1671]
    
    Patch by madblobfish. Thanks!!!

  Modified files:
    trunk/lib/rexml/entity.rb
Index: lib/rexml/entity.rb
===================================================================
--- lib/rexml/entity.rb	(revision 59438)
+++ lib/rexml/entity.rb	(revision 59439)
@@ -4,8 +4,6 @@ require 'rexml/source' https://github.com/ruby/ruby/blob/trunk/lib/rexml/entity.rb#L4
 require 'rexml/xmltokens'
 
 module REXML
-  # God, I hate DTDs.  I really do.  Why this idiot standard still
-  # plagues us is beyond me.
   class Entity < Child
     include XMLTokens
     PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]