Changeset 31065 for trunk/tests/phpunit/tests/post/slashes.php
- Timestamp:
- 01/07/2015 07:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/slashes.php
r25002 r31065 14 14 15 15 // it is important to test with both even and odd numbered slashes as 16 // kses does a strip-then-add slashes in some of it 's function calls16 // kses does a strip-then-add slashes in some of its function calls 17 17 $this->slash_1 = 'String with 1 slash \\'; 18 18 $this->slash_2 = 'String with 2 slashes \\\\';
Note: See TracChangeset
for help on using the changeset viewer.