From b847262c8fd07d520a048821154adfad0935c747 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Jan 2004 02:39:03 +0000 Subject: [PATCH] * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}): fix syntax error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- test/yaml/test_yaml.rb | 8 +++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08db8688f1..eec6649524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 13 11:38:58 2004 Nobuyoshi Nakada + + * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}): + fix syntax error. + Tue Jan 13 07:52:40 2004 why the lucky stiff * ext/syck/bytecode.c: turn off default implicit typing. @@ -11,7 +16,7 @@ Tue Jan 13 07:52:40 2004 why the lucky stiff Tue Jan 13 04:29:52 2004 Dave Thomas - * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff): + * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff): Show fully-qualified class names in class list. Tue Jan 13 01:24:17 2004 Yukihiro Matsumoto diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb index 674ecf8888..cdd678cf81 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 }, <