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

ruby-changes:3603

From: ko1@a...
Date: Fri, 18 Jan 2008 01:55:16 +0900 (JST)
Subject: [ruby-changes:3603] nobu - Ruby:r15092 (trunk): * bootstraptest/test_attr.rb: added for .

nobu	2008-01-18 01:53:48 +0900 (Fri, 18 Jan 2008)

  New Revision: 15092

  Added files:
    trunk/bootstraptest/test_attr.rb

  Log:
    * bootstraptest/test_attr.rb: added for [ruby-core:15120].

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_attr.rb?revision=15092&view=markup
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_attr.rb?r1=15092&r2=15091&diff_format=u

Index: bootstraptest/test_attr.rb
===================================================================
--- bootstraptest/test_attr.rb	(revision 0)
+++ bootstraptest/test_attr.rb	(revision 15092)
@@ -0,0 +1,10 @@
+assert_equal %{ok}, %{
+  class A
+    attr :m
+  end
+  begin
+    A.new.m(3)
+  rescue ArgumentError => e
+    print "ok"
+  end
+}, '[ruby-core:15120]'

Property changes on: bootstraptest/test_attr.rb
___________________________________________________________________
Name: svn:eol-style
   + LF
Name: svn:keywords
   + Author Id Revision


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

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