remove ;; in tests
This commit is contained in:
parent
4ee82e66be
commit
eb2f3ebe5a
@ -253,7 +253,7 @@ test!(
|
||||
);
|
||||
test!(
|
||||
null_values_in_list_ommitted,
|
||||
"a {\n color: 1, null, null;;\n}\n",
|
||||
"a {\n color: 1, null, null;\n}\n",
|
||||
"a {\n color: 1;\n}\n"
|
||||
);
|
||||
test!(
|
||||
|
@ -131,7 +131,7 @@ test!(
|
||||
);
|
||||
error!(
|
||||
duplicate_key_in_declaration,
|
||||
"a {\n $a: (foo: a, foo: b);;\n}\n", "Error: Duplicate key."
|
||||
"a {\n $a: (foo: a, foo: b);\n}\n", "Error: Duplicate key."
|
||||
);
|
||||
error!(
|
||||
display_map,
|
||||
|
Loading…
x
Reference in New Issue
Block a user