Using single quotes
This commit is contained in:
parent
b31918bbf0
commit
76ed083e47
|
|
@ -40,7 +40,7 @@ computed_property_names: {
|
||||||
input: {
|
input: {
|
||||||
obj({ ["x" + "x"]: 6 });
|
obj({ ["x" + "x"]: 6 });
|
||||||
}
|
}
|
||||||
expect_exact: "obj({[\"x\"+\"x\"]:6});"
|
expect_exact: 'obj({["x"+"x"]:6});'
|
||||||
}
|
}
|
||||||
|
|
||||||
typeof_arrow_functions: {
|
typeof_arrow_functions: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user