testsuite: Add test for latest commit

This commit is contained in:
Benjamin Otte 2014-06-16 22:20:08 +02:00
parent aa6652aac7
commit aeac92a497
4 changed files with 9 additions and 0 deletions

View File

@ -320,6 +320,9 @@ test_data = \
no-semicolon.ref.css \
nth-child.css \
nth-child.ref.css \
property-name-errors.css \
property-name-errors.errors \
property-name-errors.ref.css \
pseudo-classes-unknown.css \
pseudo-classes-unknown.errors \
pseudo-classes-unknown.ref.css \

View File

@ -0,0 +1,4 @@
* {
nonexisting-property: something;
-gtk-nonexisting-property: "something else";
}

View File

@ -0,0 +1,2 @@
property-name-errors.css:2: error: GTK_CSS_PROVIDER_ERROR_NAME
property-name-errors.css:3: error: GTK_CSS_PROVIDER_ERROR_NAME