summaryrefslogtreecommitdiff
path: root/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/rdoc_markup_to_html_crossref_reference.rb')
-rw-r--r--test/rdoc/rdoc_markup_to_html_crossref_reference.rb31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/rdoc/rdoc_markup_to_html_crossref_reference.rb b/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
new file mode 100644
index 0000000000..cbf6734b28
--- /dev/null
+++ b/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
@@ -0,0 +1,31 @@
+#
+# This file is parsed by test_rdoc_markup_to_html_crossref.rb
+# during its tests.
+#
+class Ref_Class1
+end
+
+class Ref_Class2
+ class Ref_Class3
+ def method
+ end
+
+ class Helper1
+ def method?
+ end
+ end
+ end
+end
+
+class Ref_Class3
+ class Helper1
+ end
+
+ class Helper2
+ end
+end
+
+class Ref_Class4
+ class Ref_Class4
+ end
+end