Skip to content

Commit ceb2297

Browse files
author
Onno van der Zee
committed
fix test
1 parent 56f04c2 commit ceb2297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/css/Validation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,8 @@
840840
],
841841

842842
invalid: {
843-
"70rad" : "Expected (<glyph-angle> | inherit) but found '70rad'.",
844-
"4grad" : "Expected (<glyph-angle> | inherit) but found '4grad'."
843+
"70rad" : "Expected (auto | <glyph-angle> | inherit) but found '70rad'.",
844+
"4grad" : "Expected (auto | <glyph-angle> | inherit) but found '4grad'."
845845
}
846846
}));
847847

0 commit comments

Comments
 (0)