Fix unit test for #2215

This commit is contained in:
Kijin Sung 2023-11-25 22:33:53 +09:00
parent 1bf03c101e
commit 4a2ea92f07

View file

@ -211,7 +211,7 @@ class TemplateParserV1Test extends \Codeception\Test\Unit
// issue 512 - ignores <marquee>
array(
'<div class="topimgContex"><marquee direction="up" scrollamount="1" height="130" loop="infinity" behavior="lscro">{$lang->sl_show_topimgtext}</marquee></div>',
'?><div class="topimgContex"><marquee direction="up" scrollamount="1" height="130" loop="infinity" behavior="lscro"><?php echo $__Context->lang->sl_show_topimgtext ?? \'\' ?></marquee></div>'
'?><div class="topimgContex"><marquee direction="up" scrollamount="1" height="130" loop="infinity" behavior="lscro"><?php echo $__Context->lang->sl_show_topimgtext ?></marquee></div>'
),
// issue 584
array(