mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-05 03:13:07 +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()));
|
||||||
$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