Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Aug 3, 2022
1 parent 9d2fded commit 44eec70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function test_combine_previously_added_css_rules() {
$a_lovely_processor->add_rules( $a_perfectly_lovely_rule );

$this->assertEquals(
'.a-lovely-rule,.a-lovelier-rule,.a-most-lovely-rule,.a-perfectly-lovely-rule{border-color: purple;}',
'.a-lovely-rule,.a-lovelier-rule,.a-most-lovely-rule,.a-perfectly-lovely-rule{border-color:purple;}',
$a_lovely_processor->get_css()
);
}
Expand Down

0 comments on commit 44eec70

Please sign in to comment.