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

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