mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-30 16:07:13 +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
|
||||
|
||||
===== 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("\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>\n {* a comment *}\n <c>", '<b><c>', '', $i ++),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user