Revision
1065
Author
lsansonetti@apple.com
Date
2009-03-22 14:30:05 -0700 (Sun, 22 Mar 2009)

Log Message

added another failing test

Modified Paths

Diff

Modified: MacRuby/branches/experimental/test_roxor.rb (1064 => 1065)


--- 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]"