From 224a3c26b4fe7dc689a7267e21a0d1a32b736499 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Jan 2004 02:39:03 +0000 Subject: * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}): fix syntax error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/yaml/test_yaml.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb index 674ecf888..cdd678cf8 100644 --- a/test/yaml/test_yaml.rb +++ b/test/yaml/test_yaml.rb @@ -443,7 +443,7 @@ hexadecimal: 0xC EOY ) assert_parse_only( - { 'canonical' => 685230, 'decimal' => 685230, 'octal' => '02472256'.oct, 'hexadecimal' => '0x0A74AE'.hex, 'sexagesimal' => 685230 }, < 685230, 'decimal' => 685230, 'octal' => 02472256, 'hexadecimal' => 0x0A74AE, 'sexagesimal' => 685230 }, < 1230.15, 'exponential' => 1230.15, 'fixed' => 1230.15, - 'negative infinity' => -1.0/0.0 }, < -1.0/0.0 }, <