aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_knownbug.rb
blob: 114916710c79e7d9491fe98eda7bcb4854dc4668 (plain)
1
2
3
4
5
6
7
8
9
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

# massign
assert_equal '[0,1,{2=>3}]', '[0,*[1],2=>3]', "[ruby-dev:31592]"