Skip to content

Commit 51ad129

Browse files
committed
Generic/DisallowShortOpenTag: add comment with more details about a test
1 parent 856fa77 commit 51ad129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.3.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ echo '<?';
1616
Some content <? echo $var; ?> Some longer content to trigger snippet clipping
1717

1818
// Only recognize closing tag after opener.
19+
// The test below must be the last test in the file because there must be no PHP close tag after it.
1920
Some?> content <?

0 commit comments

Comments
 (0)