[macruby-changes] [2809] MacRuby/trunk/test_vm/constant.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 14 23:37:12 PDT 2009


Revision: 2809
          http://trac.macosforge.org/projects/ruby/changeset/2809
Author:   lsansonetti at apple.com
Date:     2009-10-14 23:37:10 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
added one failing test

Modified Paths:
--------------
    MacRuby/trunk/test_vm/constant.rb

Modified: MacRuby/trunk/test_vm/constant.rb
===================================================================
--- MacRuby/trunk/test_vm/constant.rb	2009-10-15 02:43:28 UTC (rev 2808)
+++ MacRuby/trunk/test_vm/constant.rb	2009-10-15 06:37:10 UTC (rev 2809)
@@ -127,3 +127,13 @@
   end
   Foo.new.hey
 }
+
+assert '42', %{
+  module Foo; end
+  module Foo::Bar
+    FOO=42
+    class X
+      p FOO
+    end
+  end
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091014/ba133e89/attachment.html>


More information about the macruby-changes mailing list