whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
usr
/
local
/
rvm
/
gems
/
ruby-2.1.10@system
/
gems
/
syck-1.4.0
/
test
/
Upload File:
files >> //proc/thread-self/root/usr/local/rvm/gems/ruby-2.1.10@system/gems/syck-1.4.0/test/test_null.rb
require 'helper' module Syck ### # Test null from YAML spec: # http://yaml.org/type/null.html class TestNull < Test::Unit::TestCase def test_null_list assert_equal [nil] * 5, Syck.load(<<-eoyml) --- - ~ - null - - Null - NULL eoyml end end end
Copyright ©2021 || Defacer Indonesia