Skip to content

Commit 0583ef4

Browse files
committed
MC-41412: Improve inline translation.
1 parent 623d9a2 commit 0583ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/Filter/Test/Unit/Input/MaliciousCodeTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public function filterDataProvider()
118118
'',
119119
'<?= "test" ?>',
120120
'',
121+
'<? ="test" ?>',
122+
'',
121123
],
122124
];
123125
}

0 commit comments

Comments
 (0)