Fix: comments parsing

This commit is contained in:
bzick
2013-05-30 22:41:58 +04:00
parent dad1a0ba73
commit 15744665a5
3 changed files with 33 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class TestCase extends \PHPUnit_Framework_TestCase {
}
$this->cytro = Cytro::factory(CYTRO_RESOURCES.'/template', CYTRO_RESOURCES.'/compile');
$this->cytro->addModifier('dots', __CLASS__.'::dots');
$this->cytro->addModifier('dots', __CLASS__.'::concat');
$this->cytro->addModifier('concat', __CLASS__.'::concat');
}
public static function dots($value) {