[macruby-changes] [1065] MacRuby/branches/experimental/test_roxor.rb

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 22 14:30:05 PDT 2009


Revision: 1065
          http://trac.macosforge.org/projects/ruby/changeset/1065
Author:   lsansonetti at apple.com
Date:     2009-03-22 14:30:05 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
added another failing test

Modified Paths:
--------------
    MacRuby/branches/experimental/test_roxor.rb

Modified: MacRuby/branches/experimental/test_roxor.rb
===================================================================
--- MacRuby/branches/experimental/test_roxor.rb	2009-03-22 21:28:36 UTC (rev 1064)
+++ MacRuby/branches/experimental/test_roxor.rb	2009-03-22 21:30:05 UTC (rev 1065)
@@ -314,6 +314,8 @@
   assert ':ok', "a, b, c = [1, 2]; p :ok if a == 1 and b == 2 and c == nil"
   assert ':ok', "a, b, c = nil; p :ok if a == nil and b == nil and c == nil"
 
+  assert ':ok', '* = 1,2; p :ok'
+
   # TODO add more multiple assignments test
 
   assert '42', "a=[20]; a[0] += 22; p a[0]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090322/e2de8dc1/attachment-0001.html>


More information about the macruby-changes mailing list