diff --git a/tests/Tests/TranslatorTest.phpt b/tests/Tests/TranslatorTest.phpt index 2347cb02..8a5c2072 100644 --- a/tests/Tests/TranslatorTest.phpt +++ b/tests/Tests/TranslatorTest.phpt @@ -275,6 +275,7 @@ final class TranslatorTest extends TestAbstract Assert::exception(function () use ($latte): void { $latte->renderToString(FileMock::create('{translator}{_depth.message}{/translator}')); }, CompileException::class); + Assert::same('
Hello
', $latte->renderToString(FileMock::create('
{_//messages.hello}
'))); } public function test04(): void