- Timestamp:
- 09/04/2025 02:38:15 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlTagProcessorModifiableText.php
r59250 r60706 491 491 'SCRIPT with </script>' => array( '<script>Replace me</script>', 'Just a </script>' ), 492 492 'SCRIPT with </script attributes>' => array( '<script>Replace me</script>', 'before</script id=sneak>after' ), 493 'SCRIPT with "<script " opener' => array( '<script>Replace me</script>', '<!--<script ' ), 493 494 ); 494 495 }
Note: See TracChangeset
for help on using the changeset viewer.