Skip to content

Commit 255e029

Browse files
committed
Add another test case
1 parent 5f4cb84 commit 255e029

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Magento2/Tests/PHP/ShortEchoSyntaxUnitTest.inc

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
<?php $foo = bar; ?>
44

55
<?php echo "foo" ?>
6+
7+
<?php /* @noEscape */ echo 'baz'; ?>

Magento2/Tests/PHP/ShortEchoSyntaxUnitTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function getWarningList()
2424
{
2525
return [
2626
5 => 1,
27+
7 => 1,
2728
];
2829
}
2930
}

0 commit comments

Comments
 (0)