summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 13:05:02 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 13:05:02 +0000
commit806dd30fe2134f15c6b989e63c3613db0d791881 (patch)
tree575c209a7575e1016866b4f0f222cbd2187daa4a
parenta41ab7b3b6389da755eeccf429c9ca24f2ef903f (diff)
* test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
Extern ID -> ExternalID ^^ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--test/rexml/test_notationdecl_parsetest.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c23a75b1..a7bf710034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 31 22:04:36 2013 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.
+ Extern ID ->
+ ExternalID
+ ^^
+
Wed Jul 31 22:01:36 2013 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_notationdecl_parsetest.rb: Add tests that focus
diff --git a/test/rexml/test_notationdecl_parsetest.rb b/test/rexml/test_notationdecl_parsetest.rb
index e46e66e1bb..25baf1f551 100644
--- a/test/rexml/test_notationdecl_parsetest.rb
+++ b/test/rexml/test_notationdecl_parsetest.rb
@@ -23,7 +23,7 @@ class TestNotationDecl < Test::Unit::TestCase
end
end
- class TestExternID < self
+ class TestExternalID < self
class TestPublic < self
class TestPublicIDLiteral < self
def test_single_quote