From 7ffd82b2b937a5b4958acd399c6ed36b5d57e140 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 13 Apr 2020 22:03:43 +0200 Subject: [PATCH] Removed unit test from TODO.md as we have implemented it here --- TODO.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/TODO.md b/TODO.md index 95896157..e6b4a0af 100644 --- a/TODO.md +++ b/TODO.md @@ -1,18 +1,5 @@ # Todo -## Add unit test for strip issue in correct branch -tests/UnitTests/TemplateSource/TagTests/Strip/CompileStripTest.php -``` -@@ -76,6 +76,7 @@ class CompileStripTest extends PHPUnit_Smarty - array("{'Var'}\n ", 'Var ', '', $i ++), - array("\n ", ' ', '', $i ++), - array("\n\n ", '', '', $i ++), -+ array("\n\n {* a comment *}\n ", '', '', $i ++), - - ); - } -``` - ## Add unit test for isset issue in correct branch tests/UnitTests/TemplateSource/ValueTests/PHPfunctions/PhpFunctionTest.php ```php