Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 213fb15

Browse files
committed
Test long comment
1 parent 82c7b8d commit 213fb15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UnitTests/TemplateSource/Comments/CommentsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ public function testTextComment4()
8282
$tpl = $this->smarty->createTemplate("eval:I{* multi \nline *}\nJ");
8383
$this->assertEquals("I\nJ", $this->smarty->fetch($tpl));
8484
}
85+
public function testTextComment5()
86+
{
87+
$tpl = $this->smarty->createTemplate("longcomment.tpl");
88+
$this->assertEquals("I\nJ", $this->smarty->fetch($tpl));
89+
}
8590
}

0 commit comments

Comments
 (0)