Changeset 47122 for trunk/tests/phpunit/tests/option/slashes.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/slashes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/slashes.php
r46586 r47122 9 9 function setUp() { 10 10 parent::setUp(); 11 // it is important to test with both even and odd numbered slashes as12 // kses does a strip-then-add slashes in some of its function calls11 // It is important to test with both even and odd numbered slashes, 12 // as KSES does a strip-then-add slashes in some of its function calls. 13 13 $this->slash_1 = 'String with 1 slash \\'; 14 14 $this->slash_2 = 'String with 2 slashes \\\\';
Note: See TracChangeset
for help on using the changeset viewer.