mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
tests: Add test for latest patch
This tesst infloops without it.
This commit is contained in:
parent
65c4c1555d
commit
3aa357bcab
@ -333,6 +333,7 @@ test_data = \
|
||||
single-slash.css \
|
||||
single-slash.errors\
|
||||
single-slash.ref.css \
|
||||
string-values.css \
|
||||
test.png \
|
||||
transition.css \
|
||||
transition.ref.css \
|
||||
|
27
testsuite/css/parser/string-values.css
Normal file
27
testsuite/css/parser/string-values.css
Normal file
@ -0,0 +1,27 @@
|
||||
n {
|
||||
font-family: "\A ";
|
||||
}
|
||||
|
||||
r {
|
||||
font-family: "\C ";
|
||||
}
|
||||
|
||||
f {
|
||||
font-family: "\D ";
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: "\"";
|
||||
}
|
||||
|
||||
b {
|
||||
font-family: "\'";
|
||||
}
|
||||
|
||||
c {
|
||||
font-family: "'";
|
||||
}
|
||||
|
||||
d {
|
||||
font-family: "\\";
|
||||
}
|
Loading…
Reference in New Issue
Block a user