Changeset 53562 for trunk/tests/phpunit/tests/formatting/balanceTags.php
- Timestamp:
- 06/23/2022 08:27:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/balanceTags.php
r53205 r53562 3 3 /** 4 4 * @group formatting 5 * 6 * @covers ::balanceTags 5 7 */ 6 8 class Tests_Formatting_BalanceTags extends WP_UnitTestCase { … … 79 81 * These are valid custom elements but we don't support them yet. 80 82 * 81 * @see https:// html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name83 * @see https://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name 82 84 */ 83 85 public function unsupported_valid_tag_names() {
Note: See TracChangeset
for help on using the changeset viewer.