Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 1b7bf53

Browse files
committed
Modified Php tag tests to multiple php lines.
1 parent e1f8557 commit 1b7bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/TemplateSource/TagTests/Php/CompilePhpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testPHP_ALLOW_asp()
139139
if (ini_get('asp_tags')) {
140140
$this->assertEquals('aa hello world multiline ae', $content, 'allow <% %>');
141141
} else {
142-
$this->assertEquals("aa <% echo 'hello world';%> ae", $content, 'allow asp disabled <% %>');
142+
$this->assertEquals("aa <% echo 'hello world';\n echo ' multiline';%> ae", $content, 'allow asp disabled <% %>');
143143
}
144144
}
145145
/**

0 commit comments

Comments
 (0)