Sha256: 4d5910d3f0b1b097cedd244b43b687662a4c37e41dd05ebd8d42337cd58d913f
Contents?: true
Size: 382 Bytes
Versions: 18
Compression:
Stored size: 382 Bytes
Contents
require_relative 'helper' module Psych class TestSymbol < TestCase def test_cycle_empty assert_cycle :'' end def test_cycle_colon assert_cycle :':' end def test_cycle assert_cycle :a end def test_stringy assert_cycle :"1" end def test_load_quoted assert_equal :"1", Psych.load("--- :'1'\n") end end end
Version data entries
18 entries across 18 versions & 2 rubygems