diff --git a/tests/UnitTests/TemplateSource/TagTests/SetFilter/CompileSetfilterTest.php b/tests/UnitTests/TemplateSource/TagTests/SetFilter/CompileSetfilterTest.php index f0cd25fa..89b187e5 100644 --- a/tests/UnitTests/TemplateSource/TagTests/SetFilter/CompileSetfilterTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/SetFilter/CompileSetfilterTest.php @@ -42,8 +42,8 @@ class CompileSetfilterTest extends PHPUnit_Smarty $this->smarty->setCaching(1); $tpl = $this->smarty->createTemplate('string:{$foo}{setfilter htmlspecialchars} {$foo}{$foo nocache}{setfilter escape:"mail"} {$foo}{$foo nocache}{/setfilter} {$foo}{/setfilter} {$foo}'); $tpl->assign('foo', ''); - $this->assertEquals( } -" <a@b.c><e@f.d> <a@b.c> ", $this->smarty->fetch($tpl)); + $this->assertEquals(" <a@b.c><e@f.d> <a@b.c> ", $this->smarty->fetch($tpl)); + } /** * @runInSeparateProcess * @preserveGlobalState disabled