forked from AuroraMiddleware/gtk
Drop the css parser enum test
We are no longer using and non-css properties, and css enums are all parsed with custom code.
This commit is contained in:
parent
e567f23bcd
commit
1f298c385f
@ -1,32 +0,0 @@
|
||||
a {
|
||||
enum-property: in;
|
||||
}
|
||||
|
||||
b {
|
||||
enum-property: none;
|
||||
}
|
||||
|
||||
c {
|
||||
enum-property: 2;
|
||||
}
|
||||
|
||||
d {
|
||||
enum-property: "in";
|
||||
}
|
||||
|
||||
e {
|
||||
enum-property: non-existing;
|
||||
}
|
||||
|
||||
f {
|
||||
enum-property: "non-existing";
|
||||
}
|
||||
|
||||
g {
|
||||
enum-property: 34;
|
||||
}
|
||||
|
||||
h {
|
||||
enum-property: 12e;
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
enum.css:10: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
enum.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
enum.css:18: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
enum.css:22: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
enum.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
||||
enum.css:30: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
@ -1,7 +0,0 @@
|
||||
a {
|
||||
enum-property: in;
|
||||
}
|
||||
|
||||
b {
|
||||
enum-property: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user