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

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