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_symbol.rb
require 'helper' module Syck class TestSymbol < Test::Unit::TestCase def test_to_yaml assert_equal :a, Syck.load(:a.to_yaml) end def test_dump assert_equal :a, Syck.load(Syck.dump(:a)) end def test_stringy assert_equal :"1", Syck.load(Syck.dump(:"1")) end def test_load_quoted assert_equal :"1", Syck.load("--- :'1'\n") end end end
Copyright ©2021 || Defacer Indonesia