bug #20018 [VarDumper] Fix test (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[VarDumper] Fix test

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

ae118e7 [VarDumper] Fix test
This commit is contained in:
Fabien Potencier 2016-09-21 13:53:02 -07:00
commit 8acf80f24d

View File

@ -31,9 +31,9 @@ class __TwigTemplate_VarDumperFixture_u75a09 extends Twig_Template
public function getSource()
{
return '';
return " foo bar
twig source
";
}
}
/* foo bar*/
/* twig source*/
/* */