Revision
3106
Author
eloy.de.enige@gmail.com
Date
2009-12-12 05:22:12 -0800 (Sat, 12 Dec 2009)

Log Message

Add test_vm test that shows a hash isn't always ordered.

Added Paths

Diff

Added: MacRuby/trunk/test_vm/hash.rb (0 => 3106)


--- MacRuby/trunk/test_vm/hash.rb	                        (rev 0)
+++ MacRuby/trunk/test_vm/hash.rb	2009-12-12 13:22:12 UTC (rev 3106)
@@ -0,0 +1 @@
+assert "lettuce\nbacon", '{:main_ingredient => "lettuce", :total => "bacon"}.each { |_,v| puts v }'
\ No newline at end of file