tests: Add test for last commit
This commit is contained in:
@ -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
|
||||||
Reference in New Issue
Block a user