Add parsing unit tests for mask shorthand

This commit is contained in:
Nazım Can Altınova 2016-09-27 13:15:55 +03:00
parent 564b003146
commit 17d99f6d5e
2 changed files with 123 additions and 0 deletions

View file

@ -33,5 +33,6 @@ macro_rules! assert_roundtrip {
mod basic_shape;
mod mask;
mod position;
mod selectors;