[limb-svn] r7049 - in 3.x/trunk/limb/macro: src/tags/core tests/cases/tags/core
svn at limb-project.com
svn at limb-project.com
Tue Jun 3 09:55:15 MSD 2008
Author: cmz
Date: 2008-06-03 09:55:15 +0400 (Tue, 03 Jun 2008)
New Revision: 7049
URL: http://fisheye.limb-project.com/changelog/limb/?cs=7049
Removed:
3.x/trunk/limb/macro/src/tags/core/comment.tag.php
3.x/trunk/limb/macro/tests/cases/tags/core/lmbMacroCommentTagTest.class.php
Log:
-- removed macro-tag {{comment}}
Deleted: 3.x/trunk/limb/macro/src/tags/core/comment.tag.php
===================================================================
--- 3.x/trunk/limb/macro/src/tags/core/comment.tag.php 2008-06-02 18:32:45 UTC (rev 7048)
+++ 3.x/trunk/limb/macro/src/tags/core/comment.tag.php 2008-06-03 05:55:15 UTC (rev 7049)
@@ -1,19 +0,0 @@
-<?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com
- * @copyright Copyright © 2004-2008 BIT(http://bit-creative.com)
- * @license LGPL http://www.gnu.org/copyleft/lesser.html
- */
-
-/**
- * class lmbMacroCommentTag.
- * @tag comment
- * @aliases *
- * @package macro
- * @version $Id$
- */
-class lmbMacroCommentTag extends lmbMacroPassiveTag
-{
-}
Deleted: 3.x/trunk/limb/macro/tests/cases/tags/core/lmbMacroCommentTagTest.class.php
===================================================================
--- 3.x/trunk/limb/macro/tests/cases/tags/core/lmbMacroCommentTagTest.class.php 2008-06-02 18:32:45 UTC (rev 7048)
+++ 3.x/trunk/limb/macro/tests/cases/tags/core/lmbMacroCommentTagTest.class.php 2008-06-03 05:55:15 UTC (rev 7049)
@@ -1,31 +0,0 @@
-<?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com
- * @copyright Copyright © 2004-2008 BIT(http://bit-creative.com)
- * @license LGPL http://www.gnu.org/copyleft/lesser.html
- */
-
-class lmbMacroCommentTagTest extends lmbBaseMacroTest
-{
- function testComment()
- {
- $template = "before{{comment}}comment{{/comment}}after";
-
- $page = $this->_createMacroTemplate($template, 'tpl.html');
-
- $this->assertEqual($page->render(), "beforeafter");
- }
-
- function testAliasComment()
- {
- $template = "before{{*}}comment{{/*}}after";
-
- $page = $this->_createMacroTemplate($template, 'tpl.html');
-
- $this->assertEqual($page->render(), "beforeafter");
- }
-
-}
-?>
\ No newline at end of file
More information about the limb-svn
mailing list