From 1ecabe15cca7df942f9b3a8684145c5b8e3f0dda Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 30 Sep 2009 09:53:54 -0700 Subject: symbol round trip --- test/visitors/test_yast_builder.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/visitors/test_yast_builder.rb') diff --git a/test/visitors/test_yast_builder.rb b/test/visitors/test_yast_builder.rb index bcf0cd2..91eef1c 100644 --- a/test/visitors/test_yast_builder.rb +++ b/test/visitors/test_yast_builder.rb @@ -10,6 +10,7 @@ module Psych def test_scalar assert_round_trip 'foo' + assert_round_trip ':foo' assert_round_trip '' end @@ -36,6 +37,10 @@ module Psych assert_round_trip(%w{ a b }) end + def test_symbol + assert_round_trip :foo + end + # http://yaml.org/type/null.html def test_nil assert_round_trip nil -- cgit v1.2.3