mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
45222164dc
commit
bd2b8d2603
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Aug 11 19:11:45 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
|
||||
|
||||
Sun Aug 11 19:06:03 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fix
|
||||
|
|
|
@ -14,7 +14,7 @@ class TestSAX2Parser < Test::Unit::TestCase
|
|||
XML
|
||||
end
|
||||
|
||||
class TestEntityDecl < self
|
||||
class TestEntityDeclaration < self
|
||||
class Listener
|
||||
include REXML::SAX2Listener
|
||||
attr_reader :entity_declarations
|
||||
|
|
Loading…
Reference in a new issue