resolve test errors
This commit is contained in:
parent
8431ab9211
commit
c2f4014a1a
@ -50,11 +50,11 @@ test!(
|
|||||||
);
|
);
|
||||||
test!(
|
test!(
|
||||||
different_quoting_inside_list_eq,
|
different_quoting_inside_list_eq,
|
||||||
"a {\n color: ("foo",) == (foo,);\n}\n",
|
"a {\n color: (\"foo\",) == (foo,);\n}\n",
|
||||||
"a {\n color: true;\n}\n"
|
"a {\n color: true;\n}\n"
|
||||||
);
|
);
|
||||||
test!(
|
test!(
|
||||||
different_quoting_inside_list_ne,
|
different_quoting_inside_list_ne,
|
||||||
"a {\n color: ("foo",) != (foo,);\n}\n",
|
"a {\n color: (\"foo\",) != (foo,);\n}\n",
|
||||||
"a {\n color: false;\n}\n"
|
"a {\n color: false;\n}\n"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user