We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c06f6e commit 58ef563Copy full SHA for 58ef563
tests/phpunit/tests/html-api/wpCssCompoundSelectorList.php
@@ -366,6 +366,7 @@ public static function data_attribute_selectors(): array {
366
'Invalid: [att s]' => array( '[att s]' ),
367
"Invalid: [att='val\\n']" => array( "[att='val\n']" ),
368
'Invalid: [att=val i ' => array( '[att=val i ' ),
369
+ 'Invalid: [att="val"ix' => array( '[att="val"ix' ),
370
);
371
}
372
0 commit comments