diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-30 17:17:57 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-30 17:17:57 -0700 |
commit | b1cec69c840b12bb6351a40b9a97ebac029b1b6e (patch) | |
tree | c82fa89001896a27a5e008f57893cb4ff4414e75 /test/visitors/test_yast_builder.rb | |
parent | 69037516509239cc9f700265b1579ccd92eafead (diff) | |
download | psych-b1cec69c840b12bb6351a40b9a97ebac029b1b6e.zip |
symbols must be longer
Diffstat (limited to 'test/visitors/test_yast_builder.rb')
-rw-r--r-- | test/visitors/test_yast_builder.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/visitors/test_yast_builder.rb b/test/visitors/test_yast_builder.rb index ec74462..d00a21c 100644 --- a/test/visitors/test_yast_builder.rb +++ b/test/visitors/test_yast_builder.rb @@ -24,6 +24,7 @@ module Psych assert_round_trip 'foo' assert_round_trip ':foo' assert_round_trip '' + assert_round_trip ':' end def test_boolean |