From 4ac48d9e6ca3c1cd9795fdb31a5f10dc637031b8 Mon Sep 17 00:00:00 2001 From: Tim Nagel Date: Wed, 13 Jun 2012 08:07:25 +1000 Subject: [PATCH] Added failing YAML inline string to tests --- src/Symfony/Component/Yaml/Tests/InlineTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Yaml/Tests/InlineTest.php b/src/Symfony/Component/Yaml/Tests/InlineTest.php index e33556df11..1714945dfc 100644 --- a/src/Symfony/Component/Yaml/Tests/InlineTest.php +++ b/src/Symfony/Component/Yaml/Tests/InlineTest.php @@ -115,6 +115,7 @@ class InlineTest extends \PHPUnit_Framework_TestCase "'foo#bar'" => 'foo#bar', "'foo # bar'" => 'foo # bar', "'#cfcfcf'" => '#cfcfcf', + '::form_base.html.twig' => '::form_base.html.twig', '2007-10-30' => mktime(0, 0, 0, 10, 30, 2007), '2007-10-30T02:59:43Z' => gmmktime(2, 59, 43, 10, 30, 2007),