-- file.tsx --
== should format ==
const t = <test {...test} />;

[expect]
const t = <test {...test} />;
