-
- i Remove it or rename the file to have the .astro extension.
-
-empty2.html:5:1 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
- × Unexpected value or character.
-
- 4 │
- > 5 │ ---
- │ ^^^
- 6 │
- 7 │
-
- i Expected one of:
-
- - element
- - text
- - closing block
-
-
-```
diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042-no-empty-line.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042-no-empty-line.html.snap
deleted file mode 100644
index 6caf9721766e..000000000000
--- a/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042-no-empty-line.html.snap
+++ /dev/null
@@ -1,56 +0,0 @@
----
-source: crates/biome_formatter_test/src/snapshot_builder.rs
-info: html/front-matter/issue-9042-no-empty-line.html
----
-# Input
-
-```html
----
-layout: foo
----
-Test
abc.
-
-```
-
-
-# Prettier differences
-
-```diff
---- Prettier
-+++ Biome
-@@ -1,5 +1,4 @@
- ---
- layout: foo
- ---
--
- Test
abc.
-```
-
-# Output
-
-```html
----
-layout: foo
----
-Test
abc.
-```
-
-# Errors
-```
-issue-9042-no-empty-line.html:1:1 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
- × Frontmatter is only valid inside Astro files.
-
- > 1 │ ---
- │ ^^^
- > 2 │ layout: foo
- > 3 │ ---
- │ ^^^
- 4 │ Test
abc.
-
- i Remove it or rename the file to have the .astro extension.
-
-
-```
diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042.html.snap
deleted file mode 100644
index c360307adf1f..000000000000
--- a/crates/biome_html_formatter/tests/specs/prettier/html/front-matter/issue-9042.html.snap
+++ /dev/null
@@ -1,57 +0,0 @@
----
-source: crates/biome_formatter_test/src/snapshot_builder.rs
-info: html/front-matter/issue-9042.html
----
-# Input
-
-```html
----
-layout: foo
----
-
-Test
abc.
-
-```
-
-
-# Prettier differences
-
-```diff
---- Prettier
-+++ Biome
-@@ -1,5 +1,4 @@
- ---
- layout: foo
- ---
--
- Test
abc.
-```
-
-# Output
-
-```html
----
-layout: foo
----
-Test
abc.
-```
-
-# Errors
-```
-issue-9042.html:1:1 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
- × Frontmatter is only valid inside Astro files.
-
- > 1 │ ---
- │ ^^^
- > 2 │ layout: foo
- > 3 │ ---
- │ ^^^
- 4 │
- 5 │ Test