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

ruby-changes:30232

From: kou <ko1@a...>
Date: Wed, 31 Jul 2013 22:05:15 +0900 (JST)
Subject: [ruby-changes:30232] kou:r42284 (trunk): * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.

kou	2013-07-31 22:05:02 +0900 (Wed, 31 Jul 2013)

  New Revision: 42284

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42284

  Log:
    * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
      Extern  ID ->
      ExternalID
            ^^

  Modified files:
    trunk/ChangeLog
    trunk/test/rexml/test_notationdecl_parsetest.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42283)
+++ ChangeLog	(revision 42284)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jul 31 22:04:36 2013  Kouhei Sutou  <kou@c...>
+
+	* test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
+	  Extern  ID ->
+	  ExternalID
+	        ^^
+
 Wed Jul 31 22:01:36 2013  Kouhei Sutou  <kou@c...>
 
 	* test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
Index: test/rexml/test_notationdecl_parsetest.rb
===================================================================
--- test/rexml/test_notationdecl_parsetest.rb	(revision 42283)
+++ test/rexml/test_notationdecl_parsetest.rb	(revision 42284)
@@ -23,7 +23,7 @@ class TestNotationDecl < Test::Unit::Tes https://github.com/ruby/ruby/blob/trunk/test/rexml/test_notationdecl_parsetest.rb#L23
     end
   end
 
-  class TestExternID < self
+  class TestExternalID < self
     class TestPublic < self
       class TestPublicIDLiteral < self
         def test_single_quote

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

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