mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
Modified Php tag tests to multiple php lines.
This commit is contained in:
@@ -139,7 +139,7 @@ public function testPHP_REMOVE_php()
|
||||
if (ini_get('asp_tags')) {
|
||||
$this->assertEquals('aa hello world multiline ae', $content, 'allow <% %>');
|
||||
} else {
|
||||
$this->assertEquals("aa <% echo 'hello world';%> ae", $content, 'allow asp disabled <% %>');
|
||||
$this->assertEquals("aa <% echo 'hello world';\n echo ' multiline';%> ae", $content, 'allow asp disabled <% %>');
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user