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

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