[limb-svn] r6389 - 3.x/trunk/limb/view/tests/cases
svn at limb-project.com
svn at limb-project.com
Sun Oct 7 09:09:42 MSD 2007
Author: pachanga
Date: 2007-10-07 09:09:42 +0400 (Sun, 07 Oct 2007)
New Revision: 6389
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6389
Modified:
3.x/trunk/limb/view/tests/cases/lmbMacroViewTest.class.php
Log:
-- fixing lmbMacroViewTest according to latest output expression changes in MACRO
Modified: 3.x/trunk/limb/view/tests/cases/lmbMacroViewTest.class.php
===================================================================
--- 3.x/trunk/limb/view/tests/cases/lmbMacroViewTest.class.php 2007-10-05 21:04:49 UTC (rev 6388)
+++ 3.x/trunk/limb/view/tests/cases/lmbMacroViewTest.class.php 2007-10-07 05:09:42 UTC (rev 6389)
@@ -19,7 +19,7 @@
function testRenderSimpleVars()
{
- $tpl = $this->_createTemplate('{{$#hello}}{{$#again}}', 'test.phtml');
+ $tpl = $this->_createTemplate('{$#hello}{$#again}', 'test.phtml');
$view = $this->_createView($tpl);
$view->set('hello', 'Hello message!');
More information about the limb-svn
mailing list