Sha256: 9c58ac3ff253b7b72aeaf85923b10a375b6f3dabdaed42d9f572a8bf96423849
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/nilclass/op_fetch.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/nilclass/op_fetch.rb' require 'test/unit' class TCNilClass < Test::Unit::TestCase def test_op_fetch assert_equal( nil, nil[] ) assert_equal( nil, nil[1] ) assert_equal( nil, nil[1,2,3] ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-0.9.0 | test/lib/nano/nilclass/test_op_fetch.rb |