--TEST-- Adjacent selector --CSS-- a + b {display: inherit;} --EXPECT-- array ( 'a + b' => array ( 'display' => 'inherit', ), )