merged branch fabpot/moved_yaml_7 (PR #8872)

This PR was merged into the master branch.

Discussion
----------

fixes fabpots comment at yaml pr#6

Commits
-------

8b7cc14 fixes fabpots comment at yaml pr#6
This commit is contained in:
Fabien Potencier 2013-08-28 20:26:52 +02:00
commit 7f51252063

View File

@ -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',