mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-01 08:54:26 +02:00
add unit test and changelog
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
- remove whitespaces after comments https://github.com/smarty-php/smarty/issues/447
|
||||||
- fix foreachelse on arrayiterators https://github.com/smarty-php/smarty/issues/506
|
- fix foreachelse on arrayiterators https://github.com/smarty-php/smarty/issues/506
|
||||||
|
|
||||||
===== 3.1.34 release ===== 05.11.2019
|
===== 3.1.34 release ===== 05.11.2019
|
||||||
|
@@ -76,7 +76,7 @@ class CompileStripTest extends PHPUnit_Smarty
|
|||||||
array("{'Var'}\n <b></b> <c></c>", 'Var<b></b> <c></c>', '', $i ++),
|
array("{'Var'}\n <b></b> <c></c>", 'Var<b></b> <c></c>', '', $i ++),
|
||||||
array("\n<b></b> <c></c>", '<b></b> <c></c>', '', $i ++),
|
array("\n<b></b> <c></c>", '<b></b> <c></c>', '', $i ++),
|
||||||
array("\n<b></b>\n <c></c>", '<b></b><c></c>', '', $i ++),
|
array("\n<b></b>\n <c></c>", '<b></b><c></c>', '', $i ++),
|
||||||
|
array("\n<b>\n {* a comment *}\n <c>", '<b><c>', '', $i ++),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user