ruby--ruby/bootstraptest/test_marshal.rb

6 lines
84 B
Ruby

assert_normal_exit %q{
Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v})
}