mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44: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')) {
|
if (ini_get('asp_tags')) {
|
||||||
$this->assertEquals('aa hello world multiline ae', $content, 'allow <% %>');
|
$this->assertEquals('aa hello world multiline ae', $content, 'allow <% %>');
|
||||||
} else {
|
} 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