## ReScript input ```rescript let b = <> </> ``` ## JSX output ```jsx let b = < />; ``` --- ## expected valid output ```jsx let b = <> </>; ```