diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-30 15:08:03 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-09-30 15:08:03 -0700 |
commit | 9306ea64be1a720a3f237e885137e1689ef054d0 (patch) | |
tree | 16f1ddbe51a1697b8d5f2c75fdbd03f00dae8395 /test | |
parent | e16d9da05cd2d9f4d1a655d3bd65c3e8e0e21446 (diff) | |
download | psych-9306ea64be1a720a3f237e885137e1689ef054d0.zip |
testing integers before floats
Diffstat (limited to 'test')
-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 e70713c..9a074e1 100644 --- a/test/visitors/test_yast_builder.rb +++ b/test/visitors/test_yast_builder.rb @@ -41,6 +41,7 @@ module Psych def test_list assert_round_trip(%w{ a b }) + assert_round_trip([1, 2.2]) end def test_symbol |