Test long comment

This commit is contained in:
Uwe Tews
2015-05-23 18:48:27 +02:00
parent 15abaf4842
commit e3c82a8f06

View File

@@ -82,4 +82,9 @@ class CommentsTest extends PHPUnit_Smarty
$tpl = $this->smarty->createTemplate("eval:I{* multi \nline *}\nJ");
$this->assertEquals("I\nJ", $this->smarty->fetch($tpl));
}
public function testTextComment5()
{
$tpl = $this->smarty->createTemplate("longcomment.tpl");
$this->assertEquals("I\nJ", $this->smarty->fetch($tpl));
}
}