summaryrefslogtreecommitdiffstats
path: root/test/rdoc/test_rdoc_c_parser.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-26 16:14:19 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-26 16:14:19 +0000
commita227ca4d038da262386511db9f1299e76cf6b9b4 (patch)
tree2ea8c0381d5d491a5f46e210239e1494df57d240 /test/rdoc/test_rdoc_c_parser.rb
parent89cc07c8ed14728ece28ad6599bb334cd7342397 (diff)
downloadruby-a227ca4d038da262386511db9f1299e76cf6b9b4.tar.gz
ruby-a227ca4d038da262386511db9f1299e76cf6b9b4.tar.xz
ruby-a227ca4d038da262386511db9f1299e76cf6b9b4.zip
Import RDoc 2.0.0 r56.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/test_rdoc_c_parser.rb')
-rw-r--r--test/rdoc/test_rdoc_c_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_c_parser.rb b/test/rdoc/test_rdoc_c_parser.rb
index ef686daed..6cbb2c92d 100644
--- a/test/rdoc/test_rdoc_c_parser.rb
+++ b/test/rdoc/test_rdoc_c_parser.rb
@@ -226,7 +226,7 @@ VALUE foo = rb_define_class("Foo", rb_cObject);
assert_equal " \n a comment for class Foo\n ", klass.comment
end
- def test_find_class_comment_define_class
+ def test_find_class_comment_define_class_Init_Foo
content = <<-EOF
/*
* a comment for class Foo on Init