mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
remove an un-finished test
This commit is contained in:
parent
3710a50e41
commit
9bebfa9a61
@ -952,13 +952,4 @@ class HandlebarsTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertEquals("'(test)'Test.", $engine->render("{{test '(test)'}}", array()));
|
||||
$this->assertEquals("')'Test.Test.", $engine->render("{{test (test ')')}}", array()));
|
||||
}
|
||||
|
||||
/**
|
||||
* Delimiter change test
|
||||
*/
|
||||
public function testDelimiterChange()
|
||||
{
|
||||
$engine = new \Handlebars\Handlebars();
|
||||
//$engine->set
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user