Added failing YAML inline string to tests

This commit is contained in:
Tim Nagel 2012-06-13 08:07:25 +10:00
parent 37550d23c6
commit 4ac48d9e6c

View File

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