diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:05:29 +0200 |
commit | 10fb7d17b2025de4963da8b0108fda4da36ade11 (patch) | |
tree | e408495939d1bd6f9e693cebb9dd54e767fedb49 /tests/codeigniter/core | |
parent | 3da611e5b4c9cda8d70975d638f6f05066e46bc4 (diff) |
[ci skip] Normalize tabs/spaces
Partial changes from PR #4016
Diffstat (limited to 'tests/codeigniter/core')
-rw-r--r-- | tests/codeigniter/core/Security_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Security_test.php b/tests/codeigniter/core/Security_test.php index 3acd2a598..bab76dffb 100644 --- a/tests/codeigniter/core/Security_test.php +++ b/tests/codeigniter/core/Security_test.php @@ -71,7 +71,7 @@ class Security_test extends CI_TestCase { $this->assertEquals("Hello, i try to [removed]alert('Hack');[removed] your site", $harmless_string); } - // -------------------------------------------------------------------- + // -------------------------------------------------------------------- public function test_xss_clean_string_array() { |