Changeset 57987 for trunk/tests/phpunit/tests/interactivity-api/wpInteractivityAPIDirectivesProcessor.php
- Timestamp:
- 04/12/2024 05:45:23 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/interactivity-api/wpInteractivityAPIDirectivesProcessor.php
r57649 r57987 422 422 } 423 423 424 // Test an up ercase tag.424 // Test an uppercase tag. 425 425 $content = '<IMG src="example.jpg">'; 426 426 $p = new WP_Interactivity_API_Directives_Processor( $content ); … … 782 782 /** 783 783 * Tests that skip_to_tag_closer skips to the next tag, 784 * independ ant of the content.784 * independent of the content. 785 785 * 786 786 * @ticket 60517
Note: See TracChangeset
for help on using the changeset viewer.