test for unquoted string escape equality
This commit is contained in:
parent
355643f538
commit
a8ab6b1675
@ -122,6 +122,11 @@ test!(
|
||||
"a {\n color: #{\"\\b\"};\n}\n",
|
||||
"a {\n color: \x0b;\n}\n"
|
||||
);
|
||||
test!(
|
||||
unquoted_escape_equality,
|
||||
"a {\n color: foo == f\\6F\\6F;\n}\n",
|
||||
"a {\n color: true;\n}\n"
|
||||
);
|
||||
// test!(
|
||||
// quote_escape,
|
||||
// "a {\n color: quote(\\b);\n}\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user