Changeset 61603 for trunk/tests/phpunit/tests/block-supports/duotone.php
- Timestamp:
- 02/09/2026 05:08:13 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/duotone.php
r61008 r61603 94 94 'css-var-spaces' => array( 'var(--wp--preset--duotone-- ', '' ), 95 95 'pipe-slug-spaces' => array( 'var:preset|duotone| ', '' ), 96 'array-of-colors' => array( array( '#000000', '#ffffff' ), '' ), 97 'empty-array' => array( array(), '' ), 96 98 ); 97 99 } … … 165 167 'css-var-missing-end-parenthesis' => array( 'var(--wp--preset--duotone--blue-orange', false ), 166 168 'invalid' => array( 'not a valid attribute', false ), 169 'array-of-colors' => array( array( '#000000', '#ffffff' ), false ), 170 'empty-array' => array( array(), false ), 167 171 ); 168 172 }
Note: See TracChangeset
for help on using the changeset viewer.