aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/xref_data.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-26 05:56:26 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-26 05:56:26 +0000
commit98c7058bf7b3eab91c62a77cb10b09f6c8ed368e (patch)
treea90e594c950a1e3160a69f90a9e6215242937ef7 /test/rdoc/xref_data.rb
parentee83dc3fe49ac23321a055a2a4b337499d2494eb (diff)
downloadruby-98c7058bf7b3eab91c62a77cb10b09f6c8ed368e.tar.gz
Merge RDoc 6.0.3 from upstream.
It fixed the several bugs that was found after RDoc 6 releasing. From: SHIBATA Hiroshi <hsbt@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/xref_data.rb')
-rw-r--r--test/rdoc/xref_data.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rdoc/xref_data.rb b/test/rdoc/xref_data.rb
index bc20d8ed91..d002b422f9 100644
--- a/test/rdoc/xref_data.rb
+++ b/test/rdoc/xref_data.rb
@@ -94,6 +94,13 @@ class C7
CONST_NODOC = :const_nodoc # :nodoc:
end
+class C8
+ class << self
+ class S1
+ end
+ end
+end
+
module M1
def m
end