mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/8713] Use \t in double quotes instead of tabs.
PHPBB3-8713
This commit is contained in:
parent
2c41b9062a
commit
4550fff55a
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class phpbb_type_cast_helper_test extends phpbb_test_case
|
|||
|
||||
public function test_nested_untrimmed_recursive_set_var()
|
||||
{
|
||||
$data = array(' eviL<3 ');
|
||||
$expected = array(' eviL<3 ');
|
||||
$data = array(" eviL<3\t\t");
|
||||
$expected = array(" eviL<3\t\t");
|
||||
|
||||
$this->type_cast_helper->recursive_set_var($data, array(0 => ''), true, false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue