tests: Add test for latest patch

This tesst infloops without it.
This commit is contained in:
Benjamin Otte 2014-05-01 19:49:47 +02:00
parent 65c4c1555d
commit 3aa357bcab
2 changed files with 28 additions and 0 deletions

View File

@ -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 \

View 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: "\\";
}