mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
[ticket/8713] Use \t in double quotes instead of tabs.
PHPBB3-8713
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user