Skip to content

Commit 58ef563

Browse files
committed
tests
1 parent 0c06f6e commit 58ef563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/tests/html-api/wpCssCompoundSelectorList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ public static function data_attribute_selectors(): array {
366366
'Invalid: [att s]' => array( '[att s]' ),
367367
"Invalid: [att='val\\n']" => array( "[att='val\n']" ),
368368
'Invalid: [att=val i ' => array( '[att=val i ' ),
369+
'Invalid: [att="val"ix' => array( '[att="val"ix' ),
369370
);
370371
}
371372

0 commit comments

Comments
 (0)