From 8b7cc14962ffefd297110e86ce7bc3263b2eb71e Mon Sep 17 00:00:00 2001 From: "fh-github@fholzhauer.de" Date: Mon, 26 Aug 2013 20:42:20 +0200 Subject: [PATCH] fixes fabpots comment at yaml pr#6 --- src/Symfony/Component/Yaml/Tests/InlineTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Yaml/Tests/InlineTest.php b/src/Symfony/Component/Yaml/Tests/InlineTest.php index a93b91612d..d3b1bf9a03 100644 --- a/src/Symfony/Component/Yaml/Tests/InlineTest.php +++ b/src/Symfony/Component/Yaml/Tests/InlineTest.php @@ -197,7 +197,6 @@ class InlineTest extends \PHPUnit_Framework_TestCase '.Inf' => -log(0), '-.Inf' => log(0), "'686e444'" => '686e444', - '.Inf' => 646e444, '"foo\r\nbar"' => "foo\r\nbar", "'foo#bar'" => 'foo#bar', "'foo # bar'" => 'foo # bar',