Skip to content

Commit a27b3b2

Browse files
committed
tests
1 parent 631bc45 commit a27b3b2

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)