--- source: crates/biome_formatter_test/src/snapshot_builder.rs info: jsx/comments/in-attributes.js --- # Input ```js
; ; ; ; ; ; ``` # Prettier differences ```diff --- Prettier +++ Biome @@ -3,11 +3,13 @@ ; -; +; ; ; -; // comment +; ``` # Output ```js ; ; ; ; ; ; ```