[前][次][番号順一覧][スレッド一覧]

ruby-changes:15299

From: nobu <ko1@a...>
Date: Fri, 2 Apr 2010 14:40:52 +0900 (JST)
Subject: [ruby-changes:15299] Ruby:r27185 (trunk): * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdoc

nobu	2010-04-02 14:40:39 +0900 (Fri, 02 Apr 2010)

  New Revision: 27185

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27185

  Log:
    * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdoc
      as ruby.

  Modified files:
    trunk/test/rdoc/test_rdoc_parser.rb

Index: test/rdoc/test_rdoc_parser.rb
===================================================================
--- test/rdoc/test_rdoc_parser.rb	(revision 27184)
+++ test/rdoc/test_rdoc_parser.rb	(revision 27185)
@@ -55,7 +55,7 @@
     assert_equal @RP::Simple, @RP.can_parse(jtest_file_name)
 
     jtest_rdoc_file_name = File.expand_path '../test.ja.rdoc', __FILE__
-    assert_equal @RP::Simple, @RP.can_parse(jtest_rdoc_file_name)
+    assert_equal @RP::Ruby, @RP.can_parse(jtest_rdoc_file_name)
   end
 
   ##

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]