From 4a2ea92f077dfee7c51b6937ceff4c23720e1dc4 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 25 Nov 2023 22:33:53 +0900 Subject: [PATCH] Fix unit test for #2215 --- tests/unit/framework/parsers/TemplateParserV1Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/framework/parsers/TemplateParserV1Test.php b/tests/unit/framework/parsers/TemplateParserV1Test.php index c5e7b4532..519ae9308 100644 --- a/tests/unit/framework/parsers/TemplateParserV1Test.php +++ b/tests/unit/framework/parsers/TemplateParserV1Test.php @@ -211,7 +211,7 @@ class TemplateParserV1Test extends \Codeception\Test\Unit // issue 512 - ignores array( '
{$lang->sl_show_topimgtext}
', - '?>
lang->sl_show_topimgtext ?? \'\' ?>
' + '?>
lang->sl_show_topimgtext ?>
' ), // issue 584 array(