mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
tests: Add test for last commit
This commit is contained in:
parent
c69e30d65a
commit
c5551e55ce
@ -278,6 +278,9 @@ EXTRA_DIST += \
|
|||||||
font-family.css \
|
font-family.css \
|
||||||
font-family.errors \
|
font-family.errors \
|
||||||
font-family.ref.css \
|
font-family.ref.css \
|
||||||
|
freed-string-in-error-messages.css \
|
||||||
|
freed-string-in-error-messages.errors \
|
||||||
|
freed-string-in-error-messages.ref.css \
|
||||||
import-cyclic-1.css \
|
import-cyclic-1.css \
|
||||||
import-cyclic-1.errors \
|
import-cyclic-1.errors \
|
||||||
import-cyclic-1.ref.css \
|
import-cyclic-1.ref.css \
|
||||||
|
3
tests/css/parser/freed-string-in-error-messages.css
Normal file
3
tests/css/parser/freed-string-in-error-messages.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
a {
|
||||||
|
border-image-slice: 21px 24px 22px 24px;
|
||||||
|
}
|
1
tests/css/parser/freed-string-in-error-messages.errors
Normal file
1
tests/css/parser/freed-string-in-error-messages.errors
Normal file
@ -0,0 +1 @@
|
|||||||
|
freed-string-in-error-messages.css:2: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
|
Loading…
Reference in New Issue
Block a user