Skip to content

Commit

Permalink
Added failing YAML inline string to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
merk committed Jun 12, 2012
1 parent c634a6b commit fada541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/InlineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ protected function getTestsForParse()
"'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),
Expand Down

0 comments on commit fada541

Please sign in to comment.