Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -75,7 +75,6 @@ void invalidCssProducesNoRules() {
assertNoRulesProduced.accept(".a :");
assertNoRulesProduced.accept(".a { .b }");
assertNoRulesProduced.accept(".a { .b : a; }");
assertNoRulesProduced.accept(".a { b : a }");

var s = cssParser.parse(inputFromString("#rule { c : d; }"));
assertTrue(s.idRules().containsKey("rule"));

0 comments on commit b627505

Please sign in to comment.