From 0813d7d90de671afb189c07c79e7a80da894ea7c Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 13 Feb 2026 18:28:56 +0000 Subject: [PATCH 1/8] fix: merge main to next --- .../bind_missing_property.svelte.snap | 5 ++-- .../directives/animate_custom.svelte.snap | 5 ++-- .../directives/animate_in_each.svelte.snap | 9 ++++--- .../animate_with_params.svelte.snap | 9 ++++--- .../directives/bind_checked.svelte.snap | 9 ++++--- .../svelte/directives/bind_files.svelte.snap | 9 ++++--- .../directives/bind_function.svelte.snap | 9 ++++--- .../svelte/directives/bind_group.svelte.snap | 13 +++++----- .../directives/bind_missing_colon.svelte.snap | 5 ++-- .../bind_multiple_props.svelte.snap | 25 ++++++++++--------- .../svelte/directives/bind_this.svelte.snap | 9 ++++--- .../directives/bind_value_basic.svelte.snap | 5 ++-- .../svelte/directives/class_basic.svelte.snap | 9 ++++--- .../directives/class_kebab_case.svelte.snap | 13 +++++----- .../directives/class_multiple.svelte.snap | 9 ++++--- .../directives/class_shorthand.svelte.snap | 5 ++-- .../class_with_expression.svelte.snap | 9 ++++--- .../in_modifier_with_params.svelte.snap | 5 ++-- .../directives/in_with_params.svelte.snap | 9 ++++--- .../out_combined_with_in.svelte.snap | 13 +++++----- .../directives/out_with_params.svelte.snap | 9 ++++--- ...tyle_important_with_expression.svelte.snap | 5 ++-- .../style_multiple_with_important.svelte.snap | 5 ++-- .../style_with_expression.svelte.snap | 9 ++++--- .../transition_complex_params.svelte.snap | 5 ++-- ...ransition_modifier_with_params.svelte.snap | 9 ++++--- .../transition_with_params.svelte.snap | 9 ++++--- .../directives/use_multiple.svelte.snap | 5 ++-- .../directives/use_with_param.svelte.snap | 9 ++++--- .../svelte/shorthand-spread-props.svelte.snap | 17 +++++++------ 30 files changed, 149 insertions(+), 117 deletions(-) diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_missing_property.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_missing_property.svelte.snap index 7e1886e380ae..34ac20178cfd 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_missing_property.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_missing_property.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -32,7 +33,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@12..13 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@13..14 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@14..18 "name" [] [], @@ -72,7 +73,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@12..12 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@12..20 0: EQ@12..13 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@13..20 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@13..20 0: L_CURLY@13..14 "{" [] [] 1: HTML_TEXT_EXPRESSION@14..18 0: HTML_LITERAL@14..18 "name" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_custom.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_custom.svelte.snap index 9dfc1755c81d..4f150abcb850 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_custom.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_custom.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -61,7 +62,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@47..48 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@48..49 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@49..66 "{ duration: 400 }" [] [], @@ -146,7 +147,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@47..47 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@47..67 0: EQ@47..48 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@48..67 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@48..67 0: L_CURLY@48..49 "{" [] [] 1: HTML_TEXT_EXPRESSION@49..66 0: HTML_LITERAL@49..66 "{ duration: 400 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_in_each.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_in_each.svelte.snap index 8b7394dcc61a..b40f8cd247dc 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_in_each.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_in_each.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -64,7 +65,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@72..73 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@73..74 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@74..91 "{ duration: 200 }" [] [], @@ -105,7 +106,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@133..134 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@134..135 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@135..144 "todo.done" [] [], @@ -190,7 +191,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@72..72 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@72..92 0: EQ@72..73 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@73..92 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@73..92 0: L_CURLY@73..74 "{" [] [] 1: HTML_TEXT_EXPRESSION@74..91 0: HTML_LITERAL@74..91 "{ duration: 200 }" [] [] @@ -218,7 +219,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@133..133 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@133..146 0: EQ@133..134 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@134..146 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@134..146 0: L_CURLY@134..135 "{" [] [] 1: HTML_TEXT_EXPRESSION@135..144 0: HTML_LITERAL@135..144 "todo.done" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_with_params.svelte.snap index 795ad032102c..057fc1fef21f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -64,7 +65,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@46..47 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@47..48 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@48..62 "{ delay: 500 }" [] [], @@ -144,7 +145,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@135..136 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@136..137 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@137..172 "{ duration: 300, easing: cubicOut }" [] [], @@ -229,7 +230,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@46..46 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@46..63 0: EQ@46..47 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@47..63 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@47..63 0: L_CURLY@47..48 "{" [] [] 1: HTML_TEXT_EXPRESSION@48..62 0: HTML_LITERAL@48..62 "{ delay: 500 }" [] [] @@ -285,7 +286,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@135..135 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@135..173 0: EQ@135..136 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@136..173 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@136..173 0: L_CURLY@136..137 "{" [] [] 1: HTML_TEXT_EXPRESSION@137..172 0: HTML_LITERAL@137..172 "{ duration: 300, easing: cubicOut }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_checked.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_checked.svelte.snap index e9db0090c144..eb6c63a2c61f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_checked.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_checked.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -46,7 +47,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@35..36 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@36..37 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@37..46 "isChecked" [] [], @@ -87,7 +88,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@92..93 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@93..94 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@94..109 "isIndeterminate" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@35..35 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@35..48 0: EQ@35..36 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@36..48 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@36..48 0: L_CURLY@36..37 "{" [] [] 1: HTML_TEXT_EXPRESSION@37..46 0: HTML_LITERAL@37..46 "isChecked" [] [] @@ -163,7 +164,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@92..92 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@92..111 0: EQ@92..93 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@93..111 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@93..111 0: L_CURLY@93..94 "{" [] [] 1: HTML_TEXT_EXPRESSION@94..109 0: HTML_LITERAL@94..109 "isIndeterminate" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_files.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_files.svelte.snap index 8b9ddc0a6f0b..7bcdac88659e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_files.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_files.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -46,7 +47,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@29..30 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@30..31 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@31..39 "fileList" [] [], @@ -93,7 +94,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@82..83 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@83..84 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@84..89 "files" [] [], @@ -141,7 +142,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@29..29 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@29..41 0: EQ@29..30 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@30..41 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@30..41 0: L_CURLY@30..31 "{" [] [] 1: HTML_TEXT_EXPRESSION@31..39 0: HTML_LITERAL@31..39 "fileList" [] [] @@ -173,7 +174,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@82..82 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@82..91 0: EQ@82..83 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@83..91 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@83..91 0: L_CURLY@83..84 "{" [] [] 1: HTML_TEXT_EXPRESSION@84..89 0: HTML_LITERAL@84..89 "files" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_function.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_function.svelte.snap index 951fb5468cac..72a142857707 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_function.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_function.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -35,7 +36,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@17..18 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@18..19 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@19..27 "get, set" [] [], @@ -65,7 +66,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@49..50 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@50..51 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@51..63 "null, setter" [] [], @@ -106,7 +107,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@17..17 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@17..29 0: EQ@17..18 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@18..29 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@18..29 0: L_CURLY@18..19 "{" [] [] 1: HTML_TEXT_EXPRESSION@19..27 0: HTML_LITERAL@19..27 "get, set" [] [] @@ -127,7 +128,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@49..49 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@49..65 0: EQ@49..50 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@50..65 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@50..65 0: L_CURLY@50..51 "{" [] [] 1: HTML_TEXT_EXPRESSION@51..63 0: HTML_LITERAL@51..63 "null, setter" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_group.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_group.svelte.snap index ca3cfaf6d247..cf194588fe01 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_group.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_group.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -47,7 +48,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@30..31 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@31..32 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@32..40 "selected" [] [], @@ -99,7 +100,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@85..86 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@86..87 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@87..95 "selected" [] [], @@ -151,7 +152,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@143..144 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@144..145 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@145..153 "flavours" [] [], @@ -210,7 +211,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@30..30 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@30..42 0: EQ@30..31 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@31..42 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@31..42 0: L_CURLY@31..32 "{" [] [] 1: HTML_TEXT_EXPRESSION@32..40 0: HTML_LITERAL@32..40 "selected" [] [] @@ -245,7 +246,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@85..85 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@85..97 0: EQ@85..86 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@86..97 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@86..97 0: L_CURLY@86..87 "{" [] [] 1: HTML_TEXT_EXPRESSION@87..95 0: HTML_LITERAL@87..95 "selected" [] [] @@ -280,7 +281,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@143..143 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@143..155 0: EQ@143..144 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@144..155 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@144..155 0: L_CURLY@144..145 "{" [] [] 1: HTML_TEXT_EXPRESSION@145..153 0: HTML_LITERAL@145..153 "flavours" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_missing_colon.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_missing_colon.svelte.snap index 4a1e4948df4f..5b250cc9f4d2 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_missing_colon.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_missing_colon.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { }, initializer: HtmlAttributeInitializerClause { eq_token: EQ@17..18 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@18..19 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@19..23 "name" [] [], @@ -76,7 +77,7 @@ HtmlRoot { 0: HTML_LITERAL@12..17 "value" [] [] 1: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@17..25 0: EQ@17..18 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@18..25 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@18..25 0: L_CURLY@18..19 "{" [] [] 1: HTML_TEXT_EXPRESSION@19..23 0: HTML_LITERAL@19..23 "name" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_multiple_props.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_multiple_props.svelte.snap index 79b1b31f82ec..f308627d4ac7 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_multiple_props.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_multiple_props.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -35,7 +36,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@17..18 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@18..19 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@19..23 "text" [] [], @@ -55,7 +56,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@44..45 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@45..46 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@46..51 "start" [] [], @@ -75,7 +76,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@70..71 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@71..72 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@72..75 "end" [] [], @@ -106,7 +107,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@103..104 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@104..105 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@105..109 "time" [] [], @@ -126,7 +127,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@122..123 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@123..124 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@124..132 "isPaused" [] [], @@ -146,7 +147,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@145..146 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@146..147 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@147..153 "volume" [] [], @@ -196,7 +197,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@17..17 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@17..25 0: EQ@17..18 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@18..25 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@18..25 0: L_CURLY@18..19 "{" [] [] 1: HTML_TEXT_EXPRESSION@19..23 0: HTML_LITERAL@19..23 "text" [] [] @@ -210,7 +211,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@44..44 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@44..53 0: EQ@44..45 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@45..53 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@45..53 0: L_CURLY@45..46 "{" [] [] 1: HTML_TEXT_EXPRESSION@46..51 0: HTML_LITERAL@46..51 "start" [] [] @@ -224,7 +225,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@70..70 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@70..77 0: EQ@70..71 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@71..77 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@71..77 0: L_CURLY@71..72 "{" [] [] 1: HTML_TEXT_EXPRESSION@72..75 0: HTML_LITERAL@72..75 "end" [] [] @@ -246,7 +247,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@103..103 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@103..111 0: EQ@103..104 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@104..111 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@104..111 0: L_CURLY@104..105 "{" [] [] 1: HTML_TEXT_EXPRESSION@105..109 0: HTML_LITERAL@105..109 "time" [] [] @@ -260,7 +261,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@122..122 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@122..134 0: EQ@122..123 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@123..134 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@123..134 0: L_CURLY@123..124 "{" [] [] 1: HTML_TEXT_EXPRESSION@124..132 0: HTML_LITERAL@124..132 "isPaused" [] [] @@ -274,7 +275,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@145..145 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@145..154 0: EQ@145..146 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@146..154 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@146..154 0: L_CURLY@146..147 "{" [] [] 1: HTML_TEXT_EXPRESSION@147..153 0: HTML_LITERAL@147..153 "volume" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_this.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_this.svelte.snap index 6bf7c300824c..15f24c29386d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_this.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_this.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@14..15 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@15..16 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@16..20 "node" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@53..54 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@54..55 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@55..61 "canvas" [] [], @@ -131,7 +132,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@14..14 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@14..21 0: EQ@14..15 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@15..21 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@15..21 0: L_CURLY@15..16 "{" [] [] 1: HTML_TEXT_EXPRESSION@16..20 0: HTML_LITERAL@16..20 "node" [] [] @@ -161,7 +162,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@53..53 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@53..62 0: EQ@53..54 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@54..62 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@54..62 0: L_CURLY@54..55 "{" [] [] 1: HTML_TEXT_EXPRESSION@55..61 0: HTML_LITERAL@55..61 "canvas" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_value_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_value_basic.svelte.snap index b03987535090..d2ac9ba9946c 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_value_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_value_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -34,7 +35,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@17..18 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@18..19 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@19..23 "name" [] [], @@ -75,7 +76,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@17..17 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@17..25 0: EQ@17..18 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@18..25 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@18..25 0: L_CURLY@18..19 "{" [] [] 1: HTML_TEXT_EXPRESSION@19..23 0: HTML_LITERAL@19..23 "name" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_basic.svelte.snap index fcd1da3dcdf0..f1b8ab74ff63 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@17..18 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@18..19 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@19..27 "isActive" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@71..72 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@72..73 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@73..83 "!canSubmit" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@17..17 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@17..28 0: EQ@17..18 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@18..28 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@18..28 0: L_CURLY@18..19 "{" [] [] 1: HTML_TEXT_EXPRESSION@19..27 0: HTML_LITERAL@19..27 "isActive" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@71..71 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@71..84 0: EQ@71..72 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@72..84 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@72..84 0: L_CURLY@72..73 "{" [] [] 1: HTML_TEXT_EXPRESSION@73..83 0: HTML_LITERAL@73..83 "!canSubmit" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_kebab_case.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_kebab_case.svelte.snap index 8b8497f086a8..a04bac917236 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_kebab_case.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_kebab_case.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@20..21 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@21..22 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@22..28 "active" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@67..68 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@68..69 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@69..74 "error" [] [], @@ -100,7 +101,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@92..93 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@93..94 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@94..101 "loading" [] [], @@ -155,7 +156,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@20..20 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@20..29 0: EQ@20..21 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@21..29 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@21..29 0: L_CURLY@21..22 "{" [] [] 1: HTML_TEXT_EXPRESSION@22..28 0: HTML_LITERAL@22..28 "active" [] [] @@ -185,7 +186,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@67..67 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@67..76 0: EQ@67..68 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@68..76 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@68..76 0: L_CURLY@68..69 "{" [] [] 1: HTML_TEXT_EXPRESSION@69..74 0: HTML_LITERAL@69..74 "error" [] [] @@ -199,7 +200,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@92..92 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@92..102 0: EQ@92..93 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@93..102 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@93..102 0: L_CURLY@93..94 "{" [] [] 1: HTML_TEXT_EXPRESSION@94..101 0: HTML_LITERAL@94..101 "loading" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_multiple.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_multiple.svelte.snap index fb67344e9696..c39028bd6215 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_multiple.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -48,7 +49,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@24..25 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@25..26 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@26..31 "isBaz" [] [], @@ -68,7 +69,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@42..43 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@43..44 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@44..49 "isBaz" [] [], @@ -131,7 +132,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@24..24 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@24..33 0: EQ@24..25 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@25..33 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@25..33 0: L_CURLY@25..26 "{" [] [] 1: HTML_TEXT_EXPRESSION@26..31 0: HTML_LITERAL@26..31 "isBaz" [] [] @@ -145,7 +146,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@42..42 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@42..50 0: EQ@42..43 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@43..50 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@43..50 0: L_CURLY@43..44 "{" [] [] 1: HTML_TEXT_EXPRESSION@44..49 0: HTML_LITERAL@44..49 "isBaz" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_shorthand.svelte.snap index 6c0f1ddac3f7..90fe251b601d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -82,7 +83,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@60..61 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@61..62 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@62..67 "!cool" [] [], @@ -169,7 +170,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@60..60 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@60..68 0: EQ@60..61 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@61..68 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@61..68 0: L_CURLY@61..62 "{" [] [] 1: HTML_TEXT_EXPRESSION@62..67 0: HTML_LITERAL@62..67 "!cool" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_with_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_with_expression.svelte.snap index a28db9c20011..7fc66758a479 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_with_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/class_with_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@19..20 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@20..21 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@21..43 "item.id === selectedId" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@77..78 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@78..79 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@79..97 "type === 'primary'" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@19..19 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@19..44 0: EQ@19..20 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@20..44 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@20..44 0: L_CURLY@20..21 "{" [] [] 1: HTML_TEXT_EXPRESSION@21..43 0: HTML_LITERAL@21..43 "item.id === selectedId" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@77..77 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@77..98 0: EQ@77..78 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@78..98 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@78..98 0: L_CURLY@78..79 "{" [] [] 1: HTML_TEXT_EXPRESSION@79..97 0: HTML_LITERAL@79..97 "type === 'primary'" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_modifier_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_modifier_with_params.svelte.snap index 2d7149ef2fe7..151e3696ce61 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_modifier_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_modifier_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -42,7 +43,7 @@ HtmlRoot { ], initializer: HtmlAttributeInitializerClause { eq_token: EQ@18..19 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@19..20 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@20..30 "{ y: 200 }" [] [], @@ -101,7 +102,7 @@ HtmlRoot { 0: IDENT@12..18 "global" [] [] 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@18..31 0: EQ@18..19 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@19..31 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@19..31 0: L_CURLY@19..20 "{" [] [] 1: HTML_TEXT_EXPRESSION@20..30 0: HTML_LITERAL@20..30 "{ y: 200 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_with_params.svelte.snap index d43c5741b0da..a8e76b907986 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@11..12 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@12..13 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@13..23 "{ y: 200 }" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@58..59 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@59..60 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@60..77 "{ duration: 500 }" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@11..11 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@11..24 0: EQ@11..12 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@12..24 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@12..24 0: L_CURLY@12..13 "{" [] [] 1: HTML_TEXT_EXPRESSION@13..23 0: HTML_LITERAL@13..23 "{ y: 200 }" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@58..58 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@58..78 0: EQ@58..59 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@59..78 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@59..78 0: L_CURLY@59..60 "{" [] [] 1: HTML_TEXT_EXPRESSION@60..77 0: HTML_LITERAL@60..77 "{ duration: 500 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_combined_with_in.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_combined_with_in.svelte.snap index faa7911e6a89..a6318a680016 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_combined_with_in.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_combined_with_in.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -51,7 +52,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@27..28 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@28..29 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@29..39 "{ y: 200 }" [] [], @@ -113,7 +114,7 @@ HtmlRoot { ], initializer: HtmlAttributeInitializerClause { eq_token: EQ@104..105 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@105..106 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@106..116 "{ y: 200 }" [] [], @@ -140,7 +141,7 @@ HtmlRoot { ], initializer: HtmlAttributeInitializerClause { eq_token: EQ@132..133 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@133..134 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@134..151 "{ duration: 300 }" [] [], @@ -213,7 +214,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@27..27 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@27..41 0: EQ@27..28 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@28..41 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@28..41 0: L_CURLY@28..29 "{" [] [] 1: HTML_TEXT_EXPRESSION@29..39 0: HTML_LITERAL@29..39 "{ y: 200 }" [] [] @@ -255,7 +256,7 @@ HtmlRoot { 0: IDENT@98..104 "global" [] [] 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@104..118 0: EQ@104..105 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@105..118 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@105..118 0: L_CURLY@105..106 "{" [] [] 1: HTML_TEXT_EXPRESSION@106..116 0: HTML_LITERAL@106..116 "{ y: 200 }" [] [] @@ -273,7 +274,7 @@ HtmlRoot { 0: IDENT@127..132 "local" [] [] 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@132..152 0: EQ@132..133 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@133..152 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@133..152 0: L_CURLY@133..134 "{" [] [] 1: HTML_TEXT_EXPRESSION@134..151 0: HTML_LITERAL@134..151 "{ duration: 300 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_with_params.svelte.snap index 0e0b77f2a1d5..6db65bdc3d94 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@13..14 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@14..15 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@15..32 "{ duration: 300 }" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@64..65 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@65..66 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@66..77 "{ y: -200 }" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@13..13 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@13..33 0: EQ@13..14 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@14..33 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@14..33 0: L_CURLY@14..15 "{" [] [] 1: HTML_TEXT_EXPRESSION@15..32 0: HTML_LITERAL@15..32 "{ duration: 300 }" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@64..64 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@64..78 0: EQ@64..65 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@65..78 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@65..78 0: L_CURLY@65..66 "{" [] [] 1: HTML_TEXT_EXPRESSION@66..77 0: HTML_LITERAL@66..77 "{ y: -200 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_with_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_with_expression.svelte.snap index 86b03a73ef37..b8ff39dada3d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_with_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_with_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -35,7 +36,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@26..27 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@27..28 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@28..35 "myColor" [] [], @@ -90,7 +91,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@26..26 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@26..36 0: EQ@26..27 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@27..36 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@27..36 0: L_CURLY@27..28 "{" [] [] 1: HTML_TEXT_EXPRESSION@28..35 0: HTML_LITERAL@28..35 "myColor" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple_with_important.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple_with_important.svelte.snap index f81e487b80aa..a85fd56e9e23 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple_with_important.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple_with_important.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -69,7 +70,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@85..86 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@86..87 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@87..89 "bg" [] [], @@ -146,7 +147,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@85..85 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@85..90 0: EQ@85..86 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@86..90 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@86..90 0: L_CURLY@86..87 "{" [] [] 1: HTML_TEXT_EXPRESSION@87..89 0: HTML_LITERAL@87..89 "bg" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_with_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_with_expression.svelte.snap index 950cb610eaea..c572c225373e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_with_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_with_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@16..17 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@17..18 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@18..25 "myColor" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@61..62 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@62..63 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@63..75 "width + 'px'" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@16..16 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@16..26 0: EQ@16..17 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@17..26 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@17..26 0: L_CURLY@17..18 "{" [] [] 1: HTML_TEXT_EXPRESSION@18..25 0: HTML_LITERAL@18..25 "myColor" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@61..61 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@61..76 0: EQ@61..62 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@62..76 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@62..76 0: L_CURLY@62..63 "{" [] [] 1: HTML_TEXT_EXPRESSION@63..75 0: HTML_LITERAL@63..75 "width + 'px'" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_complex_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_complex_params.svelte.snap index ef79709ce152..004e7714c454 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_complex_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_complex_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -37,7 +38,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@22..23 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@23..24 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@24..85 "{ delay: 100, duration: 400, easing: cubicOut, opacity: 0.5 }" [] [], @@ -92,7 +93,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@22..22 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@22..86 0: EQ@22..23 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@23..86 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@23..86 0: L_CURLY@23..24 "{" [] [] 1: HTML_TEXT_EXPRESSION@24..85 0: HTML_LITERAL@24..85 "{ delay: 100, duration: 400, easing: cubicOut, opacity: 0.5 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_modifier_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_modifier_with_params.svelte.snap index 01258d41a2e8..5bc56f48c989 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_modifier_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_modifier_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -43,7 +44,7 @@ HtmlRoot { ], initializer: HtmlAttributeInitializerClause { eq_token: EQ@27..28 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@28..29 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@29..46 "{ duration: 200 }" [] [], @@ -94,7 +95,7 @@ HtmlRoot { ], initializer: HtmlAttributeInitializerClause { eq_token: EQ@96..97 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@97..98 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@98..108 "{ y: 200 }" [] [], @@ -153,7 +154,7 @@ HtmlRoot { 0: IDENT@21..27 "global" [] [] 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@27..47 0: EQ@27..28 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@28..47 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@28..47 0: L_CURLY@28..29 "{" [] [] 1: HTML_TEXT_EXPRESSION@29..46 0: HTML_LITERAL@29..46 "{ duration: 200 }" [] [] @@ -187,7 +188,7 @@ HtmlRoot { 0: IDENT@91..96 "local" [] [] 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@96..109 0: EQ@96..97 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@97..109 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@97..109 0: L_CURLY@97..98 "{" [] [] 1: HTML_TEXT_EXPRESSION@98..108 0: HTML_LITERAL@98..108 "{ y: 200 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_with_params.svelte.snap index 1d02f4ddeb2b..41c5a46962cb 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@20..21 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@21..22 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@22..39 "{ duration: 200 }" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@74..75 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@75..76 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@76..102 "{ y: 200, duration: 2000 }" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@20..20 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@20..40 0: EQ@20..21 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@21..40 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@21..40 0: L_CURLY@21..22 "{" [] [] 1: HTML_TEXT_EXPRESSION@22..39 0: HTML_LITERAL@22..39 "{ duration: 200 }" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@74..74 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@74..103 0: EQ@74..75 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@75..103 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@75..103 0: L_CURLY@75..76 "{" [] [] 1: HTML_TEXT_EXPRESSION@76..102 0: HTML_LITERAL@76..102 "{ y: 200, duration: 2000 }" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_multiple.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_multiple.svelte.snap index c7e0178bdd3e..ae4bc72755d2 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_multiple.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -59,7 +60,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@47..48 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@48..49 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@49..60 "dragOptions" [] [], @@ -130,7 +131,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@47..47 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@47..61 0: EQ@47..48 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@48..61 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@48..61 0: L_CURLY@48..49 "{" [] [] 1: HTML_TEXT_EXPRESSION@49..60 0: HTML_LITERAL@49..60 "dragOptions" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_with_param.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_with_param.svelte.snap index 29b7b72b6f44..2682083ab62c 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_with_param.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_with_param.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -36,7 +37,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@16..17 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@17..18 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@18..25 "options" [] [], @@ -80,7 +81,7 @@ HtmlRoot { modifiers: SvelteDirectiveModifierList [], initializer: HtmlAttributeInitializerClause { eq_token: EQ@63..64 "=" [] [], - value: HtmlSingleTextExpression { + value: HtmlAttributeSingleTextExpression { l_curly_token: L_CURLY@64..65 "{" [] [], expression: HtmlTextExpression { html_literal_token: HTML_LITERAL@65..73 "duration" [] [], @@ -135,7 +136,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@16..16 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@16..26 0: EQ@16..17 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@17..26 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@17..26 0: L_CURLY@17..18 "{" [] [] 1: HTML_TEXT_EXPRESSION@18..25 0: HTML_LITERAL@18..25 "options" [] [] @@ -165,7 +166,7 @@ HtmlRoot { 2: SVELTE_DIRECTIVE_MODIFIER_LIST@63..63 3: HTML_ATTRIBUTE_INITIALIZER_CLAUSE@63..74 0: EQ@63..64 "=" [] [] - 1: HTML_SINGLE_TEXT_EXPRESSION@64..74 + 1: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@64..74 0: L_CURLY@64..65 "{" [] [] 1: HTML_TEXT_EXPRESSION@65..73 0: HTML_LITERAL@65..73 "duration" [] [] diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-spread-props.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-spread-props.svelte.snap index 0f105ba173d1..b615ec3397d9 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-spread-props.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-spread-props.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte @@ -25,10 +26,11 @@ HtmlRoot { value_token: HTML_LITERAL@1..8 "button" [] [Whitespace(" ")], }, attributes: HtmlAttributeList [ - HtmlAttributeSingleTextExpression { + HtmlSpreadAttribute { l_curly_token: L_CURLY@8..9 "{" [] [], - expression: HtmlTextExpression { - html_literal_token: HTML_LITERAL@9..17 "...props" [] [], + dotdotdot_token: DOT3@9..12 "..." [] [], + argument: HtmlTextExpression { + html_literal_token: HTML_LITERAL@12..17 "props" [] [], }, r_curly_token: R_CURLY@17..18 "}" [] [], }, @@ -68,11 +70,12 @@ HtmlRoot { 1: HTML_TAG_NAME@1..8 0: HTML_LITERAL@1..8 "button" [] [Whitespace(" ")] 2: HTML_ATTRIBUTE_LIST@8..18 - 0: HTML_ATTRIBUTE_SINGLE_TEXT_EXPRESSION@8..18 + 0: HTML_SPREAD_ATTRIBUTE@8..18 0: L_CURLY@8..9 "{" [] [] - 1: HTML_TEXT_EXPRESSION@9..17 - 0: HTML_LITERAL@9..17 "...props" [] [] - 2: R_CURLY@17..18 "}" [] [] + 1: DOT3@9..12 "..." [] [] + 2: HTML_TEXT_EXPRESSION@12..17 + 0: HTML_LITERAL@12..17 "props" [] [] + 3: R_CURLY@17..18 "}" [] [] 3: R_ANGLE@18..19 ">" [] [] 1: HTML_ELEMENT_LIST@19..27 0: HTML_CONTENT@19..27 From e1d71e5eacda5f3dabfb87faaa1295a95a1ccf58 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 13 Feb 2026 18:37:20 +0000 Subject: [PATCH 2/8] fix linting --- crates/biome_js_analyze/tests/spec_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/biome_js_analyze/tests/spec_tests.rs b/crates/biome_js_analyze/tests/spec_tests.rs index ef64da5208b4..f8e3494c63b8 100644 --- a/crates/biome_js_analyze/tests/spec_tests.rs +++ b/crates/biome_js_analyze/tests/spec_tests.rs @@ -1,3 +1,4 @@ +#[expect(clippy::large_stack_arrays)] use biome_analyze::{ AnalysisFilter, AnalyzerAction, AnalyzerPluginSlice, ControlFlow, Never, Queryable, RegistryVisitor, Rule, RuleDomain, RuleFilter, RuleGroup, From e4fd57f7392d9c0f919b7342bf9c96074e5d0690 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 13 Feb 2026 18:43:04 +0000 Subject: [PATCH 3/8] update snapshots --- ...ys_disable_trailing_commas_biome_json.snap | 2 +- .../biome_json_is_not_ignored.snap | 1 - .../check_biome_json.snap | 2 +- .../ci_biome_json.snap | 2 +- .../formatter_biome_json.snap | 2 +- .../linter_biome_json.snap | 2 +- ..._fields_in_extended_config_to_default.snap | 2 +- ...ies_extended_values_in_current_config.snap | 2 +- ...extends_config_ok_formatter_no_linter.snap | 2 +- ...xtends_config_ok_linter_not_formatter.snap | 3 +-- ...tends_resolves_when_using_config_path.snap | 2 +- ...naffected_values_from_extended_config.snap | 2 +- ...error_for_no_configuration_file_found.snap | 1 - ...rror_when_the_config_file_is_not_json.snap | 1 - .../set_config_path_to_file.snap | 3 +-- .../should_allow_using_export_statements.snap | 2 +- .../diagnostic_level.snap | 1 - ...es_according_to_set_diagnostics_level.snap | 1 - .../max_diagnostics_no_verbose.snap | 2 +- .../indent_size_can_set_to_tab.snap | 1 - .../indent_size_parse_error.snap | 1 - .../should_apply_path_overrides.snap | 2 +- ...ould_have_biome_override_editorconfig.snap | 1 - .../should_not_use_editorconfig.snap | 1 - .../should_use_editorconfig.snap | 1 - ...itorconfig_ci_enabled_from_biome_conf.snap | 1 - ..._editorconfig_enabled_from_biome_conf.snap | 1 - .../format_and_write_graphql_files.snap | 2 +- .../format_graphql_files.snap | 2 +- ...does_not_throw_parse_error_for_return.snap | 2 +- .../should_format_files_by_when_opt_in.snap | 2 +- ...uld_format_write_files_by_when_opt_in.snap | 2 +- .../should_not_format_files_by_default.snap | 2 +- .../sorts_imports_write.snap | 2 +- .../sorts_imports_write.snap | 2 +- .../does_handle_only_included_files.snap | 1 - ...ncluded_files_if_overridden_by_ignore.snap | 1 - ...les_if_overridden_by_ignore_formatter.snap | 1 - ...les_if_overridden_by_organize_imports.snap | 1 - .../does_disable_test_rules.snap | 3 +-- .../does_enable_test_rules_and_only.snap | 3 +-- .../disable_all_rules_when_group_is_off.snap | 1 - ...fig_work_in_child_config_extends_root.snap | 1 - .../complex_enable_disable_overrides.snap | 1 - ...disallow_comments_on_well_known_files.snap | 1 - ...e_included_file_and_disable_formatter.snap | 1 - ...nclude_file_with_different_formatting.snap | 1 - ..._different_formatting_and_all_of_them.snap | 1 - ...include_file_with_different_languages.snap | 1 - ...include_file_with_different_overrides.snap | 1 - ...t_change_formatting_language_settings.snap | 1 - ...change_formatting_language_settings_2.snap | 1 - .../does_not_change_formatting_settings.snap | 1 - .../does_not_conceal_previous_overrides.snap | 1 - ...files_when_config_override_is_present.snap | 1 - .../overrides_grit_formatting_options.snap | 1 - .../does_not_conceal_overrides_globals.snap | 1 - ...akes_last_linter_enabled_into_account.snap | 1 - ...ored_includes_does_not_match_filename.snap | 1 - ...t_match_filename_invalid_format_check.snap | 1 - ..._match_filename_invalid_format_format.snap | 1 - ...s_files_max_size_option_invalid_value.snap | 1 - .../overrides_files_max_size_option_pass.snap | 1 - ...ded_file_and_disable_organize_imports.snap | 2 +- .../not_process_file_from_stdin_format.snap | 4 +--- ...rocess_file_from_stdin_verbose_format.snap | 4 +--- ..._process_file_from_stdin_verbose_lint.snap | 4 +--- ..._content_of_protected_files_via_stdin.snap | 4 +--- ...rts_diagnostics_github_format_command.snap | 3 +-- ...orts_diagnostics_junit_format_command.snap | 3 +-- ...rts_diagnostics_summary_check_command.snap | 1 - ...nostics_summary_check_verbose_command.snap | 1 - ...ts_diagnostics_summary_format_command.snap | 1 - ...orts_diagnostics_summary_lint_command.snap | 1 - .../unused_range_suppression.snap | 3 +-- ...agnostic_unknown_file_because_ignored.snap | 2 +- ...hould_print_a_diagnostic_unknown_file.snap | 2 +- .../ignore_vcs_os_independent_parse.snap | 1 - .../include_vcs_ignore_cascade.snap | 1 - .../applies_organize_imports_from_cli.snap | 2 +- .../main_commands_check/apply_noop.snap | 2 +- .../main_commands_check/apply_ok.snap | 2 +- .../main_commands_check/check_json_files.snap | 2 +- .../check_json_plugin.snap | 1 - ..._plugin_diagnostic_offset_in_vue_file.snap | 1 - ...eturns_text_if_content_is_not_changed.snap | 2 +- .../check_stdin_write_successfully.snap | 2 +- ...check_stdin_write_unsafe_successfully.snap | 3 +-- .../config_recommended_group.snap | 2 +- ...esnt_error_if_no_files_were_processed.snap | 2 +- .../downgrade_severity.snap | 2 +- .../files_max_size_parse_error.snap | 4 +--- .../main_commands_check/fix_noop.snap | 2 +- .../snapshots/main_commands_check/fix_ok.snap | 2 +- .../main_commands_check/fix_unsafe_ok.snap | 2 +- .../fs_files_ignore_symlink.snap | 2 +- .../ignore_configured_globals.snap | 2 +- .../ignores_unknown_file.snap | 2 +- .../main_commands_check/lint_error.snap | 3 +-- .../lint_error_without_file_paths.snap | 3 +-- ..._if_files_are_listed_in_ignore_option.snap | 1 - .../no_lint_if_linter_is_disabled.snap | 2 +- ..._if_linter_is_disabled_when_run_apply.snap | 2 +- ...s_disabled_when_run_apply_biome_jsonc.snap | 2 +- .../no_lint_when_file_is_ignored.snap | 1 - .../main_commands_check/nursery_unstable.snap | 2 +- .../main_commands_check/parse_error.snap | 2 +- .../should_disable_a_rule.snap | 2 +- .../should_disable_a_rule_group.snap | 2 +- ...ould_not_enable_all_recommended_rules.snap | 3 +-- ...should_organize_imports_diff_on_check.snap | 2 +- .../main_commands_check/upgrade_severity.snap | 2 +- ...eys_should_emit_correct_ast_issue_266.snap | 2 +- .../main_commands_check/write_noop.snap | 2 +- .../main_commands_check/write_ok.snap | 2 +- .../write_suggested_error.snap | 2 +- .../main_commands_check/write_unsafe_ok.snap | 2 +- .../ci_does_not_run_formatter.snap | 2 +- ...ci_does_not_run_formatter_biome_jsonc.snap | 2 +- .../ci_does_not_run_formatter_via_cli.snap | 2 +- .../ci_does_not_run_linter.snap | 2 +- .../ci_does_not_run_linter_via_cli.snap | 2 +- .../ci_errors_for_all_disabled_checks.snap | 3 +-- .../main_commands_ci/ci_lint_error.snap | 3 +-- .../snapshots/main_commands_ci/ci_ok.snap | 2 +- .../main_commands_ci/ci_parse_error.snap | 2 +- ...s_formatting_error_without_file_paths.snap | 2 +- ...esnt_error_if_no_files_were_processed.snap | 2 +- .../files_max_size_parse_error.snap | 4 +--- .../main_commands_ci/formatting_error.snap | 2 +- .../ignores_unknown_file.snap | 2 +- .../main_commands_ci/max_diagnostics.snap | 2 +- .../max_diagnostics_default.snap | 2 +- .../main_commands_explain/explain_help.snap | 2 +- .../explain_not_found.snap | 4 +--- ...pplies_configuration_from_biome_jsonc.snap | 2 +- .../applies_custom_arrow_parentheses.snap | 2 +- .../applies_custom_attribute_position.snap | 2 +- .../applies_custom_bracket_same_line.snap | 2 +- .../applies_custom_bracket_spacing.snap | 2 +- ...pplies_custom_bracket_spacing_graphql.snap | 2 +- .../applies_custom_configuration.snap | 2 +- ...custom_configuration_over_config_file.snap | 2 +- ...ration_over_config_file_issue_3175_v1.snap | 2 +- ...ration_over_config_file_issue_3175_v2.snap | 2 +- .../applies_custom_jsx_quote_style.snap | 2 +- .../applies_custom_quote_style.snap | 2 +- .../applies_custom_trailing_commas.snap | 2 +- .../does_not_format_ignored_directories.snap | 1 - ...at_ignored_file_in_included_directory.snap | 1 - ...esnt_error_if_no_files_were_processed.snap | 2 +- ...on_t_format_ignored_known_jsonc_files.snap | 1 - .../files_max_size_parse_error.snap | 4 +--- .../format_json_trailing_commas_none.snap | 2 +- ...t_json_trailing_commas_overrides_none.snap | 1 - ...ormat_json_when_allow_trailing_commas.snap | 2 +- ...json_when_allow_trailing_commas_write.snap | 2 +- .../format_jsonc_files.snap | 2 +- .../format_package_json.snap | 3 +-- .../format_stdin_successfully.snap | 4 +--- .../format_stdin_with_errors.snap | 4 +--- .../format_with_configuration.snap | 2 +- .../format_without_file_paths.snap | 2 +- .../main_commands_format/formatter_fix.snap | 2 +- .../formatter_lint_warning.snap | 2 +- .../main_commands_format/formatter_print.snap | 2 +- .../main_commands_format/formatter_write.snap | 2 +- ...re_comments_error_when_allow_comments.snap | 2 +- .../ignores_unknown_file.snap | 2 +- .../include_ignore_cascade.snap | 1 - .../indent_size_parse_errors_negative.snap | 4 +--- .../indent_size_parse_errors_overflow.snap | 4 +--- .../indent_style_parse_errors.snap | 4 +--- .../invalid_config_file_path.snap | 1 - .../line_width_parse_errors_negative.snap | 4 +--- .../main_commands_format/max_diagnostics.snap | 3 +-- .../max_diagnostics_default.snap | 3 +-- .../override_don_t_affect_ignored_files.snap | 1 - ...e_properties_parse_errors_letter_case.snap | 4 +--- .../should_apply_different_formatting.snap | 2 +- ...d_apply_different_formatting_with_cli.snap | 2 +- .../should_apply_different_indent_style.snap | 2 +- ...ould_not_format_css_files_if_disabled.snap | 2 +- ...hould_not_format_js_files_if_disabled.snap | 2 +- ...uld_not_format_json_files_if_disabled.snap | 2 +- .../trailing_commas_parse_errors.snap | 2 +- ...treat_known_json_files_as_jsonc_files.snap | 3 +-- .../with_invalid_semicolons_option.snap | 2 +- .../with_semicolons_options.snap | 2 +- .../write_only_files_in_correct_base.snap | 2 +- ...not_create_config_file_if_json_exists.snap | 2 +- ...ot_create_config_file_if_jsonc_exists.snap | 2 +- .../main_commands_init/init_help.snap | 4 +--- .../main_commands_lint/check_json_files.snap | 2 +- .../check_stdin_write_successfully.snap | 2 +- .../config_recommended_group.snap | 2 +- ...esnt_error_if_no_files_were_processed.snap | 2 +- .../downgrade_severity.snap | 2 +- .../files_max_size_parse_error.snap | 4 +--- .../ignore_configured_globals.snap | 2 +- .../ignores_unknown_file.snap | 2 +- .../main_commands_lint/lint_error.snap | 3 +-- .../lint_error_without_file_paths.snap | 3 +-- .../main_commands_lint/lint_only_group.snap | 2 +- .../lint_only_group_skip_rule.snap | 2 +- .../lint_only_group_with_disabled_rule.snap | 2 +- .../main_commands_lint/lint_only_rule.snap | 2 +- .../lint_only_rule_skip_group.snap | 2 +- .../lint_only_skip_group.snap | 2 +- .../lint_only_skip_rule.snap | 2 +- .../lint_skip_group_with_enabled_rule.snap | 1 - .../lint_skip_multiple_rules.snap | 2 +- .../main_commands_lint/lint_skip_rule.snap | 1 - .../lint_skip_rule_and_group.snap | 2 +- ...r_no_undeclared_dependencies_inversed.snap | 2 +- .../main_commands_lint/nursery_unstable.snap | 2 +- .../main_commands_lint/parse_error.snap | 2 +- .../should_disable_a_rule.snap | 2 +- ...ithout_since_or_default_branch_config.snap | 4 +--- ...ould_not_enable_all_recommended_rules.snap | 3 +-- ...ged_files_with_no_errors_on_unmatched.snap | 2 +- ..._process_changed_file_if_its_included.snap | 1 - ...y_process_staged_file_if_its_included.snap | 1 - ...hanged_files_when_changed_flag_is_set.snap | 2 +- ..._staged_files_when_staged_flag_is_set.snap | 2 +- ..._set_and_default_branch_is_configured.snap | 2 +- .../suppression_syntax_error.snap | 1 - .../main_commands_lint/upgrade_severity.snap | 2 +- .../missing_configuration_file.snap | 2 +- ...igrate_eslintrcjson_missing_biomejson.snap | 2 +- .../migrate_eslintrcyaml_unsupported.snap | 2 +- .../migrate_no_eslint_config_packagejson.snap | 3 +-- .../prettier_migrate_no_file.snap | 2 +- .../prettier_migrate_yml_file.snap | 2 +- .../search_css_pattern.snap | 2 +- .../search_css_pattern_shorthand.snap | 2 +- .../search_js_pattern.snap | 2 +- .../search_json_pattern.snap | 1 - .../main_commands_version/version_full.snap | 4 +--- .../main_commands_version/version_ok.snap | 2 +- .../main_configuration/incorrect_globals.snap | 4 +--- .../main_configuration/line_width_error.snap | 4 +--- .../main_configuration/override_globals.snap | 1 - .../src/snapshots/config_already_exists.snap | 2 +- .../src/snapshots/deserialization_error.snap | 2 +- .../css_formatter_quote_style.json.snap | 5 +---- .../invalid/files_incorrect_type.json.snap | 7 ++----- .../files_incorrect_type_for_value.json.snap | 5 +---- .../invalid/files_negative_max_size.json.snap | 5 +---- ...ormat_with_errors_incorrect_type.json.snap | 5 +---- .../formatter_incorrect_type.json.snap | 7 ++----- .../formatter_line_width_too_high.json.snap | 5 +---- ...ne_width_too_higher_than_allowed.json.snap | 5 +---- .../invalid/formatter_syntax_error.json.snap | 5 +---- .../tests/invalid/hooks_deprecated.json.snap | 5 +---- .../invalid/hooks_incorrect_options.json.snap | 2 +- ...cript_formatter_quote_properties.json.snap | 5 +---- ...javascript_formatter_quote_style.json.snap | 5 +---- .../javascript_formatter_semicolons.json.snap | 5 +---- ...script_formatter_trailing_commas.json.snap | 2 +- .../tests/invalid/organize_imports.json.snap | 1 - .../invalid/overrides/incorrect_key.json.snap | 1 - .../overrides/incorrect_type.json.snap | 7 ++----- .../incorrect_value_javascript.json.snap | 5 +---- .../tests/invalid/schema.json.snap | 7 ++----- .../invalid/vcs_incorrect_type.json.snap | 5 +---- .../invalid/vcs_missing_client.json.snap | 5 +---- .../tests/invalid/vcs_wrong_client.json.snap | 5 +---- .../wrong_extends_incorrect_items.json.snap | 7 ++----- .../invalid.css.snap | 1 - .../noInvalidGridAreas/invalid.css.snap | 1 - .../invalid.css.snap | 1 - .../invalidBetweenImport.css.snap | 1 - .../invalidMediaImport.css.snap | 1 - .../invalidMediaImportUpperCase.css.snap | 1 - .../noUnknownFunction/invalid.css.snap | 1 - .../invalid.css.snap | 1 - .../noUnmatchableAnbSelector/invalid.css.snap | 1 - .../specs/nursery/noHexColors/valid.css.snap | 1 - .../useSortedProperties/invalid.css.snap | 1 - .../source/useSortedProperties/valid.css.snap | 1 - .../noDuplicateAtImportRules/invalid.css.snap | 1 - .../invalidMedia.css.snap | 1 - .../invalidMultipleMedia.css.snap | 1 - .../invalidQuotes.css.snap | 1 - .../invalidUrls.css.snap | 1 - .../invalid.css.snap | 1 - .../noImportantInKeyframe/invalid.css.snap | 1 - .../invalid.css.snap | 1 - .../tests/specs/css/atrule/charset.css.snap | 1 + .../specs/css/atrule/color_profile.css.snap | 1 + .../tests/specs/css/atrule/container.css.snap | 1 + .../specs/css/atrule/counter_style.css.snap | 1 + .../tests/specs/css/atrule/document.css.snap | 1 + .../tests/specs/css/atrule/font_face.css.snap | 1 + .../css/atrule/font_feature_values.css.snap | 1 + .../tests/specs/css/atrule/function.css.snap | 1 + .../tests/specs/css/atrule/import.css.snap | 1 + .../tests/specs/css/atrule/keyframes.css.snap | 1 + .../tests/specs/css/atrule/layer.css.snap | 1 + .../tests/specs/css/atrule/media.css.snap | 1 + .../tests/specs/css/atrule/namespace.css.snap | 1 + .../tests/specs/css/atrule/page.css.snap | 1 + .../specs/css/atrule/page_complex.css.snap | 1 + .../tests/specs/css/atrule/property.css.snap | 1 + .../tests/specs/css/atrule/scope.css.snap | 1 + .../specs/css/atrule/starting_style.css.snap | 1 + .../tests/specs/css/atrule/supports.css.snap | 1 + .../css/atrule/supports_complex.css.snap | 1 + .../css/atrule/tailwind/source-not.css.snap | 1 + .../tests/specs/css/atrule/unknown.css.snap | 1 + .../tests/specs/css/atrule/value.css.snap | 1 + .../tests/specs/css/attr.css.snap | 1 + .../tests/specs/css/block.css.snap | 1 + .../tests/specs/css/casing.css.snap | 1 + .../css/color/functional_colors.css.snap | 1 + .../tests/specs/css/color/hex_colors.css.snap | 1 + .../specs/css/comma_separated_values.css.snap | 1 + .../tests/specs/css/composes.css.snap | 1 + .../specs/css/declaration_empty.css.snap | 1 + .../tests/specs/css/declaration_list.css.snap | 1 + .../tests/specs/css/dimensions.css.snap | 1 + .../tests/specs/css/empty.css.snap | 1 + .../tests/specs/css/functions.css.snap | 1 + .../specs/css/global_suppression.css.snap | 1 + .../tests/specs/css/if.css.snap | 1 + .../tests/specs/css/important.css.snap | 1 + .../tests/specs/css/issue_3229.css.snap | 1 + .../tests/specs/css/issue_4298.css.snap | 1 + .../tests/specs/css/issue_8636.css.snap | 1 + .../tests/specs/css/namespace.css.snap | 1 + .../css/nesting/conditional_at_rule.css.snap | 1 + .../tests/specs/css/nesting/nesting.css.snap | 1 + .../specs/css/nesting/nesting_1.css.snap | 1 + .../tests/specs/css/number.css.snap | 1 + .../tests/specs/css/properties/all.css.snap | 1 + .../specs/css/properties/border.css.snap | 1 + .../specs/css/properties/custom.css.snap | 1 + .../specs/css/properties/generic.css.snap | 1 + .../tests/specs/css/properties/grid.css.snap | 1 + .../css/properties/unicode_range.css.snap | 1 + .../specs/css/properties/z-index.css.snap | 1 + .../tests/specs/css/pseudo/is.css.snap | 1 + .../tests/specs/css/pseudo/not.css.snap | 1 + ..._class_function_compound_selector.css.snap | 1 + ...s_function_compound_selector_list.css.snap | 1 + ...s_function_custom_identifier_list.css.snap | 1 + .../pseudo/pseudo_class_function_nth.css.snap | 1 + ...s_function_relative_selector_list.css.snap | 1 + .../pseudo_class_function_selector.css.snap | 1 + .../pseudo_class_function_state.css.snap | 1 + .../pseudo_class_function_value_list.css.snap | 1 + .../pseudo/pseudo_class_identifier.css.snap | 1 + .../pseudo/pseudo_element_selector.css.snap | 1 + .../tests/specs/css/pseudo/where.css.snap | 1 + .../css/quote_style/normalize_quotes.css.snap | 1 + .../specs/css/range/between_rules.css.snap | 1 + .../tests/specs/css/range/keyframes.css.snap | 1 + .../tests/specs/css/range/mid_value.css.snap | 1 + .../specs/css/range/selector_list.css.snap | 1 + .../css/range/single_declaration.css.snap | 1 + .../specs/css/range/single_rule.css.snap | 1 + .../specs/css/range/single_value.css.snap | 1 + .../scss/declaration/global-flag.scss.snap | 1 + .../css/scss/declaration/mixed.scss.snap | 1 + .../css/scss/declaration/namespaced.scss.snap | 1 + .../declaration/simple-variable.scss.snap | 1 + .../css/selectors/attribute_selector.css.snap | 1 + .../css/selectors/class_selector.css.snap | 1 + .../css/selectors/complex_selector.css.snap | 1 + .../specs/css/selectors/id_selector.css.snap | 1 + .../pseudo_class/pseudo_class_has.css.snap | 1 + .../css/selectors/selector_lists.css.snap | 1 + .../css/selectors/type_selector.css.snap | 1 + .../tests/specs/css/simple.css.snap | 1 + .../specs/css/tailwind/long-apply.css.snap | 1 + .../css/tailwind/plugin-no-options.css.snap | 1 + .../css/tailwind/plugin-with-options.css.snap | 1 + .../css/tailwind/shadcn-default.css.snap | 1 + .../specs/css/tailwind/source-inline.css.snap | 1 + .../tests/specs/css/tailwind/utility.css.snap | 1 + .../css/trailing_newline/simple.css.snap | 1 + .../tests/specs/css/units.css.snap | 1 + .../tests/specs/css/url.css.snap | 1 + .../tests/specs/css/value_fill.css.snap | 1 + .../css/value_one_group_per_line.css.snap | 1 + .../specs/css/value_one_per_line.css.snap | 1 + .../tests/specs/css/variables.css.snap | 1 + .../prettier/css/atrule/at-root.css.snap | 1 + .../prettier/css/atrule/custom-media.css.snap | 1 + .../css/atrule/custom-selector.css.snap | 1 + .../specs/prettier/css/atrule/debug.css.snap | 1 + .../specs/prettier/css/atrule/each.css.snap | 1 + .../specs/prettier/css/atrule/extend.css.snap | 1 + .../specs/prettier/css/atrule/for.css.snap | 1 + .../prettier/css/atrule/function.css.snap | 1 + .../prettier/css/atrule/if-else.css.snap | 1 + .../specs/prettier/css/atrule/import.css.snap | 1 + .../prettier/css/atrule/include.css.snap | 1 + .../specs/prettier/css/atrule/media.css.snap | 1 + .../specs/prettier/css/atrule/mixin.css.snap | 1 + .../specs/prettier/css/atrule/return.css.snap | 1 + .../prettier/css/atrule/supports.css.snap | 1 + .../specs/prettier/css/atrule/while.css.snap | 1 + .../css/attribute/custom-selector.css.snap | 1 + .../prettier/css/attribute/quotes.css.snap | 1 + .../specs/prettier/css/atword/atword.css.snap | 1 + .../tests/specs/prettier/css/bom/bom.css.snap | 2 +- .../specs/prettier/css/case/case.css.snap | 1 + .../character_escaping.css.snap | 1 + .../css/color/color-adjuster.css.snap | 1 + .../prettier/css/comments/at-rules.css.snap | 1 + .../css/comments/custom-properties.css.snap | 1 + .../css/comments/declaration.css.snap | 1 + .../prettier/css/comments/selectors.css.snap | 1 + .../prettier/css/fill-value/fill.css.snap | 1 + .../css/front-matter/custom-parser.css.snap | 2 +- .../prettier/css/front-matter/empty.css.snap | 2 +- .../specs/prettier/css/grid/grid.css.snap | 1 + .../specs/prettier/css/indent/indent.css.snap | 2 +- .../css/inline-url/inline_url.css.snap | 1 + .../specs/prettier/css/loose/loose.css.snap | 1 + .../prettier/css/numbers/numbers.css.snap | 1 + .../prettier/css/parens/empty-lines.css.snap | 1 + .../specs/prettier/css/parens/parens.css.snap | 1 + .../postcss-8-improment/empty-props.css.snap | 2 -- .../postcss-plugins/postcss-mixins.css.snap | 1 + .../postcss-nested-props.css.snap | 1 + .../postcss-plugins/postcss-nesting.css.snap | 1 + .../postcss-simple-vars.css.snap | 1 + .../specs/prettier/css/quotes/quotes.css.snap | 1 + .../prettier/css/range/issue2267.css.snap | 2 -- .../prettier/css/selector-call/call.css.snap | 2 -- .../css/selector-list/selectors.css.snap | 1 + .../css/trailing-comma/var-func.css.snap | 1 + .../specs/prettier/css/units/values.css.snap | 1 + .../tests/specs/prettier/css/url/url.css.snap | 2 +- .../css/variables/apply-rule.css.snap | 1 + .../prettier/css/yaml/comment_after.css.snap | 2 +- .../specs/prettier/css/yaml/dirty.css.snap | 1 + .../specs/prettier/css/yaml/empty.css.snap | 1 + .../prettier/css/yaml/empty_newlines.css.snap | 1 + .../prettier/css/yaml/malformed-2.css.snap | 1 + .../prettier/css/yaml/only_comments.css.snap | 1 + .../prettier/css/yaml/with_comments.css.snap | 1 + .../css/yaml/without-newline-after.css.snap | 1 + .../specs/prettier/css/yaml/yaml.css.snap | 1 + .../at_rule/at_rule_charset_error.css.snap | 1 + .../at_rule_color_profile_error.css.snap | 1 + ...at_rule_container_and_query_error.css.snap | 1 + .../at_rule_container_error.css.snap | 1 + .../at_rule_container_or_query_error.css.snap | 1 + ...at_rule_container_style_not_query.css.snap | 1 + ..._rule_container_style_query_error.css.snap | 1 + .../at_rule_counter_style_error.css.snap | 1 + .../at_rule/at_rule_document_error.css.snap | 1 + .../at_rule/at_rule_font_face_error.css.snap | 1 + ...at_rule_font_feature_values_error.css.snap | 1 + ...at_rule_font_palette_values_error.css.snap | 1 + .../at_rule/at_rule_function_error.css.snap | 1 + .../at_rule_import_support_error.css.snap | 1 + .../at_rule_keyframes.css.snap | 1 + .../at_rule_keyframes_1.css.snap | 1 + ...ule_keyframe_disabled_css_modules.css.snap | 1 + ...rule_keyframe_enabled_css_modules.css.snap | 1 + .../at_rule/at_rule_layer_error.css.snap | 1 + .../at_rule/at_rule_media_error.css.snap | 1 + .../at_rule/at_rule_namespace_error.css.snap | 1 + .../error/at_rule/at_rule_page_error.css.snap | 1 + .../at_rule/at_rule_property_error.css.snap | 1 + .../at_rule/at_rule_scope_error.css.snap | 1 + ...rule_supports_and_condition_error.css.snap | 1 + ...ports_invalid_after_support_error.css.snap | 1 + ...rule_supports_not_condition_error.css.snap | 1 + ..._rule_supports_or_condition_error.css.snap | 1 + .../conditional_at_rule_error.css.snap | 1 + .../value/at_rule_value_disabled.css.snap | 1 + .../at_rule_value_error_enabled.css.snap | 1 + .../error/block/css_unfinished_block.css.snap | 1 + .../error/function/attr.css.snap | 1 + .../css_test_suite/error/function/if.css.snap | 1 + .../error/function/v_bind_disabled.css.snap | 1 + .../error/property/color_error.css.snap | 1 + .../composes_error_enabled.css.snap | 1 + .../disabled/composes_error_disabled.css.snap | 1 + .../error/property/grid/grid_error.css.snap | 1 + .../property/property_generic_error.css.snap | 1 + .../property/unicode_range_error.css.snap | 1 + .../relative_selector_error.css.snap | 1 + .../declaration/invalid-modifier.scss.snap | 1 + .../declaration/missing-modifier.scss.snap | 1 + .../selector/attribute_selector.css.snap | 1 + .../selector/class_selector_err.css.snap | 1 + .../error/selector/id_selector_err.css.snap | 1 + .../error/selector/invalid_selector.css.snap | 1 + .../selector/missing_identifier.css.snap | 1 + ..._class_function_compound_selector.css.snap | 1 + ...s_function_compound_selector_list.css.snap | 1 + ..._function_custom_identifier_error.css.snap | 1 + ...tion_custom_identifier_list_error.css.snap | 1 + .../pseudo_class_function_identifier.css.snap | 1 + .../pseudo_class_function_nth.css.snap | 1 + ...s_function_relative_selector_list.css.snap | 1 + ..._class_function_selector_disabled.css.snap | 1 + ...o_class_function_selector_enabled.css.snap | 1 + ...eudo_class_function_selector_list.css.snap | 1 + .../pseudo_class_function_value_list.css.snap | 1 + .../pseudo_class_identifier.css.snap | 1 + .../error/selector/pseudo_element.css.snap | 1 + ...seudo_element_function_identifier.css.snap | 1 + .../pseudo_element_function_selector.css.snap | 1 + .../error/selector/selector.error.css.snap | 1 + .../error/selector/traling_comma.css.snap | 1 + .../tailwind/when-disabled/apply.css.snap | 1 + .../tailwind/when-disabled/config.css.snap | 1 + .../when-disabled/custom-theme.css.snap | 1 + .../tailwind/when-disabled/plugin.css.snap | 1 + .../tailwind/when-disabled/reference.css.snap | 1 + .../tailwind/when-disabled/slot.css.snap | 1 + .../tailwind/when-disabled/source.css.snap | 1 + .../tailwind/when-disabled/theme.css.snap | 1 + .../tailwind/when-disabled/utility.css.snap | 1 + .../tailwind/when-disabled/variant.css.snap | 1 + .../apply-missing-semicolon.css.snap | 1 + .../plugin-with-invalid-options-2.css.snap | 1 + .../plugin-with-invalid-options.css.snap | 1 + .../tailwind/when-enabled/source.css.snap | 1 + .../when-enabled/value-arbitrary.css.snap | 1 + .../when-enabled/value-incomplete.css.snap | 1 + .../ok/at_rule/at_rule_charset.css.snap | 1 + .../ok/at_rule/at_rule_color_profile.css.snap | 1 + .../ok/at_rule/at_rule_container.css.snap | 1 + .../at_rule_container_complex.css.snap | 1 + .../ok/at_rule/at_rule_counter_style.css.snap | 1 + .../ok/at_rule/at_rule_document.css.snap | 1 + .../ok/at_rule/at_rule_font_face.css.snap | 1 + .../at_rule_font_feature_values.css.snap | 1 + .../at_rule_font_palette_values.css.snap | 1 + .../ok/at_rule/at_rule_function.css.snap | 1 + .../ok/at_rule/at_rule_import.css.snap | 1 + .../ok/at_rule/at_rule_keyframe.css.snap | 1 + .../ok/at_rule/at_rule_layer.css.snap | 1 + .../ok/at_rule/at_rule_media.css.snap | 1 + .../ok/at_rule/at_rule_media_complex.css.snap | 1 + .../ok/at_rule/at_rule_namespace.css.snap | 1 + .../ok/at_rule/at_rule_page.css.snap | 1 + .../ok/at_rule/at_rule_page_complex.css.snap | 1 + .../ok/at_rule/at_rule_position_try.css.snap | 1 + .../ok/at_rule/at_rule_property.css.snap | 1 + .../ok/at_rule/at_rule_scope.css.snap | 1 + .../at_rule/at_rule_starting_style.css.snap | 1 + .../ok/at_rule/at_rule_supports.css.snap | 1 + .../at_rule/at_rule_supports_complex.css.snap | 1 + .../ok/at_rule/at_rule_unknown.css.snap | 1 + .../at_rule/at_rule_view_transition.css.snap | 1 + .../at_rule_keyframe_css_modules.css.snap | 1 + .../ok/at_rule/value/at_rule_value.css.snap | 1 + .../css_test_suite/ok/class_selector.css.snap | 1 + .../ok/declaration_emty.css.snap | 1 + .../ok/declaration_list.css.snap | 1 + .../css_test_suite/ok/dimension.css.snap | 1 + .../tests/css_test_suite/ok/empty.css.snap | 1 + .../css_test_suite/ok/function/attr.css.snap | 1 + .../css_test_suite/ok/function/calc.css.snap | 1 + .../css_test_suite/ok/function/if.css.snap | 1 + .../ok/function/linear-gradient.css.snap | 1 + .../css_test_suite/ok/function/rgb.css.snap | 1 + .../ok/function/unknow.css.snap | 1 + .../css_test_suite/ok/function/url.css.snap | 1 + .../css_test_suite/ok/function/var.css.snap | 1 + .../ok/grit_metavariable/metavar.css.snap | 1 + .../ok/nesting/conditional_at_rule.css.snap | 1 + .../ok/nesting/multiple_amp.css.snap | 1 + .../ok/nesting/nesting.css.snap | 1 + .../ok/nesting/nesting_1.css.snap | 1 + .../ok/property/composes/composes.css.snap | 1 + .../css_test_suite/ok/property/grid.css.snap | 1 + .../ok/property/property-with-emoji.css.snap | 1 + .../ok/property/property_all.css.snap | 1 + .../ok/property/property_border.css.snap | 1 + .../ok/property/property_generic.css.snap | 1 + .../ok/property/property_z-index.css.snap | 1 + .../ok/property/unicode_range.css.snap | 1 + .../ok/scss/comment/line.scss.snap | 1 + .../ok/scss/comment/multiline.scss.snap | 1 + .../ok/scss/comment/nested.scss.snap | 1 + .../ok/scss/declaration/global-flag.scss.snap | 1 + .../ok/scss/declaration/important.scss.snap | 1 + .../namespace-properties.scss.snap | 1 + .../declaration/nested-variables.scss.snap | 1 + .../scss/declaration/semicolon-eof.scss.snap | 1 + .../ok/selector/attribute.css.snap | 1 + .../css_test_suite/ok/selector/class.css.snap | 1 + .../ok/selector/complex.css.snap | 1 + .../css_test_suite/ok/selector/id.css.snap | 1 + .../pseudo_class_an_plus_b.css.snap | 1 + .../pseudo_class/pseudo_class_any.css.snap | 1 + .../pseudo_class/pseudo_class_basic.css.snap | 1 + .../pseudo_class_current.css.snap | 1 + .../pseudo_class/pseudo_class_dir.css.snap | 1 + ..._class_function_custom_identifier.css.snap | 1 + ...s_function_custom_identifier_list.css.snap | 1 + .../pseudo_class/pseudo_class_future.css.snap | 1 + .../pseudo_class/pseudo_class_has.css.snap | 1 + .../pseudo_class/pseudo_class_host.css.snap | 1 + .../pseudo_class_host_context.css.snap | 1 + .../pseudo_class/pseudo_class_ident.css.snap | 1 + .../pseudo_class/pseudo_class_is.css.snap | 1 + .../pseudo_class/pseudo_class_lang.css.snap | 1 + .../pseudo_class_matches.css.snap | 1 + .../pseudo_class_module.css.snap | 1 + .../pseudo_class/pseudo_class_not.css.snap | 1 + .../pseudo_class/pseudo_class_past.css.snap | 1 + .../pseudo_class/pseudo_class_state.css.snap | 1 + .../pseudo_class/pseudo_class_where.css.snap | 1 + .../ok/selector/pseudo_element/basic.css.snap | 1 + .../pseudo_element/cue-region.css.snap | 1 + .../ok/selector/pseudo_element/cue.css.snap | 1 + .../selector/pseudo_element/escaped.css.snap | 1 + .../pseudo_element/highlight.css.snap | 1 + .../ok/selector/pseudo_element/part.css.snap | 1 + .../pseudo_element/presudo_complex.css.snap | 1 + .../selector/pseudo_element/slotted.css.snap | 1 + .../ok/selector/subselector.css.snap | 1 + .../css_test_suite/ok/selector/type.css.snap | 1 + .../ok/selector/universal.css.snap | 1 + .../ok/tailwind/alpha_function.css.snap | 1 + .../css_test_suite/ok/tailwind/apply.css.snap | 1 + .../ok/tailwind/config.css.snap | 1 + .../custom-variants/block-slot.css.snap | 1 + .../ok/tailwind/custom-variants/dark.css.snap | 1 + .../shorthand-at-rules-simple.css.snap | 1 + .../shorthand-at-rules.css.snap | 1 + .../shorthand-multiple-selectors.css.snap | 1 + .../custom-variants/shorthand.css.snap | 1 + .../tailwind/plugin-with-options-2.css.snap | 1 + .../ok/tailwind/plugin-with-options.css.snap | 1 + .../ok/tailwind/plugin.css.snap | 1 + .../ok/tailwind/reference.css.snap | 1 + .../ok/tailwind/shadcn-default.css.snap | 1 + .../ok/tailwind/simple.css.snap | 1 + .../ok/tailwind/source-inline.css.snap | 1 + .../ok/tailwind/source-not.css.snap | 1 + .../ok/tailwind/source.css.snap | 1 + .../ok/tailwind/spacing_function.css.snap | 1 + .../ok/tailwind/theme/custom-theme.css.snap | 1 + .../theme/theme-with-keyframes.css.snap | 1 + .../tailwind/theme/theme-with-name.css.snap | 1 + .../theme/theme-with-star-vars.css.snap | 1 + .../ok/tailwind/theme/theme.css.snap | 1 + .../ok/tailwind/tw-import.css.snap | 1 + .../tailwind/utility/arbitrary-star.css.snap | 1 + .../utility/enhanced-value-function.css.snap | 1 + .../ok/tailwind/utility/modifier.css.snap | 1 + .../tailwind/utility/px-functional.css.snap | 1 + .../tailwind/utility/simple-utility.css.snap | 1 + .../tailwind/utility/value-literals.css.snap | 1 + .../ok/tailwind/utility/with-param.css.snap | 1 + .../tailwind/utility/with-sub-block.css.snap | 1 + .../ok/tailwind/variant.css.snap | 1 + .../css_test_suite/ok/values/number.css.snap | 1 + .../ok/values/url_value.css.snap | 1 + .../src/snapshots/formatter_syntax_error.snap | 3 --- .../src/snapshots/invalid_document.snap | 3 --- .../src/snapshots/poor_layout.snap | 3 --- .../src/snapshots/range_error.snap | 3 --- .../noDuplicatedFields.graphql.snap | 1 - .../directive_definition.graphql.snap | 1 + .../graphql/definitions/enum.graphql.snap | 1 + .../definitions/enum_extension.graphql.snap | 1 + .../graphql/definitions/fragment.graphql.snap | 1 + .../definitions/input_object.graphql.snap | 1 + .../input_object_extension.graphql.snap | 1 + .../definitions/interface.graphql.snap | 1 + .../interface_extension.graphql.snap | 1 + .../graphql/definitions/object.graphql.snap | 1 + .../definitions/object_extension.graphql.snap | 1 + .../graphql/definitions/scalar.graphql.snap | 1 + .../definitions/scalar_extension.graphql.snap | 1 + .../graphql/definitions/schema.graphql.snap | 1 + .../definitions/schema_extension.graphql.snap | 1 + .../graphql/definitions/union.graphql.snap | 1 + .../definitions/union_extension.graphql.snap | 1 + .../specs/graphql/directive.graphql.snap | 1 + .../specs/graphql/newline_clrf.graphql.snap | 1 + .../global/object_spacing.graphql.snap | 1 + .../spacing/object_spacing.graphql.snap | 1 + .../specs/graphql/operation.graphql.snap | 1 + .../specs/graphql/selection_set.graphql.snap | 1 + .../tests/specs/graphql/simple.graphql.snap | 1 + .../specs/graphql/suppression.graphql.snap | 1 + .../trailing_newline/simple.graphql.snap | 1 + .../tests/specs/graphql/type.graphql.snap | 1 + .../tests/specs/graphql/value.graphql.snap | 1 + .../graphql/definitions/fields.graphql.snap | 1 + .../fragment_variables.graphql.snap | 1 + .../tests/specs/grit/bubble.grit.snap | 1 + .../specs/grit/comments/multifile.grit.snap | 1 + .../grit/comments/top-comments.grit.snap | 1 + .../tests/specs/grit/file_node.grit.snap | 1 + .../specs/grit/function_definition.grit.snap | 1 + .../specs/grit/global_suppression.grit.snap | 1 + .../tests/specs/grit/list.grit.snap | 1 + .../tests/specs/grit/map.grit.snap | 1 + .../specs/grit/marzano/complex.grit.snap | 1 + .../tests/specs/grit/marzano/engine.grit.snap | 1 + .../specs/grit/marzano/go_code.grit.snap | 1 + .../specs/grit/marzano/go_unknown.grit.snap | 1 + .../tests/specs/grit/marzano/python.grit.snap | 1 + .../specs/grit/marzano/react_hooks.grit.snap | 1 + .../specs/grit/marzano/shadow_scope.grit.snap | 1 + .../tests/specs/grit/multifile.grit.snap | 1 + .../tests/specs/grit/patterns/any.grit.snap | 1 + .../specs/grit/patterns/contains.grit.snap | 1 + .../grit/patterns/create_new_files.grit.snap | 1 + .../grit/patterns/definition_body.grit.snap | 1 + .../specs/grit/patterns/file_node.grit.snap | 1 + .../specs/grit/patterns/if_else.grit.snap | 1 + .../tests/specs/grit/patterns/like.grit.snap | 1 + .../grit/patterns/list_pattern.grit.snap | 1 + .../tests/specs/grit/patterns/or.grit.snap | 1 + .../specs/grit/patterns/orelse.grit.snap | 1 + .../tests/specs/grit/patterns/regex.grit.snap | 1 + .../grit/patterns/where_pattern.grit.snap | 1 + .../tests/specs/grit/predicates/and.grit.snap | 1 + .../tests/specs/grit/predicates/any.grit.snap | 1 + .../grit/predicates/assignment.grit.snap | 1 + .../tests/specs/grit/predicates/or.grit.snap | 1 + .../tests/specs/grit/sequential.grit.snap | 1 + .../tests/specs/grit/version.grit.snap | 1 + .../err/invalid_predicate.grit.snap | 1 - .../err/invalid_predicate_subject.grit.snap | 1 - .../ok/bubble_clause.grit.snap | 1 - .../ok/bubble_clause_arguments.grit.snap | 1 - .../ok/function_definition.grit.snap | 1 - .../ok/pattern_definition.grit.snap | 1 - .../ok/predicate_definition.grit.snap | 1 - .../ok/private_pattern.grit.snap | 1 - .../grit_test_suite/ok/sequential.grit.snap | 1 - .../tests/specs/json/biomeCompatibility.snap | 1 - .../tests/specs/json/matchArray.snap | 1 - .../tests/specs/json/matchMember.snap | 1 - .../tests/specs/json/matchObject.snap | 1 - .../tests/specs/json/matchStringValue.snap | 1 - .../tests/specs/json/metavariableSlots.snap | 1 - .../specs/ts/arrow_function_parameters.snap | 1 - .../tests/specs/ts/filenameMatch.snap | 1 - .../tests/specs/ts/filenameNoMatch.snap | 1 - .../tests/specs/tsx/jsx_slots.snap | 1 - .../specs/nursery/noScriptUrl/valid.html.snap | 1 - .../specs/html/astro/component.astro.snap | 1 + .../specs/html/attributes/break.html.snap | 1 + .../html/attributes/multiline/break.html.snap | 1 + .../attributes/multiline/no-break.html.snap | 1 + .../specs/html/attributes/no-break.html.snap | 1 + .../normalize-attr-casing.html.snap | 1 + .../html/attributes/self-closing.html.snap | 1 + .../html/attributes/single-quotes.html.snap | 1 + .../comments/after-text-inside-div.html.snap | 1 + .../specs/html/comments/after-text.html.snap | 1 + .../html/comments/before-text-2.html.snap | 1 + .../comments/before-text-inside-div.html.snap | 1 + .../specs/html/comments/before-text.html.snap | 1 + .../inline-with-block-element.html.snap | 1 + .../specs/html/comments/inline.html.snap | 1 + .../specs/html/comments/inside-text.html.snap | 1 + .../astro-component-casing.astro.snap | 1 + .../html-canonical-lowercasing.html.snap | 1 + .../large-self-closing.svelte.snap | 1 + .../svelte-component-casing.svelte.snap | 1 + .../vue-component-casing.vue.snap | 1 + .../content-breaks-when-attr-breaks.html.snap | 1 + .../specs/html/directive/lowercase.html.snap | 1 + .../specs/html/directive/uppercase.html.snap | 1 + .../specs/html/directive/uppercase2.html.snap | 1 + .../bracket-same-line/element.html.snap | 1 + .../bracket-same-line/self-closing.html.snap | 1 + .../html/elements/empty-extra-lines.html.snap | 1 + .../html/elements/iframe-allow.html.snap | 1 + .../inline/mixed-block-inline.html.snap | 1 + .../inline/tags-dont-hug-content-2.html.snap | 1 + .../inline/tags-dont-hug-content.html.snap | 1 + .../tags-hug-content-longer-w-attr.html.snap | 1 + .../inline/tags-hug-content-w-attr.html.snap | 1 + .../inline/tags-hug-content.html.snap | 1 + .../elements/normalize-tag-casing.html.snap | 1 + .../html/elements/pre-with-brackets.html.snap | 1 + .../html/elements/pre-with-braille.html.snap | 1 + .../tests/specs/html/elements/pre.html.snap | 1 + .../html/elements/spacing/case0.html.snap | 1 + .../html/elements/spacing/case1.html.snap | 1 + .../html/elements/spacing/case2.html.snap | 1 + .../html/elements/spacing/case3.html.snap | 1 + .../html/elements/spacing/case4.html.snap | 1 + .../whitespace/ignore/long-content.html.snap | 1 + .../sensitive-style.html.snap | 1 + .../tests/specs/html/frontmatter.html.snap | 1 + .../tests/specs/html/long-content.html.snap | 1 + .../specs/html/long-inline-elements.html.snap | 1 + .../tests/specs/html/many-children.html.snap | 1 + .../tests/specs/html/self-closing.html.snap | 1 + .../specs/html/self-closing/always.html.snap | 1 + .../specs/html/self-closing/never.html.snap | 1 + .../basic-suppression-2.html.snap | 1 + .../suppressions/basic-suppression.html.snap | 1 + .../suppressions/global_suppression.html.snap | 1 + .../suppressions/inline-content.html.snap | 1 + .../suppressions/inline-elements.html.snap | 1 + .../suppress-inside-element.html.snap | 1 + .../specs/html/svelte/attach.svelte.snap | 1 + .../await_array_destructuring.svelte.snap | 1 + .../specs/html/svelte/await_basic.svelte.snap | 1 + .../html/svelte/await_catch_only.svelte.snap | 1 + .../await_complex_expression.svelte.snap | 1 + .../svelte/await_destructuring.svelte.snap | 1 + .../svelte/await_dynamic_import.svelte.snap | 1 + .../html/svelte/await_inline.svelte.snap | 1 + .../svelte/await_long_expression.svelte.snap | 1 + .../html/svelte/await_multiline.svelte.snap | 1 + .../html/svelte/await_multiple.svelte.snap | 1 + .../html/svelte/await_nested.svelte.snap | 1 + .../html/svelte/await_no_catch.svelte.snap | 1 + .../html/svelte/await_one_liner.svelte.snap | 1 + .../html/svelte/await_shorthand.svelte.snap | 1 + .../svelte/await_with_comments.svelte.snap | 1 + .../svelte/await_with_whitespace.svelte.snap | 1 + .../html/svelte/bind_component.svelte.snap | 1 + .../html/svelte/compat_binding.svelte.snap | 1 + .../specs/html/svelte/component.svelte.snap | 1 + .../tests/specs/html/svelte/const.svelte.snap | 1 + .../tests/specs/html/svelte/debug.svelte.snap | 1 + .../svelte/directive_bind_basic.svelte.snap | 1 + .../svelte/directive_class_basic.svelte.snap | 1 + .../svelte/directive_multiple.svelte.snap | 1 + .../directive_style_important.svelte.snap | 1 + ...directive_transition_modifiers.svelte.snap | 1 + .../svelte/directive_use_basic.svelte.snap | 1 + .../specs/html/svelte/each_basic.svelte.snap | 1 + .../each_complex_combinations.svelte.snap | 1 + .../each_complex_expression.svelte.snap | 1 + .../specs/html/svelte/each_nested.svelte.snap | 1 + .../html/svelte/each_one_liner.svelte.snap | 1 + .../each_with_destructuring.svelte.snap | 1 + .../html/svelte/each_with_else.svelte.snap | 1 + .../html/svelte/each_with_index.svelte.snap | 1 + .../each_with_index_and_key.svelte.snap | 1 + .../html/svelte/each_with_key.svelte.snap | 1 + .../svelte/each_with_whitespace.svelte.snap | 1 + .../tests/specs/html/svelte/html.svelte.snap | 1 + .../tests/specs/html/svelte/if.svelte.snap | 1 + .../specs/html/svelte/if_else.svelte.snap | 1 + .../html/svelte/if_else_if_else.svelte.snap | 1 + .../specs/html/svelte/if_nested.svelte.snap | 1 + .../specs/html/svelte/issue_8515.svelte.snap | 1 + .../tests/specs/html/svelte/key.svelte.snap | 1 + .../specs/html/svelte/render.svelte.snap | 1 + .../html/svelte/snippet_basic.svelte.snap | 1 + .../html/svelte/snippet_nested.svelte.snap | 1 + .../snippet_with_whitespace.svelte.snap | 1 + .../issue-8584-w-newline.svelte.snap | 1 + .../svelte/whitespace/issue-8584.svelte.snap | 1 + .../text_expressions/expressions.vue.snap | 1 + .../html/trailing_newline/simple.html.snap | 1 + .../tests/specs/html/vue/component.vue.snap | 1 + .../specs/html/vue/event-with-colon.vue.snap | 1 + .../tests/specs/html/vue/issue-8174.vue.snap | 1 + ...ontext-and-non-sensitive-sibling.html.snap | 1 + .../no-break-display-none.html.snap | 1 + .../preserve-newline-after-element.html.snap | 1 + .../preserve-space-after-element.html.snap | 1 + .../html/attributes/attributes.html.snap | 1 + .../html/attributes/class-bem1.html.snap | 1 + .../html/attributes/class-names.html.snap | 1 + .../attributes/event-attributes.html.snap | 1 + .../allow-attribute.html.snap | 1 + .../allow-attribute.html.snap | 1 + .../html/attributes/smart-quotes.html.snap | 1 + .../prettier/html/attributes/srcset.html.snap | 1 + .../prettier/html/attributes/style.html.snap | 1 + .../prettier/html/basics/comment.html.snap | 1 + .../html/basics/hello-world.html.snap | 1 + .../html/basics/html5-boilerplate.html.snap | 1 + .../html/basics/void-elements-2.html.snap | 1 + .../prettier/html/basics/with-colon.html.snap | 1 + .../html/bracket-same-line/embed.html.snap | 1 + .../bracket-same-line/void-elements.html.snap | 1 + .../specs/prettier/html/case/case.html.snap | 1 + .../prettier/html/cdata/example.html.snap | 1 + .../prettier/html/comments/bogus.html.snap | 1 + .../html/comments/conditional.html.snap | 1 + .../html/comments/for_debugging.html.snap | 1 + .../prettier/html/comments/hidden.html.snap | 1 + .../specs/prettier/html/css/less.html.snap | 1 + .../prettier/html/css/mj-style.html.snap | 1 + .../specs/prettier/html/css/postcss.html.snap | 1 + .../specs/prettier/html/css/scss.html.snap | 1 + .../specs/prettier/html/css/simple.html.snap | 1 + .../prettier/html/css/single-style.html.snap | 1 + .../html/doctype_declarations/html5.html.snap | 1 + .../doctype_declarations/xhtml1.1.html.snap | 1 + .../handlebars-venerable/template.html.snap | 1 + .../tests/specs/prettier/html/js/js.html.snap | 1 + .../specs/prettier/html/js/simple.html.snap | 1 + .../prettier/html/js/single-script.html.snap | 1 + .../prettier/html/js/something-else.html.snap | 1 + .../html/js/template-literal.html.snap | 1 + .../prettier/html/js/typescript.html.snap | 1 + .../html/magic_comments/display.html.snap | 1 + .../css/html-with-css-style.html.snap | 1 + .../js/html-with-js-script.html.snap | 1 + .../js/script-tag-escaping.html.snap | 1 + .../html-with-markdown-script.html.snap | 1 + .../ts/html-with-ts-script.html.snap | 1 + .../unknown/unknown-lang.html.snap | 1 + .../standalone-end-marker.html.snap | 1 + .../html/prettier_ignore/cases.html.snap | 1 + .../prettier_ignore/issue-15738.html.snap | 1 + .../html/prettier_ignore/long_lines.html.snap | 1 + .../html/prettier_ignore/unclosed2.html.snap | 1 + .../prettier/html/script/babel.html.snap | 1 + .../prettier/html/script/legacy.html.snap | 1 + .../prettier/html/script/module.html.snap | 1 + .../prettier/html/script/script.html.snap | 1 + .../prettier/html/svg/embeded/svg.html.snap | 1 + .../specs/prettier/html/svg/svg.html.snap | 1 + .../prettier/html/tags/marquee.html.snap | 1 + .../object-prototype-properties.html.snap | 1 + .../specs/prettier/html/tags/pre.html.snap | 1 + .../specs/prettier/html/tags/seach.html.snap | 1 + .../specs/prettier/html/tags/tags.html.snap | 1 + .../specs/prettier/html/tags/tags2.html.snap | 1 + .../prettier/html/tags/textarea.html.snap | 1 + .../html/text/tag-should-in-fill.html.snap | 1 + .../whitespace/display-inline-block.html.snap | 1 + .../html/whitespace/display-none.html.snap | 1 + .../prettier/html/whitespace/fill.html.snap | 1 + ...nested-inline-without-whitespace.html.snap | 1 + .../specs/prettier/html/yaml/yaml.html.snap | 1 + .../vue/bracket-same-line/vue.html.snap | 1 + .../vue/html-vue/elastic-header.html.snap | 1 + .../vue/html-vue/hello-world.html.snap | 1 + .../vue/html-vue/upper-case-2.html.snap | 1 + .../html-vue/upper-case-html-tag-2.html.snap | 1 + .../html-vue/upper-case-html-tag-4.html.snap | 1 + .../prettier/vue/vue/template-dom.html.snap | 1 + .../astro/attribute_expression.astro.snap | 1 + .../error/astro/missing_fence.astro.snap | 1 + .../error/astro/nested_expression.astro.snap | 1 + .../html_specs/error/astro/spread.astro.snap | 1 + .../invalid-unquoted-value1.html.snap | 1 + .../invalid-unquoted-value2.html.snap | 1 + .../attributes/missing-initializer.html.snap | 1 + .../error/element/br-with-end.html.snap | 1 + .../error/element/child-no-tag-name.html.snap | 1 + .../element/missing-close-tag-2.html.snap | 1 + .../error/element/missing-close-tag.html.snap | 1 + .../element/missing-element-name.html.snap | 1 + .../error/element/solo-no-tag-name.html.snap | 1 + .../tag-name-starts-with-digit.html.snap | 1 + .../html_specs/error/frontmatter.html.snap | 1 + .../error/frontmatter_bogus.html.snap | 1 + .../error/interpolation-attributes.html.snap | 1 + .../html_specs/error/interpolation.html.snap | 1 + .../error/svelte/attach.svelte.snap | 1 + .../await_catch_before_then.svelte.snap | 1 + ...ait_catch_only_missing_binding.svelte.snap | 1 + .../svelte/await_duplicate_catch.svelte.snap | 1 + .../svelte/await_duplicate_then.svelte.snap | 1 + ...invalid_catch_only_with_clause.svelte.snap | 1 + ..._invalid_shorthand_with_clause.svelte.snap | 1 + .../await_missing_catch_binding.svelte.snap | 1 + .../svelte/await_missing_close.svelte.snap | 1 + .../await_missing_expression.svelte.snap | 1 + .../await_missing_then_binding.svelte.snap | 1 + ...wait_shorthand_missing_binding.svelte.snap | 1 + .../error/svelte/await_unclosed.svelte.snap | 1 + .../html_specs/error/svelte/const.svelte.snap | 1 + .../svelte/debug-trailing-comma.svelte.snap | 1 + .../html_specs/error/svelte/debug.svelte.snap | 1 + .../animate_invalid_params.svelte.snap | 1 + .../animate_missing_name.svelte.snap | 1 + .../bind_incomplete_expression.svelte.snap | 1 + .../bind_invalid_syntax.svelte.snap | 1 + .../class_invalid_expression.svelte.snap | 1 + .../directives/class_missing_name.svelte.snap | 1 + .../directives/in_invalid_params.svelte.snap | 1 + .../directives/in_missing_name.svelte.snap | 1 + .../directives/out_invalid_params.svelte.snap | 1 + .../directives/out_missing_name.svelte.snap | 1 + .../style_incomplete_expression.svelte.snap | 1 + .../style_missing_property.svelte.snap | 1 + .../transition_incomplete_params.svelte.snap | 1 + .../transition_missing_name.svelte.snap | 1 + .../transition_modifier_only.svelte.snap | 1 + .../use_invalid_expression.svelte.snap | 1 + .../directives/use_missing_name.svelte.snap | 1 + .../error/svelte/each_missing_as.svelte.snap | 1 + .../svelte/each_missing_binding.svelte.snap | 1 + .../each_missing_closing_paren.svelte.snap | 1 + .../each_missing_expression.svelte.snap | 1 + .../error/svelte/each_unclosed.svelte.snap | 1 + .../html_specs/error/svelte/html.svelte.snap | 1 + .../invalid_curly_in_expression.svelte.snap | 1 + .../svelte/key_missing_close.svelte.snap | 1 + .../svelte/key_missing_expression.svelte.snap | 1 + .../error/svelte/render.svelte.snap | 1 + .../svelte/snippet_missing_close.svelte.snap | 1 + .../error/svelte/snippet_unclosed.svelte.snap | 1 + .../error/svelte/spread.svelte.snap | 1 + .../django/issue-5450.html.snap | 1 + .../django/issue-8605.html.snap | 1 + .../vue/invalid-v-bind-shorthand.vue.snap | 1 + .../error/vue/invalid-v-on-shorthand.vue.snap | 1 + .../vue/invalid-v-slot-shorthand.vue.snap | 1 + .../vue/vue_unclosed_expression.vue.snap | 1 + .../ok/astro/attribute_expression.astro.snap | 1 + .../astro/comment_in_frontmatter.astro.snap | 1 + .../html_specs/ok/astro/component.astro.snap | 1 + .../ok/astro/component_member.astro.snap | 1 + .../astro/component_member_nested.astro.snap | 1 + .../component_with_attributes.astro.snap | 1 + .../ok/astro/empty_frontmatter.astro.snap | 2 +- .../ok/astro/frontmatter_in_quotes.astro.snap | 1 + .../html_specs/ok/astro/issue_7837.astro.snap | 1 + .../multiple_nested_expression.astro.snap | 1 + .../ok/astro/nested_expression.astro.snap | 1 + .../html_specs/ok/astro/no_fence.astro.snap | 1 + .../html_specs/ok/astro/spread.astro.snap | 1 + .../html_specs/ok/astro/with_fence.astro.snap | 1 + .../attributes/attributes-unquoted.html.snap | 1 + .../ok/attributes/attributes.html.snap | 1 + .../multiline-attribute-value.html.snap | 1 + .../attributes/multiline-attributes.html.snap | 1 + .../tests/html_specs/ok/bom.html.snap | 2 +- .../tests/html_specs/ok/cdata.html.snap | 1 + .../html_specs/ok/comment-inline.html.snap | 1 + .../tests/html_specs/ok/comment.html.snap | 1 + .../tests/html_specs/ok/comment2.html.snap | 1 + .../non-spec-compliant-tag-name.html.snap | 1 + .../html_specs/ok/content-blocks.html.snap | 1 + .../html_specs/ok/doctype/basic.html.snap | 1 + .../ok/doctype/long-legacy1.html.snap | 1 + .../ok/doctype/long-legacy2.html.snap | 1 + .../ok/doctype/long-legacy3.html.snap | 1 + .../html_specs/ok/doctype/minimal.html.snap | 1 + .../tests/html_specs/ok/element.html.snap | 1 + .../html_specs/ok/element_list.html.snap | 1 + .../html_specs/ok/element_list2.html.snap | 1 + .../embedded-languages/script-basic.html.snap | 1 + .../embedded-languages/script-empty.html.snap | 1 + .../script-in-string.html.snap | 1 + .../script-less-than.html.snap | 1 + .../tests/html_specs/ok/hello-world.html.snap | 1 + .../ok/no-end-tags/br-in-span.html.snap | 1 + .../html_specs/ok/no-end-tags/br.html.snap | 1 + .../ok/no-end-tags/casing.html.snap | 1 + .../html_specs/ok/no-end-tags/meta.html.snap | 1 + .../html_specs/ok/no-end-tags/param.html.snap | 1 + .../html_specs/ok/no-end-tags/wbr.html.snap | 1 + .../tests/html_specs/ok/ok.html.snap | 1 + .../tests/html_specs/ok/ok2.html.snap | 1 + .../html_specs/ok/quote-in-child.html.snap | 1 + .../html_specs/ok/special-chars.html.snap | 1 + .../html_specs/ok/svelte/attach.svelte.snap | 1 + .../await_array_destructuring.svelte.snap | 1 + .../ok/svelte/await_basic.svelte.snap | 1 + .../ok/svelte/await_catch_no_then.svelte.snap | 1 + .../ok/svelte/await_catch_only.svelte.snap | 1 + .../await_complex_expression.svelte.snap | 1 + .../ok/svelte/await_destructuring.svelte.snap | 1 + .../svelte/await_dynamic_import.svelte.snap | 1 + .../ok/svelte/await_multiline.svelte.snap | 1 + .../ok/svelte/await_nested.svelte.snap | 1 + .../ok/svelte/await_no_catch.svelte.snap | 1 + .../ok/svelte/await_one_linter.svelte.snap | 1 + .../ok/svelte/await_shorthand.svelte.snap | 1 + .../ok/svelte/complex_expressions.svelte.snap | 1 + .../ok/svelte/component.svelte.snap | 1 + .../ok/svelte/component_member.svelte.snap | 1 + .../component_member_nested.svelte.snap | 1 + .../component_with_attributes.svelte.snap | 1 + .../html_specs/ok/svelte/const.svelte.snap | 1 + .../html_specs/ok/svelte/debug.svelte.snap | 1 + .../directives/animate_basic.svelte.snap | 1 + .../directives/bind_shorthand.svelte.snap | 1 + .../ok/svelte/directives/in_basic.svelte.snap | 1 + .../directives/in_global_modifier.svelte.snap | 1 + .../directives/in_local_modifier.svelte.snap | 1 + .../in_multiple_modifiers.svelte.snap | 1 + .../svelte/directives/out_basic.svelte.snap | 1 + .../out_global_modifier.svelte.snap | 1 + .../directives/out_local_modifier.svelte.snap | 1 + .../out_multiple_modifiers.svelte.snap | 1 + .../svelte/directives/style_basic.svelte.snap | 1 + .../style_important_modifier.svelte.snap | 1 + .../directives/style_kebab_case.svelte.snap | 1 + .../directives/style_multiple.svelte.snap | 1 + .../directives/style_shorthand.svelte.snap | 1 + .../directives/transition_basic.svelte.snap | 1 + .../transition_global_modifier.svelte.snap | 1 + .../transition_local_modifier.svelte.snap | 1 + .../transition_multiple_modifiers.svelte.snap | 1 + .../transition_shorthand.svelte.snap | 1 + .../svelte/directives/use_basic.svelte.snap | 1 + .../directives/use_shorthand.svelte.snap | 1 + .../ok/svelte/dynamic-prop.svelte.snap | 1 + .../svelte/each_as_in_identifier.svelte.snap | 1 + .../ok/svelte/each_basic.svelte.snap | 1 + .../each_complex_combinations.svelte.snap | 1 + .../each_complex_expression.svelte.snap | 1 + .../ok/svelte/each_index_only.svelte.snap | 1 + .../each_with_destructuring.svelte.snap | 1 + .../ok/svelte/each_with_else.svelte.snap | 1 + .../ok/svelte/each_with_index.svelte.snap | 1 + .../each_with_index_and_key.svelte.snap | 1 + .../ok/svelte/each_with_key.svelte.snap | 1 + .../html_specs/ok/svelte/html.svelte.snap | 1 + .../tests/html_specs/ok/svelte/if.svelte.snap | 1 + .../html_specs/ok/svelte/if_else.svelte.snap | 1 + .../ok/svelte/if_else_if_else.svelte.snap | 1 + .../html_specs/ok/svelte/key.svelte.snap | 1 + .../html_specs/ok/svelte/render.svelte.snap | 1 + .../ok/svelte/shorthand-prop.svelte.snap | 1 + .../snippet_array_destructuring.svelte.snap | 1 + .../ok/svelte/snippet_basic.svelte.snap | 1 + .../svelte/snippet_default_values.svelte.snap | 1 + .../svelte/snippet_destructuring.svelte.snap | 1 + .../ok/svelte/snippet_multiple.svelte.snap | 1 + .../ok/svelte/snippet_nested.svelte.snap | 1 + .../ok/svelte/snippet_recursive.svelte.snap | 1 + .../ok/svelte/snippet_with_params.svelte.snap | 1 + .../html_specs/ok/svelte/spread.svelte.snap | 1 + .../ok/svelte/svelte_expressions.svelte.snap | 1 + .../html_specs/ok/text_keywords.html.snap | 1 + .../html_specs/ok/vue/component.vue.snap | 1 + .../ok/vue/component_member.vue.snap | 1 + .../ok/vue/component_member_nested.vue.snap | 1 + .../ok/vue/component_member_simple.vue.snap | 1 + .../ok/vue/component_with_attributes.vue.snap | 1 + .../ok/vue/dynamic-slot-arg.vue.snap | 1 + .../ok/vue/event-with-colon.vue.snap | 1 + .../arg-modifiers-no-value.vue.snap | 1 + .../arg-no-modifiers-no-value.vue.snap | 1 + .../directive-only.vue.snap | 1 + .../modifiers-no-arg-no-value.vue.snap | 1 + .../html_specs/ok/vue/interpolation.vue.snap | 1 + .../html_specs/ok/vue/issue-8174.vue.snap | 1 + .../html_specs/ok/vue/issue-8765.vue.snap | 1 + .../tests/html_specs/ok/vue/modifier.vue.snap | 1 + .../ok/vue/modifiers-all-variants.vue.snap | 1 + .../ok/vue/multiple_expressions.vue.snap | 1 + .../html_specs/ok/vue/v-bind-dynamic.vue.snap | 1 + .../html_specs/ok/vue/v-bind-mixed.vue.snap | 1 + .../ok/vue/v-bind-shorthand.vue.snap | 1 + .../tests/html_specs/ok/vue/v-bind.vue.snap | 1 + .../ok/vue/v-dynamic-chains.vue.snap | 1 + .../html_specs/ok/vue/v-else-if.vue.snap | 1 + .../tests/html_specs/ok/vue/v-else.vue.snap | 1 + .../tests/html_specs/ok/vue/v-for.vue.snap | 1 + .../html_specs/ok/vue/v-html-text.vue.snap | 1 + .../tests/html_specs/ok/vue/v-if.vue.snap | 1 + .../ok/vue/v-mixed-complex.vue.snap | 1 + .../html_specs/ok/vue/v-model-mixed.vue.snap | 1 + .../html_specs/ok/vue/v-on-mixed.vue.snap | 1 + .../html_specs/ok/vue/v-on-shorthand.vue.snap | 1 + .../ok/vue/v-slot-shorthand.vue.snap | 1 + .../ok/vue/vue_expressions.vue.snap | 1 + .../ok/vue/vue_expressions_escaped.vue.snap | 1 + .../issue-8605.html.snap | 1 + .../utils/snapshots/cannot_be_renamed.snap | 3 --- .../snapshots/cannot_find_declaration.snap | 3 --- .../noAriaHiddenOnFocusable/invalid.jsx.snap | 1 - .../invalid.jsx.snap | 1 - .../noAriaUnsupportedElements/valid.jsx.snap | 2 -- .../specs/a11y/noAutofocus/invalid.jsx.snap | 1 - .../noDistractingElements/invalid.jsx.snap | 1 - .../specs/a11y/noHeaderScope/invalid.jsx.snap | 1 - .../invalid.jsx.snap | 1 - .../valid.jsx.snap | 1 - .../noLabelWithoutControl/invalid.jsx.snap | 1 - .../invalidCustomInputComponents.jsx.snap | 1 - .../invalidCustomLabelAttributes.jsx.snap | 1 - .../invalidCustomLabelComponents.jsx.snap | 1 - .../invalidCustomOptions.jsx.snap | 1 - .../invalid.jsx.snap | 1 - .../noNoninteractiveTabindex/invalid.jsx.snap | 1 - .../a11y/noRedundantAlt/invalid.jsx.snap | 1 - .../tests/specs/a11y/useAltText/area.jsx.snap | 1 - .../tests/specs/a11y/useAltText/img.jsx.snap | 1 - .../specs/a11y/useAltText/input.jsx.snap | 1 - .../specs/a11y/useAltText/object.jsx.snap | 1 - .../a11y/useAnchorContent/invalid.jsx.snap | 1 - .../a11y/useAriaPropsForRole/invalid.jsx.snap | 1 - .../specs/a11y/useButtonType/inObject.js.snap | 1 - .../useButtonType/withBindingInvalid.js.snap | 1 - .../withDefaultNamespaceInvalid.js.snap | 1 - .../withRenamedImportInvalid.js.snap | 1 - .../a11y/useHeadingContent/invalid.jsx.snap | 1 - .../a11y/useIframeTitle/invalid.jsx.snap | 1 - .../useKeyWithMouseEvents/invalid.jsx.snap | 1 - .../a11y/useMediaCaption/invalid.jsx.snap | 1 - .../a11y/useValidAnchor/invalid.jsx.snap | 1 - .../a11y/useValidAriaRole/invalid.jsx.snap | 1 - .../noAdjacentSpacesInRegex/valid.jsonc.snap | 2 -- .../noCommaOperator/valid.jsonc.snap | 2 -- .../booleanOperators.js.snap | 1 - .../booleanOperators2.js.snap | 1 - .../complexEventHandler.ts.snap | 1 - .../excessiveNesting.js.snap | 1 - .../functionalChain.js.snap | 1 - .../getWords.js.snap | 1 - .../invalidConfig.js.snap | 1 - .../lambdas.js.snap | 1 - .../nestedControlFlowStructures.js.snap | 1 - .../simpleBranches.js.snap | 1 - .../simpleBranches2.js.snap | 1 - .../sumOfPrimes.js.snap | 1 - .../valid.js.snap | 1 - .../complexity/noForEach/invalid.js.snap | 1 - .../noForEach/invalidConfig.js.snap | 1 - .../complexity/noUselessCatch/invalid.js.snap | 1 - .../complexity/noUselessCatch/valid.js.snap | 1 - .../noUselessConstructor/invalid.js.snap | 1 - .../noUselessConstructor/invalid.jsonc.snap | 1 - .../noUselessConstructor/invalid.ts.snap | 1 - .../noUselessConstructor/valid.jsonc.snap | 1 - .../invalid_with_default_export.js.snap | 1 - .../invalid_with_empty_export.js.snap | 1 - .../invalid_with_export.js.snap | 1 - .../invalid_with_export_from.js.snap | 1 - .../invalid_with_import.js.snap | 1 - .../invalid_with_sideeffect_import.js.snap | 1 - .../fromImportInvalid.jsx.snap | 1 - .../fromImportNamespaceInvalid.jsx.snap | 1 - .../fromImportRenameInvalid.jsx.snap | 1 - .../noUselessFragments/issue_1926.jsx.snap | 1 - .../noUselessFragments/issue_2460.jsx.snap | 1 - .../noUselessFragments/issue_3149.jsx.snap | 1 - .../noUselessFragments/issue_3545.jsx.snap | 1 - .../noUselessFragments/issue_4208.jsx.snap | 1 - .../noUselessFragments/issue_4553.jsx.snap | 1 - .../noUselessFragments/noChildren.jsx.snap | 1 - .../noUselessFragments/withChildren.jsx.snap | 1 - .../withCommentsInvalid.jsx.snap | 1 - .../noUselessLabel/invalid.jsonc.snap | 1 - .../noUselessLabel/valid.jsonc.snap | 2 -- .../invalid.cjs.snap | 1 - .../invalidModule.js.snap | 1 - .../noUselessSwitchCase/invalid.js.snap | 1 - .../noUselessTernary/invalid.js.snap | 1 - .../invalid_without_trivia.js.snap | 1 - .../noUselessThisAlias/invalid.js.snap | 1 - .../noUselessTypeConstraint/invalid.ts.snap | 1 - .../noUselessTypeConstraint/invalid.tsx.snap | 1 - .../invalid.js.snap | 1 - .../complexity/useFlatMap/valid.jsonc.snap | 2 -- .../specs/complexity/useIndexOf/valid.js.snap | 1 - .../useNumericLiterals/overridden.js.snap | 1 - .../global_typeofLogicalAndCases1.ts.snap | 1 - .../global_typeofLogicalAndCases2.ts.snap | 1 - ...expressions_typeofLogicalAndCases1.ts.snap | 1 - ...expressions_typeofLogicalAndCases2.ts.snap | 1 - .../useOptionalChain/logicalAndCases1.js.snap | 1 - .../useOptionalChain/logicalAndCases2.js.snap | 1 - .../useOptionalChain/logicalAndCases3.js.snap | 1 - .../useOptionalChain/logicalAndCases4.js.snap | 1 - .../useOptionalChain/logicalAndCases5.js.snap | 1 - .../logicalAndCases6.jsx.snap | 1 - .../nullishAndLogicalOr1.ts.snap | 2 -- .../nullishAndLogicalOr2.ts.snap | 2 -- .../typeofLogicalAndCases1.ts.snap | 1 - .../typeofLogicalAndCases2.ts.snap | 1 - .../useOptionalChain/validCases.ts.snap | 1 - .../yoda_expressions_logicalAndCases3.js.snap | 1 - .../yoda_expressions_logicalAndCases4.js.snap | 1 - .../yoda_expressions_logicalAndCases5.js.snap | 1 - ...yoda_expressions_logicalAndCases6.jsx.snap | 1 - ...expressions_typeofLogicalAndCases1.ts.snap | 1 - ...expressions_typeofLogicalAndCases2.ts.snap | 1 - .../yoda_expressions_validCases.ts.snap | 1 - .../useRegexLiterals/valid.jsonc.snap | 2 -- .../specs/complexity/useWhile/invalid.js.snap | 1 - .../noChildrenPropInvalid.jsx.snap | 1 - .../correctness/noConstAssign/invalid.js.snap | 1 - .../noConstantCondition/invalid.jsonc.snap | 1 - .../invalid.js.snap | 1 - .../invalid.js.snap | 1 - .../noEmptyPattern/invalid.jsonc.snap | 1 - .../noEmptyPattern/valid.jsonc.snap | 2 -- .../noGlobalObjectCalls/invalid.js.snap | 1 - .../invalid-module.cjs.snap | 1 - .../noInnerDeclarations/invalid.jsonc.snap | 1 - .../noInnerDeclarations/valid.jsonc.snap | 2 -- .../invalid.js.snap | 1 - .../noInvalidConstructorSuper/invalid.js.snap | 1 - .../invalidBindingPattern.js.snap | 1 - .../valid.js.snap | 1 - .../noProcessGlobal/declare_process.js.snap | 1 - .../correctness/noProcessGlobal/valid.js.snap | 1 - .../noReactPropAssignments/valid.jsx.snap | 1 - .../invalidGlobal.tsx.snap | 1 - .../invalidImport.tsx.snap | 1 - .../correctness/noSelfAssign/invalid.js.snap | 1 - .../correctness/noSelfAssign/issue548.js.snap | 1 - .../correctness/noSelfAssign/valid.js.snap | 1 - .../noSetterReturn/invalid.js.snap | 1 - .../noStringCaseMismatch/invalid.js.snap | 1 - .../noSuperWithoutExtends/invalid.js.snap | 1 - .../noSwitchDeclarations/valid.jsonc.snap | 2 -- .../invalid.ts.snap | 1 - .../noUndeclaredVariables/infer.ts.snap | 2 -- .../typeParameters.ts.snap | 2 -- .../noUnreachable/HighComplexity.js.snap | 1 - .../noUnreachable/JsBreakStatement.js.snap | 1 - .../noUnreachable/JsContinueStatement.js.snap | 1 - .../noUnreachable/JsDoWhileStatement.js.snap | 1 - .../noUnreachable/JsForInStatement.js.snap | 1 - .../noUnreachable/JsForOfStatement.js.snap | 1 - .../noUnreachable/JsForStatement.js.snap | 1 - .../noUnreachable/JsIfStatement.js.snap | 1 - .../noUnreachable/JsLabeledStatement.js.snap | 1 - .../JsNestedTryFinallyStatement.js.snap | 1 - .../noUnreachable/JsReturnStatement.js.snap | 1 - .../noUnreachable/JsSwitchStatement.js.snap | 1 - .../noUnreachable/JsThrowStatement.js.snap | 1 - .../JsTryFinallyStatement.js.snap | 1 - .../noUnreachable/JsTryStatement.js.snap | 1 - .../noUnreachable/JsVariableStatement.js.snap | 1 - .../noUnreachable/JsWhileStatement.js.snap | 1 - .../noUnreachable/MergeRanges.js.snap | 1 - .../noUnreachable/NestedBlocks.js.snap | 1 - .../noUnreachable/NestedFunctions.js.snap | 1 - .../noUnreachable/SuppressionComments.js.snap | 1 - .../noUnreachable/TerminatorsPlurals.js.snap | 1 - .../noUnreachable/issue-3654.js.snap | 1 - .../noUnreachableSuper/duplicateSuper.js.snap | 1 - .../noUnreachableSuper/missingSuper.js.snap | 1 - .../thisBeforeSuper.js.snap | 1 - .../noUnsafeFinally/invalid.js.snap | 1 - .../noUnsafeOptionalChaining/invalid.cjs.snap | 1 - .../invalid.ignoreRestSiblingsFalse.ts.snap | 1 - .../invalid.ts.snap | 1 - .../noUnusedFunctionParameters/valid.js.snap | 1 - .../noUnusedImports/issue557.ts.snap | 2 -- .../noUnusedLabels/invalid.js.snap | 1 - .../invalid.ts.snap | 1 - .../definitionfile.d.ts.snap | 2 -- .../noUnusedVariables/issue104.ts.snap | 2 -- .../validAbstractClass.ts.snap | 2 -- .../validAmbientTypeParam.ts.snap | 1 - .../noUnusedVariables/validClass.ts.snap | 2 -- .../validClassAndInterfaceExport.ts.snap | 2 -- .../noUnusedVariables/validDeclare.ts.snap | 2 -- .../noUnusedVariables/validExport.ts.snap | 2 -- .../validFunctionType.ts.snap | 2 -- .../noUnusedVariables/validFunctions.ts.snap | 2 -- .../validVariableAndExport.ts.snap | 2 -- .../noUnusedVariables/validVariables.tsx.snap | 2 -- .../createElement.js.snap | 1 - .../noVoidElementsWithChildren/inJsx.jsx.snap | 1 - .../noVoidTypeReturn/invalid.ts.snap | 1 - .../emptyHookNameInOptions.js.snap | 1 - .../invalidIndices.js.snap | 1 - .../issue1194.ts.snap | 2 -- .../issue1781.js.snap | 1 - .../issue3080.ts.snap | 1 - .../issue3512.js.snap | 1 - .../issue3685.ts.snap | 3 --- .../issue4248.tsx.snap | 3 --- .../issue5914.js.snap | 1 - .../issue7982.ts.snap | 1 - .../issue8427.js.snap | 1 - .../issue8484.js.snap | 1 - .../issue8499.ts.snap | 1 - .../issue8802.ts.snap | 1 - .../issue8883.tsx.snap | 1 - .../issue8885.js.snap | 1 - .../issue8967.js.snap | 1 - .../useExhaustiveDependencies/newline.js.snap | 1 - .../reportUnnecessaryDependencies.js.snap | 1 - .../stableResult.js.snap | 1 - .../stableResultKeys.js.snap | 1 - .../unstableDependency.jsx.snap | 1 - .../deprecatedConfig.js.snap | 1 - .../useImportExtensions/bar.ts.snap | 1 - .../useImportExtensions/foo.ts.snap | 1 - .../invalidWithExtensionMappings.ts.snap | 1 - .../correctness/useIsNan/invalid.js.snap | 1 - .../useValidForDirection/invalid.jsonc.snap | 1 - .../useValidForDirection/valid.jsonc.snap | 2 -- .../correctness/useYield/invalid.js.snap | 1 - .../nursery/noJsxPropsBind/invalid.jsx.snap | 1 - .../nursery/noJsxPropsBind/valid.jsx.snap | 1 - .../noUselessCatchBinding/valid.js.snap | 1 - .../noUselessCatchBinding/valid.ts.snap | 1 - .../valid-createapp-import.js.snap | 1 - .../valid-define-props.vue.snap | 1 - .../valid-setup-definitions.vue.snap | 1 - .../valid-create-app.js.snap | 1 - .../valid-define-component.js.snap | 1 - .../useConsistentArrowReturn/valid.js.snap | 1 - .../noRequireCatchParameter.valid.js.snap | 2 +- .../useExplicitType/validInferrable.ts.snap | 1 - .../valid-a.vue.snap | 1 - .../valid-b.vue.snap | 1 - .../valid-c.vue.snap | 1 - .../valid-d.vue.snap | 1 - .../performance/noDelete/invalid.jsonc.snap | 2 -- .../performance/noDelete/valid.jsonc.snap | 2 -- .../noNamespaceImport/valid.ts.snap | 2 -- .../useTopLevelRegex/valid.js.snap | 1 - .../createElementBindingInvalid.js.snap | 1 - .../insideJsx.jsx.snap | 1 - .../reactCreateElement.js.snap | 1 - .../createElement.js.snap | 1 - .../inJsx.jsx.snap | 1 - .../security/noGlobalEval/invalid.js.snap | 1 - .../specs/security/noGlobalEval/valid.js.snap | 1 - .../organizeImports/chunk_newline.js.snap | 1 - .../source/organizeImports/chunks.js.snap | 1 - .../custom-order-mixed-glob-groups.js.snap | 1 - ...sorted-imports-missing-blank-lines.js.snap | 1 - ...sorted-imports-missing-blank-lines.js.snap | 1 - .../organizeImports/custom-order.js.snap | 1 - .../source/organizeImports/one-liner.js.snap | 1 - .../single-chunk-imports.js.snap | 1 - .../unorganized-export-attributes.js.snap | 1 - .../unorganized-export-specifiers.js.snap | 1 - .../unorganized-import-attributes.js.snap | 1 - .../unorganized-import-specifiers.js.snap | 1 - .../unsorted-imports-empty-header.js.snap | 1 - .../unsorted-same-source.ts.snap | 1 - .../unsorted-starts-with-blank-line.js.snap | 1 - .../unsorted_export_chunk.js.snap | 1 - .../sorted-lexicographic.jsx.snap | 1 - .../sorted-natural.jsx.snap | 1 - .../sorted-lexicographic.js.snap | 1 - .../useSortedKeys/sorted-natural.js.snap | 1 - .../style/noDoneCallback/invalid.js.snap | 1 - .../style/noImplicitBoolean/invalid.jsx.snap | 1 - .../specs/style/noNamespace/valid.ts.snap | 2 -- .../style/noNegationElse/invalid.js.snap | 1 - .../style/noNonNullAssertion/invalid.ts.snap | 2 -- .../noParameterAssign/invalid.jsonc.snap | 1 - .../parameterMutationDenyInvalid.js.snap | 1 - .../style/noParameterAssign/valid.jsonc.snap | 2 -- .../specs/style/noProcessEnv/valid.js.snap | 1 - .../invalidFixSafe.js.snap | 1 - .../specs/style/noUselessElse/missed.js.snap | 1 - .../style/noYodaExpression/invalid.js.snap | 1 - .../noYodaExpression/invalidRange.js.snap | 1 - .../style/useAsConstAssertion/valid.ts.snap | 2 -- .../specs/style/useAtIndex/valid.jsonc.snap | 1 - .../style/useCollapsedElseIf/invalid.js.snap | 1 - .../ignore_jsfile.js.snap | 1 - .../valid_default_component.jsx.snap | 1 - .../useConsistentArrayType/invalid.ts.snap | 1 - .../invalidShorthand.ts.snap | 1 - .../invalid.js.snap | 1 - .../style/useConst/invalidFixUnsafe.js.snap | 1 - .../useDefaultParameterLast/invalid.js.snap | 1 - .../style/useEnumInitializers/invalid.ts.snap | 2 -- .../useEnumInitializers/invalid2.ts.snap | 2 -- .../useExplicitLengthCheck/invalid.js.snap | 1 - .../useFilenamingConvention/(slug1).js.snap | 1 - .../useFilenamingConvention/INVALID.js.snap | 1 - .../InvalidPascalCase.js.snap | 1 - .../Invalid_Renamed_Export.js.snap | 1 - .../[...slug2].js.snap | 1 - .../[[...slug3]].js.snap | 1 - .../useFilenamingConvention/[slug4].js.snap | 1 - .../useFilenamingConvention/[slug_4].js.snap | 1 - .../_UNDERSCOREINVALID.js.snap | 1 - .../filename.INVALID-extension.js.snap | 1 - .../filename.INVALID.js.snap | 1 - .../invalid-kebab-case.js.snap | 1 - .../invalid-non-ascii-caf\303\251.js.snap" | 1 - .../invalidCamelCase.js.snap | 1 - .../invalidMatchExtension.INVALID.js.snap | 1 - .../invalidSTrictCase.js.snap | 1 - .../invalid_snake_case.js.snap | 1 - .../malformedOptions.js.snap | 1 - ...malformedOptionsEmptyFilenameCases.js.snap | 1 - ...5\225\230\354\204\270\354\232\224.js.snap" | 1 - .../style/useFragmentSyntax/invalid.jsx.snap | 1 - .../useGroupedAccessorPairs/valid.ts.snap | 1 - .../useLiteralEnumMembers/invalid.ts.snap | 2 -- .../invalidCatchParameter.js.snap | 1 - .../useNamingConvention/invalidClass.js.snap | 1 - .../invalidClassGetter.js.snap | 1 - .../invalidClassMethod.js.snap | 1 - .../invalidClassProperty.js.snap | 1 - .../invalidClassSetter.js.snap | 1 - .../invalidClassStaticGetter.js.snap | 1 - .../invalidClassStaticMethod.js.snap | 1 - .../invalidClassStaticSetter.js.snap | 1 - .../invalidComponent.jsx.snap | 1 - .../invalidCustomStyle.ts.snap | 1 - .../invalidCustomStyleExceptions.ts.snap | 1 - ...nvalidCustomStyleUnderscorePrivate.ts.snap | 1 - .../useNamingConvention/invalidEnum.ts.snap | 1 - .../invalidEnumMember.ts.snap | 1 - .../invalidExportAlias.js.snap | 1 - .../invalidExportNamespace.js.snap | 1 - .../invalidFunction.js.snap | 1 - .../invalidGlobal.d.ts.snap | 1 - .../invalidImportAlias.js.snap | 1 - .../invalidImportNamespace.js.snap | 1 - .../invalidIndexParameter.ts.snap | 1 - .../invalidNonAscii.js.snap | 1 - .../invalidObjectGetter.js.snap | 1 - .../invalidObjectMethod.js.snap | 1 - .../invalidObjectProperty.js.snap | 1 - .../invalidObjectSetter.js.snap | 1 - .../invalidParameterProperty.ts.snap | 1 - .../invalidStrictPascalCase.ts.snap | 1 - .../invalidSyllabary.js.snap | 1 - .../invalidTopLevelVariable.ts.snap | 1 - .../invalidTypeGetter.ts.snap | 1 - .../invalidTypeMethod.ts.snap | 1 - .../invalidTypeParameter.ts.snap | 1 - .../invalidTypeProperty.ts.snap | 1 - .../invalidTypeReadonlyProperty.ts.snap | 1 - .../invalidTypeSetter.ts.snap | 1 - .../specs/style/useObjectSpread/valid.js.snap | 1 - .../useObjectSpread/validCustomObject.js.snap | 1 - .../validImportedObject.js.snap | 1 - .../validRequiredObject.js.snap | 1 - .../invalid_checkAllPropertiesTrue.ts.snap | 1 - .../useReadonlyClassProperties/valid.ts.snap | 1 - .../valid_checkAllPropertiesTrue.ts.snap | 1 - .../style/useShorthandAssign/invalid.js.snap | 1 - .../style/useShorthandAssign/valid.js.snap | 1 - .../noArrayIndexKey/invalid.jsx.snap | 1 - .../noAssignInExpressions/invalid.js.snap | 1 - .../noAsyncPromiseExecutor/invalid.jsonc.snap | 1 - .../noAsyncPromiseExecutor/valid.jsonc.snap | 2 -- .../suspicious/noClassAssign/invalid.js.snap | 1 - .../suspicious/noCommentText/invalid.tsx.snap | 1 - .../noCompareNegZero/invalid.jsonc.snap | 1 - .../noCompareNegZero/invalidComments.js.snap | 1 - .../noCompareNegZero/valid.jsonc.snap | 2 -- .../noConfusingLabels/valid.jsonc.snap | 2 -- .../specs/suspicious/noConsole/valid.js.snap | 1 - .../suspicious/noDebugger/invalid.js.snap | 1 - .../pages/_document.jsx.snap | 1 - .../noDoubleEquals/invalid.jsonc.snap | 1 - .../noDoubleEquals/invalid.jsx.snap | 1 - .../noDoubleEquals/invalidNoNull.js.snap | 1 - .../noDoubleEquals/invalidNoNull.jsonc.snap | 1 - .../noDoubleEquals/invalidNoNull.jsx.snap | 1 - .../noDoubleEquals/valid.jsonc.snap | 2 -- .../noDuplicateCase/invalid.js.snap | 1 - .../noDuplicateClassMembers/invalid.js.snap | 1 - .../noDuplicateJsxProps/invalid.jsx.snap | 1 - .../noDuplicateParameters/invalid.ts.snap | 1 - .../noDuplicateParameters/valid.jsonc.snap | 2 -- .../noDuplicateTestHooks/valid.js.snap | 1 - .../noEmptyBlockStatements/valid.cjs.snap | 2 -- .../noEmptyBlockStatements/valid.js.snap | 1 - .../noEmptyInterface/invalid.ts.snap | 1 - .../noExportsInTest/in-source-testing.js.snap | 1 - .../noExportsInTest/invalid.cjs.snap | 1 - .../noExportsInTest/invalid.js.snap | 1 - .../suspicious/noExportsInTest/valid.cjs.snap | 2 -- .../suspicious/noExportsInTest/valid.js.snap | 1 - .../noFunctionAssign/invalid.jsonc.snap | 1 - .../noFunctionAssign/valid.jsonc.snap | 2 -- .../suspicious/noGlobalAssign/invalid.js.snap | 1 - .../app/_document.jsx.snap | 1 - .../pages/index.jsx.snap | 1 - .../noImplicitAnyLet/invalid.ts.snap | 1 - .../suspicious/noImplicitAnyLet/valid.ts.snap | 2 -- .../suspicious/noImportAssign/invalid.js.snap | 1 - .../suspicious/noLabelVar/invalid.js.snap | 1 - .../noMisleadingInstantiator/invalid.ts.snap | 1 - .../invalid.js.snap | 1 - .../valid.js.snap | 1 - .../invalid-declaration-merging.ts.snap | 1 - .../invalid-non-strict-mode.cjs.snap | 1 - .../suspicious/noRedeclare/invalid.ts.snap | 1 - .../noSelfCompare/invalid.jsonc.snap | 1 - .../suspicious/noSelfCompare/valid.jsonc.snap | 2 -- .../invalid.jsonc.snap | 1 - .../noSparseArray/invalid.jsonc.snap | 1 - .../suspicious/noThenProperty/invalid.js.snap | 1 - .../invalid.ts.snap | 1 - .../noUnsafeNegation/invalid.jsonc.snap | 1 - .../noUnsafeNegation/valid.jsonc.snap | 2 -- .../noUselessEscapeInString/invalid.js.snap | 1 - .../noUselessEscapeInString/valid.js.snap | 1 - .../suspicious/noVar/invalidFunctions.js.snap | 1 - .../suspicious/noVar/invalidModule.js.snap | 1 - .../suspicious/noVar/invalidScript.jsonc.snap | 1 - .../specs/suspicious/noVar/valid.jsonc.snap | 2 -- .../useGetterReturn/invalid.js.snap | 1 - .../useNamespaceKeyword/invalid.ts.snap | 1 - .../suspicious/useStrictMode/valid.js.snap | 1 - .../source/useSortedKeys/issue_5503.js.snap | 1 - .../noDoubleEquals/noDoubleEquals.js.snap | 1 - .../noDoubleEquals/noDoubleEquals.jsx.snap | 1 - .../js/module/array/array_nested.js.snap | 1 + .../js/module/array/binding_pattern.js.snap | 1 + .../specs/js/module/array/empty_lines.js.snap | 1 + .../module/array/expand/expand-always.js.snap | 1 + .../js/module/array/holes_comments.js.snap | 1 + .../specs/js/module/array/spaces.js.snap | 1 + .../specs/js/module/array/spread.js.snap | 1 + .../es5/array_trailing_commas.js.snap | 1 + .../none/array_trailing_commas.js.snap | 1 + .../js/module/arrow/arrow-comments.js.snap | 1 + .../module/arrow/arrow_chain_comments.js.snap | 1 + .../js/module/arrow/arrow_function.js.snap | 1 + .../js/module/arrow/arrow_nested.js.snap | 1 + .../module/arrow/arrow_test_callback.js.snap | 1 + .../assignment_binding_line_break.js.snap | 1 + .../tests/specs/js/module/arrow/call.js.snap | 1 + .../js/module/arrow/curried_indents.js.snap | 1 + .../specs/js/module/arrow/currying.js.snap | 1 + .../specs/js/module/arrow/params.js.snap | 1 + .../assignment/array-assignment-holes.js.snap | 1 + .../js/module/assignment/assignment.js.snap | 1 + .../assignment/assignment_ignore.js.snap | 1 + .../binding/array-binding-holes.js.snap | 1 + .../js/module/binding/array_binding.js.snap | 1 + .../module/binding/identifier_binding.js.snap | 1 + .../js/module/binding/nested_bindings.js.snap | 1 + .../js/module/binding/object_binding.js.snap | 1 + .../specs/js/module/bom_character.js.snap | 1 + .../specs/js/module/call/call_chain.js.snap | 1 + .../js/module/call/simple_arguments.js.snap | 1 + .../specs/js/module/call_expression.js.snap | 1 + .../tests/specs/js/module/class/class.js.snap | 1 + .../js/module/class/class_comments.js.snap | 1 + .../js/module/class/private_method.js.snap | 1 + .../tests/specs/js/module/comments.js.snap | 1 + .../js/module/comments/import_exports.js.snap | 1 + .../nested_comments/nested_comments.js.snap | 1 + .../declarations/test_declaration.js.snap | 1 + .../declarations/variable_declaration.js.snap | 1 + .../class_members_call_decorator.js.snap | 1 + .../decorators/class_members_mixed.js.snap | 1 + .../decorators/class_members_simple.js.snap | 1 + .../js/module/decorators/class_simple.js.snap | 1 + .../class_simple_call_decorator.js.snap | 1 + .../decorators/export_default_1.js.snap | 1 + .../decorators/export_default_2.js.snap | 1 + .../decorators/export_default_3.js.snap | 1 + .../decorators/export_default_4.js.snap | 1 + .../js/module/decorators/expression.js.snap | 1 + .../js/module/decorators/multiline.js.snap | 1 + .../tests/specs/js/module/each/each.js.snap | 1 + .../export_bracket_spacing.js.snap | 1 + .../js/module/export/class_clause.js.snap | 1 + .../module/export/expression_clause.js.snap | 1 + .../js/module/export/from_clause.js.snap | 1 + .../js/module/export/function_clause.js.snap | 1 + .../js/module/export/named_clause.js.snap | 1 + .../module/export/named_from_clause.js.snap | 1 + .../es5/export_trailing_commas.js.snap | 1 + .../none/export_trailing_commas.js.snap | 1 + .../export/variable_declaration.js.snap | 1 + .../expression/binary_expression.js.snap | 1 + .../binary_range_expression.js.snap | 1 + .../expression/binaryish_expression.js.snap | 1 + .../module/expression/call_arguments.js.snap | 1 + .../computed-member-expression.js.snap | 1 + .../expression/conditional_expression.js.snap | 1 + .../import_meta_expression.js.snap | 1 + .../expression/literal_expression.js.snap | 1 + .../expression/logical_expression.js.snap | 1 + .../member-chain/complex_arguments.js.snap | 1 + .../expression/member-chain/computed.js.snap | 1 + .../member-chain/inline-merge.js.snap | 1 + .../member-chain/multi_line.js.snap | 1 + .../member-chain/static_member_regex.js.snap | 1 + .../member-chain/with_comments.js.snap | 1 + .../nested_conditional_expression.js.snap | 1 + .../module/expression/new_expression.js.snap | 1 + .../expression/post_update_expression.js.snap | 1 + .../expression/pre_update_expression.js.snap | 1 + .../expression/sequence_expression.js.snap | 1 + .../static_member_expression.js.snap | 1 + .../module/expression/this_expression.js.snap | 1 + .../expression/unary_expression.js.snap | 1 + ...unary_expression_verbatim_argument.js.snap | 1 + .../specs/js/module/function/function.js.snap | 1 + .../js/module/function/function_args.js.snap | 1 + .../module/function/function_comments.js.snap | 1 + .../js/module/global_suppression.js.snap | 1 + .../tests/specs/js/module/ident.js.snap | 1 + .../js/module/import/bare_import.js.snap | 1 + .../import_bracket_spacing.js.snap | 1 + .../js/module/import/default_import.js.snap | 1 + .../js/module/import/import_call.js.snap | 1 + .../module/import/import_specifiers.js.snap | 1 + .../module/import/named_import_clause.js.snap | 1 + .../js/module/import/namespace_import.js.snap | 1 + .../es5/import_trailing_commas.js.snap | 1 + .../none/import_trailing_commas.js.snap | 1 + .../module/indent-width/4/example-1.js.snap | 1 + .../module/indent-width/4/example-2.js.snap | 1 + .../module/indent-width/8/example-1.js.snap | 1 + .../module/indent-width/8/example-2.js.snap | 1 + .../interpreter-with-trailing-spaces.js.snap | 1 + .../tests/specs/js/module/interpreter.js.snap | 1 + .../interpreter_with_empty_line.js.snap | 1 + .../js/module/invalid/block_stmt_err.js.snap | 1 + .../js/module/invalid/if_stmt_err.js.snap | 1 + .../line-ending/auto/line_ending.js.snap | 1 + .../module/line-ending/cr/line_ending.js.snap | 1 + .../line-ending/crlf/line_ending.js.snap | 1 + .../tests/specs/js/module/newlines.js.snap | 1 + .../specs/js/module/no-semi/class.js.snap | 1 + .../specs/js/module/no-semi/issue2006.js.snap | 1 + .../specs/js/module/no-semi/issue6029.js.snap | 1 + .../specs/js/module/no-semi/issue6375.js.snap | 1 + .../specs/js/module/no-semi/no-semi.js.snap | 1 + .../js/module/no-semi/private-field.js.snap | 1 + .../js/module/no-semi/semicolons-asi.js.snap | 1 + .../module/no-semi/semicolons_range.js.snap | 1 + .../specs/js/module/number/number.js.snap | 1 + .../module/number/number_with_space.js.snap | 1 + .../object_bracket_spacing.js.snap | 1 + .../js/module/object/computed_member.js.snap | 1 + .../module/object/expand/expand-never.js.snap | 1 + .../js/module/object/getter_setter.js.snap | 1 + .../js/module/object/numeric-property.js.snap | 1 + .../specs/js/module/object/object.js.snap | 1 + .../js/module/object/object_comments.js.snap | 1 + .../module/object/octal_literals_key.js.snap | 1 + .../js/module/object/property_key.js.snap | 1 + .../object/property_object_member.js.snap | 1 + .../es5/object_trailing_commas.js.snap | 1 + .../none/object_trailing_commas.js.snap | 1 + .../before/operator_linebreak.js.snap | 1 + .../js/module/parentheses/parentheses.js.snap | 1 + .../range_parentheses_binary.js.snap | 1 + .../range_parenthesis_after_semicol.js.snap | 1 + .../range_parenthesis_after_semicol_1.js.snap | 1 + .../tests/specs/js/module/script.js.snap | 1 + .../module/statement/block_statement.js.snap | 1 + .../js/module/statement/continue_stmt.js.snap | 1 + .../js/module/statement/do_while.js.snap | 1 + .../js/module/statement/empty_blocks.js.snap | 1 + .../specs/js/module/statement/for_in.js.snap | 1 + .../js/module/statement/for_loop.js.snap | 1 + .../specs/js/module/statement/for_of.js.snap | 1 + .../js/module/statement/if_chain.js.snap | 1 + .../specs/js/module/statement/if_else.js.snap | 1 + .../specs/js/module/statement/return.js.snap | 1 + .../return_verbatim_argument.js.snap | 1 + .../js/module/statement/statement.js.snap | 1 + .../specs/js/module/statement/switch.js.snap | 1 + .../module/statement/switch_comment.js.snap | 1 + .../specs/js/module/statement/throw.js.snap | 1 + .../statement/try_catch_finally.js.snap | 1 + .../js/module/statement/while_loop.js.snap | 1 + .../string/quotePreserve/directives.js.snap | 1 + .../quotePreserve/parentheses_token.js.snap | 1 + .../quotePreserve/properties_quotes.js.snap | 1 + .../string/quotePreserve/string.js.snap | 1 + .../string/quoteSingle/directives.js.snap | 1 + .../quoteSingle/parentheses_token.js.snap | 1 + .../quoteSingle/properties_quotes.js.snap | 1 + .../module/string/quoteSingle/string.js.snap | 1 + .../tests/specs/js/module/suppression.js.snap | 1 + .../specs/js/module/template/template.js.snap | 1 + .../trailing_newline/disabled/simple.js.snap | 1 + .../tests/specs/js/module/with.js.snap | 1 + .../tests/specs/js/script/script.js.snap | 1 + .../specs/js/script/script_with_bom.js.snap | 1 + .../tests/specs/js/script/with.js.snap | 1 + .../tests/specs/jsx/arrow_function.jsx.snap | 1 + .../tests/specs/jsx/attribute_escape.jsx.snap | 1 + .../attribute_position.jsx.snap | 1 + .../tests/specs/jsx/attributes.jsx.snap | 1 + .../bracket_same_line.jsx.snap | 1 + .../tests/specs/jsx/comments.jsx.snap | 1 + .../tests/specs/jsx/conditional.jsx.snap | 1 + .../tests/specs/jsx/element.jsx.snap | 1 + .../tests/specs/jsx/fragment.jsx.snap | 1 + .../multiline_jsx_string.jsx.snap | 1 + .../tests/specs/jsx/new-lines.jsx.snap | 1 + .../specs/jsx/parentheses_range.jsx.snap | 1 + .../quote_style.jsx.snap | 1 + .../quote_style.jsx.snap | 1 + .../quote_style.jsx.snap | 1 + .../quote_style.jsx.snap | 1 + .../tests/specs/jsx/self_closing.jsx.snap | 1 + .../tests/specs/jsx/smoke.jsx.snap | 1 + .../tests/specs/jsx/text_children.jsx.snap | 1 + .../js/arrays/numbers-with-holes.js.snap | 1 + .../js/arrays/tuple-and-record.js.snap | 1 + .../js/arrows-bind/arrows-bind.js.snap | 1 + .../prettier/js/arrows/currying-4.js.snap | 1 + .../newline-before-arrow.js.snap | 1 + .../js/arrows/tuple-and-record.js.snap | 1 + .../async-do-expressions.js.snap | 1 + .../async-do-expressions.js.snap | 1 + .../prettier/js/babel-plugins/decimal.js.snap | 1 + .../js/babel-plugins/do-expressions.js.snap | 1 + .../babel-plugins/export-default-from.js.snap | 1 + .../js/babel-plugins/function-bind.js.snap | 1 + .../import-assertions-static.js.snap | 1 + .../babel-plugins/import-reflection.js.snap | 1 + .../js/babel-plugins/module-blocks.js.snap | 1 + .../babel-plugins/partial-application.js.snap | 1 + .../pipeline-operator-fsharp.js.snap | 1 + .../pipeline-operator-hack.js.snap | 1 + .../pipeline-operator-minimal.js.snap | 1 + .../babel-plugins/record-tuple-record.js.snap | 1 + .../babel-plugins/record-tuple-tuple.js.snap | 1 + .../babel-plugins/throw-expressions.js.snap | 1 + .../js/babel-plugins/v8intrinsic.js.snap | 1 + .../tuple-and-record.js.snap | 1 + .../js/bind-expressions/await.js.snap | 1 + .../js/bind-expressions/bind_parens.js.snap | 1 + .../bind-expressions/long_name_method.js.snap | 1 + .../js/bind-expressions/method_chain.js.snap | 1 + .../short_name_method.js.snap | 1 + .../js/bind-expressions/unary.js.snap | 1 + .../chain-expression/new-expression.js.snap | 1 + .../tagged-template-literals.js.snap | 1 + .../js/class-extends/tuple-and-record.js.snap | 1 + .../styled-components.js.snap | 1 + .../tuple-and-record.js.snap | 1 + .../pipeline_own_line.js.snap | 1 + .../js/comments/empty-statements.js.snap | 1 + .../specs/prettier/js/comments/export.js.snap | 1 + .../js/comments/html-like/comment.js.snap | 1 + .../multi-comments-on-same-line.js.snap | 1 + .../js/comments/return-statement.js.snap | 1 + .../comments/tagged-template-literal.js.snap | 1 + .../js/comments/tuple-and-record.js.snap | 1 + .../prettier/js/conditional/comments.js.snap | 1 + .../postfix-ternary-regressions.js.snap | 1 + .../arrow-params.js.snap | 1 + .../async-arrow-params.js.snap | 1 + .../nested-bindings.js.snap | 1 + .../valid-multiple-bindings.js.snap | 1 + .../prettier/js/do/call-arguments.js.snap | 1 + .../tests/specs/prettier/js/do/do.js.snap | 1 + .../valid-await-using-binding-escaped.js.snap | 1 + .../valid-await-using-comments.js.snap | 1 + ...lock-top-level-await-using-binding.js.snap | 1 + ...dule-block-top-level-using-binding.js.snap | 1 + .../valid-using-binding-escaped.js.snap | 1 + .../escaped/default-escaped.js.snap | 1 + .../export-default-from/export.js.snap | 1 + .../blank-line-between-specifiers.js.snap | 1 + ...e-and-break-comment-without-blocks.js.snap | 1 + .../js/for/for-in-with-initializer.js.snap | 1 + .../specs/prettier/js/for/parentheses.js.snap | 1 + .../tuple-and-record.js.snap | 1 + .../js/if/expr_and_same_line_comments.js.snap | 1 + .../specs/prettier/js/if/non-block.js.snap | 1 + .../ignore/class-expression-decorator.js.snap | 1 + .../prettier/js/ignore/issue-11077.js.snap | 1 + .../prettier/js/ignore/issue-13737.js.snap | 1 + .../prettier/js/ignore/issue-14404.js.snap | 1 + .../prettier/js/ignore/issue-9877.js.snap | 1 + .../bracket-spacing/empty.js.snap | 1 + .../bracket-spacing/re-export.js.snap | 1 + .../bracket-spacing/static-import.js.snap | 1 + .../js/import-assertions/empty.js.snap | 1 + .../js/import-assertions/multi-types.js.snap | 1 + .../js/import-assertions/non-type.js.snap | 1 + .../js/import-assertions/re-export.js.snap | 1 + .../import-assertions/static-import.js.snap | 1 + .../js/import-assertions/without-from.js.snap | 1 + .../bracket-spacing/empty.js.snap | 1 + .../js/import-attributes/empty.js.snap | 1 + .../import-attributes/keyword-detect.js.snap | 2 +- .../js/import-attributes/long-sources.js.snap | 2 +- .../js/import-reflection/comments.js.snap | 1 + .../import-reflection.js.snap | 1 + .../prettier/js/import/empty-import.js.snap | 1 + ...dangling-comment-in-arrow-function.js.snap | 1 + .../js/last-argument-expansion/embed.js.snap | 1 + .../js/method-chain/tuple-and-record.js.snap | 1 + .../js/module-blocks/comments.js.snap | 1 + .../js/module-blocks/module-blocks.js.snap | 1 + .../prettier/js/module-blocks/range.js.snap | 1 + .../prettier/js/module-blocks/worker.js.snap | 1 + .../comment-inside.js.snap | 1 + .../js/multiparser-comments/tagged.js.snap | 1 + .../colons-after-substitutions.js.snap | 1 + .../colons-after-substitutions2.js.snap | 1 + .../js/multiparser-css/issue-11797.js.snap | 1 + .../js/multiparser-css/issue-2883.js.snap | 1 + .../js/multiparser-css/issue-5697.js.snap | 1 + .../js/multiparser-css/issue-5961.js.snap | 1 + .../js/multiparser-css/issue-9072.js.snap | 1 + ...ed-components-multiple-expressions.js.snap | 1 + .../multiparser-css/styled-components.js.snap | 1 + .../prettier/js/multiparser-css/url.js.snap | 1 + .../prettier/js/multiparser-css/var.js.snap | 1 + .../multiparser-graphql/comment-tag.js.snap | 1 + .../js/multiparser-graphql/escape.js.snap | 1 + .../multiparser-graphql/expressions.js.snap | 1 + .../multiparser-graphql/graphql-tag.js.snap | 1 + .../js/multiparser-graphql/graphql.js.snap | 1 + .../multiparser-graphql/react-relay.js.snap | 1 + .../html-template-literals.js.snap | 1 + .../js/multiparser-html/issue-10691.js.snap | 1 + .../js/multiparser-html/lit-html.js.snap | 1 + .../prettier/js/multiparser-text/text.js.snap | 1 + .../no-semi.js.snap | 1 + .../object-property.js.snap | 1 + .../prettier/js/objects/expression.js.snap | 1 + .../valid-parenthesized.js.snap | 1 + .../js/partial-application/test.js.snap | 1 + .../pipeline-operator/block-comments.js.snap | 1 + .../fsharp_style_pipeline_operator.js.snap | 1 + .../hack_pipeline_operator.js.snap | 1 + .../minimal_pipeline_operator.js.snap | 1 + .../js/preserve-line/member-chain.js.snap | 1 + .../specs/prettier/js/quotes/objects.js.snap | 1 + .../prettier/js/range/boundary-2.js.snap | 1 + .../prettier/js/range/boundary-3.js.snap | 1 + .../specs/prettier/js/range/boundary.js.snap | 1 + .../js/range/class-declaration.js.snap | 1 + .../prettier/js/range/issue-7082.js.snap | 1 + .../js/range/multiple-statements2.js.snap | 1 + .../specs/prettier/js/range/nested3.js.snap | 1 + .../prettier/js/range/whitespace.js.snap | 1 + .../specs/prettier/js/record/computed.js.snap | 1 + .../prettier/js/record/destructuring.js.snap | 1 + .../specs/prettier/js/record/record.js.snap | 1 + .../prettier/js/record/shorthand.js.snap | 1 + .../specs/prettier/js/record/spread.js.snap | 1 + .../specs/prettier/js/record/syntax.js.snap | 1 + .../return-outside-function.js.snap | 1 + .../js/sequence-expression/ignore.js.snap | 1 + .../sequence-expression/parenthesized.js.snap | 1 + .../function-declaration-in-while.js.snap | 1 + .../specs/prettier/js/strings/escaped.js.snap | 1 + .../js/template-literals/css-prop.js.snap | 1 + .../js/template-literals/expressions.js.snap | 1 + ...styled-components-with-expressions.js.snap | 1 + .../styled-jsx-with-expressions.js.snap | 1 + .../js/template-literals/styled-jsx.js.snap | 1 + .../parenthesis/await-expression.js.snap | 1 + .../angularjs_inject.js.snap | 1 + .../js/test-declarations/optional.js.snap | 1 + .../throw_expression.js.snap | 1 + .../prettier/js/tuple/destructuring.js.snap | 1 + .../specs/prettier/js/tuple/syntax.js.snap | 1 + .../js/tuple/tuple-trailing-comma.js.snap | 1 + .../specs/prettier/js/tuple/tuple.js.snap | 1 + .../js/v8_intrinsic/intrinsic_call.js.snap | 1 + .../jsx/comments/in-attributes.js.snap | 1 + .../prettier/jsx/comments/in-end-tag.js.snap | 1 + .../tests/specs/prettier/jsx/do/do.js.snap | 1 + .../tests/specs/prettier/jsx/fbt/test.js.snap | 1 + .../specs/prettier/jsx/jsx/await.js.snap | 1 + .../specs/prettier/jsx/jsx/quotes.js.snap | 1 + .../jsx/template/styled-components.js.snap | 1 + .../specs/prettier/jsx/tuple/tuple.js.snap | 1 + .../prettier/typescript/arrow/16067.ts.snap | 1 + .../typescript/arrow/comments.ts.snap | 1 + .../typescript/as/as-const-embedded.ts.snap | 1 + .../typescript/assignment/issue-5370.ts.snap | 1 + .../typescript/cast/tuple-and-record.ts.snap | 1 + .../chain-expression/call-expression.ts.snap | 1 + .../member-expression.ts.snap | 1 + .../chain-expression/new-expression.ts.snap | 1 + .../tagged-template-literals.ts.snap | 1 + .../typescript/chain-expression/test.ts.snap | 1 + .../typescript/chain-expression/test2.ts.snap | 1 + .../typescript/class/constructor.ts.snap | 1 + .../class/empty-method-body.ts.snap | 1 + .../typescript/class/quoted-property.ts.snap | 1 + .../typescript/comments/16065-2.ts.snap | 1 + .../typescript/comments/16065.ts.snap | 1 + .../comments/declare_function.ts.snap | 1 + .../typescript/comments/mapped_types.ts.snap | 1 + .../typescript/comments/method_types.ts.snap | 1 + .../comments/type-parameters.ts.snap | 1 + .../conditional-types/parentheses.ts.snap | 1 + .../classAbstractInstantiations2.ts.snap | 1 + .../classAbstractMixedWithModifiers.ts.snap | 1 + .../classAbstractProperties.ts.snap | 1 + .../readonlyInConstructorParameters.ts.snap | 1 + .../readonlyReadonly.ts.snap | 1 + .../parserES5ForOfStatement21.ts.snap | 1 + .../abstract/abstractProperties.ts.snap | 1 + .../object-type-in-declare-function.ts.snap | 1 + .../function-rest-trailing-comma.ts.snap | 1 + .../typescript/decorators-ts/angular.ts.snap | 1 + .../typescript/decorators-ts/typeorm.ts.snap | 1 + .../decorators/decorators-comments.ts.snap | 1 + .../definite/without-annotation.ts.snap | 1 + .../typescript/error-recovery/generic.ts.snap | 1 + .../error-recovery/index-signature.ts.snap | 1 + .../error-recovery/jsdoc_only_types.ts.snap | 1 + .../import-export/empty-import.ts.snap | 1 + .../import-export/type-modifier.ts.snap | 1 + .../typescript/interface2/break/break.ts.snap | 1 + .../intersection-parens.ts.snap | 1 + .../decorated-function.tsx.snap | 1 + .../multiparser-css/issue-6259.ts.snap | 1 + .../non-null/optional-chain.ts.snap | 1 + .../prettier-ignore/issue-14238.ts.snap | 1 + .../prettier-ignore/mapped-types.ts.snap | 1 + .../prettier-ignore-nested-unions.ts.snap | 1 + ...prettier-ignore-parenthesized-type.ts.snap | 1 + .../comments-unstable.ts.snap | 1 + .../test_declarations.ts.snap | 1 + .../trailing-comma/trailing.ts.snap | 1 + .../type-parameters-vs-arguments.ts.snap | 1 + .../typescript/typeparams/const.ts.snap | 1 + .../issue-13817.ts.snap | 1 + .../line-breaking-after-extends-2.ts.snap | 1 + .../prettier-ignore.ts.snap | 1 + .../union/single-type/single-type.ts.snap | 1 + .../typescript/union/union-parens.ts.snap | 1 + .../ts/array/expand/expand-always.ts.snap | 1 + .../specs/ts/arrow/arrow_parentheses.ts.snap | 1 + ..._arrow_parentheses_with_line_break.ts.snap | 1 + ...rameter_default_binding_line_break.ts.snap | 1 + .../tests/specs/ts/arrow_chain.ts.snap | 1 + .../specs/ts/assignment/as_assignment.ts.snap | 1 + .../specs/ts/assignment/assignment.ts.snap | 1 + .../ts/assignment/assignment_comments.ts.snap | 1 + .../property_assignment_comments.ts.snap | 1 + .../type_assertion_assignment.ts.snap | 1 + .../ts/binding/definite_variable.ts.snap | 1 + .../tests/specs/ts/call_expression.ts.snap | 1 + .../tests/specs/ts/class/accessor.ts.snap | 1 + .../specs/ts/class/assignment_layout.ts.snap | 1 + .../ts/class/constructor_parameter.ts.snap | 1 + .../specs/ts/class/implements_clause.ts.snap | 1 + .../class/readonly_ambient_property.ts.snap | 1 + .../es5/class_trailing_commas.ts.snap | 1 + .../none/class_trailing_commas.ts.snap | 1 + .../tests/specs/ts/declaration/class.ts.snap | 1 + .../ts/declaration/declare_function.ts.snap | 1 + .../ts/declaration/global_declaration.ts.snap | 1 + .../specs/ts/declaration/interface.ts.snap | 1 + .../declaration/variable_declaration.ts.snap | 1 + .../tests/specs/ts/declare.ts.snap | 1 + .../tests/specs/ts/decoartors.ts.snap | 1 + .../specs/ts/decorators/class_members.ts.snap | 1 + .../enum_trailing_commas.ts.snap | 1 + .../enum_trailing_commas.ts.snap | 1 + .../specs/ts/expression/as_expression.ts.snap | 1 + .../expression_bracket_spacing.ts.snap | 1 + .../ts/expression/non_null_expression.ts.snap | 1 + .../type_assertion_expression.ts.snap | 1 + .../ts/expression/type_expression.ts.snap | 1 + .../specs/ts/expression/type_member.ts.snap | 1 + .../function_parameters.ts.snap | 1 + .../function_parameters.ts.snap | 1 + .../es5/function_trailing_commas.ts.snap | 1 + .../none/function_trailing_commas.ts.snap | 1 + .../tests/specs/ts/issue1511.ts.snap | 1 + .../specs/ts/module/export_clause.ts.snap | 1 + .../module/external_module_reference.ts.snap | 1 + .../module/import_type/import_types.ts.snap | 1 + .../ts/module/module_declaration.ts.snap | 1 + .../ts/module/qualified_module_name.ts.snap | 1 + .../tests/specs/ts/no-semi/class.ts.snap | 1 + .../tests/specs/ts/no-semi/non-null.ts.snap | 1 + .../tests/specs/ts/no-semi/statements.ts.snap | 1 + .../tests/specs/ts/no-semi/types.ts.snap | 1 + .../ts/object/expand/expand-never.ts.snap | 1 + .../tests/specs/ts/object/objects.ts.snap | 1 + .../object_trailing_commas.ts.snap | 1 + .../object_trailing_commas.ts.snap | 1 + ...arameter_type_annotation_semicolon.ts.snap | 1 + .../specs/ts/parameters/parameters.ts.snap | 1 + .../tests/specs/ts/parenthesis.ts.snap | 1 + .../tests/specs/ts/simple_arguments.ts.snap | 1 + .../specs/ts/statement/empty_block.ts.snap | 1 + .../specs/ts/statement/enum_statement.ts.snap | 1 + .../quotePreserve/parameter_quotes.ts.snap | 1 + .../quoteSingle/parameter_quotes.ts.snap | 1 + .../tests/specs/ts/suppressions.ts.snap | 1 + .../tests/specs/ts/type/conditional.ts.snap | 1 + .../tests/specs/ts/type/import_type.ts.snap | 1 + .../import_type_with_resolution_mode.ts.snap | 1 + .../ts/type/injfer_in_intersection.ts.snap | 1 + .../specs/ts/type/injfer_in_union.ts.snap | 1 + .../specs/ts/type/intersection_type.ts.snap | 1 + .../tests/specs/ts/type/issue-8354.ts.snap | 3 +++ .../tests/specs/ts/type/mapped_type.ts.snap | 1 + .../specs/ts/type/qualified_name.ts.snap | 1 + .../tests/specs/ts/type/template_type.ts.snap | 1 + .../es5/type_trailing_commas.ts.snap | 1 + .../none/type_trailing_commas.ts.snap | 1 + .../ts/type/type_alias/issue-8774.ts.snap | 1 + .../tests/specs/ts/type/union_type.ts.snap | 1 + .../union/nested_union/nested_union.ts.snap | 1 + .../tests/specs/tsx/arrow/issue-2736.tsx.snap | 1 + .../tests/specs/tsx/smoke.tsx.snap | 1 + .../tests/specs/tsx/type_param.tsx.snap | 1 + .../error/abstract_class_in_js.js.snap | 2 +- .../error/array_assignment_target_err.js.snap | 2 +- .../array_assignment_target_rest_err.js.snap | 2 +- .../error/array_binding_err.js.snap | 2 +- .../error/array_binding_rest_err.js.snap | 2 +- .../error/array_expr_incomplete.js.snap | 2 +- .../error/arrow_escaped_async.js.snap | 2 +- .../arrow_rest_in_expr_in_initializer.js.snap | 2 +- .../error/assign_eval_or_arguments.js.snap | 2 +- .../error/assign_expr_left.js.snap | 2 +- .../error/assign_expr_right.js.snap | 2 +- .../async_arrow_expr_await_parameter.js.snap | 2 +- ...erator_in_single_statement_context.js.snap | 2 +- .../error/await_in_module.js.snap | 2 +- .../error/await_in_non_async_function.js.snap | 2 +- .../await_in_parameter_initializer.js.snap | 2 +- ...tatic_initialization_block_member.cjs.snap | 1 + ...y_allowed_inside_an_async_function.js.snap | 2 +- .../error/binary_expressions_err.js.snap | 2 +- .../error/binding_identifier_invalid.js.snap | 2 +- ...binding_identifier_invalid_script.cjs.snap | 1 + .../error/block_stmt_in_class.js.snap | 2 +- .../error/bracket_expr_err.js.snap | 2 +- .../error/break_in_nested_function.js.snap | 2 +- .../js_test_suite/error/break_stmt.js.snap | 2 +- .../error/class_constructor_parameter.js.snap | 2 +- ...ass_constructor_parameter_readonly.js.snap | 2 +- .../error/class_decl_err.js.snap | 2 +- .../error/class_decl_no_id.ts.snap | 1 + .../error/class_declare_member.js.snap | 2 +- .../error/class_declare_method.js.snap | 2 +- .../error/class_extends_err.js.snap | 2 +- .../error/class_implements.js.snap | 2 +- .../class_in_single_statement_context.js.snap | 2 +- .../error/class_invalid_modifiers.js.snap | 2 +- .../class_member_method_parameters.js.snap | 2 +- .../error/class_member_modifier.js.snap | 2 +- ..._member_static_accessor_precedence.js.snap | 2 +- .../error/class_property_initializer.js.snap | 2 +- .../class_yield_property_initializer.cjs.snap | 1 + .../error/conditional_expr_err.js.snap | 2 +- .../js_test_suite/error/continue_stmt.js.snap | 2 +- .../js_test_suite/error/debugger_stmt.js.snap | 2 +- .../js_test_suite/error/decorator.ts.snap | 1 + ..._export_default_declaration_clause.ts.snap | 1 + .../error/decorator_class_declaration.js.snap | 2 +- ...orator_class_declaration_top_level.js.snap | 2 +- .../error/decorator_class_member.ts.snap | 1 + ..._export_default_declaration_clause.ts.snap | 1 + .../error/decorator_export.js.snap | 2 +- .../decorator_export_class_clause.js.snap | 2 +- ...r_export_default_expression_clause.ts.snap | 1 + .../error/decorator_expression_class.js.snap | 2 +- ..._export_default_declaration_clause.ts.snap | 1 + ..._export_default_declaration_clause.ts.snap | 1 + .../decorator_precede_class_member.ts.snap | 1 + .../error/do_while_no_continue_break.js.snap | 2 +- .../error/do_while_stmt_err.js.snap | 2 +- .../js_test_suite/error/double_label.js.snap | 2 +- .../error/empty.inline_expr.js.snap | 1 + .../empty_parenthesized_expression.js.snap | 2 +- .../error/enum_decl_no_id.ts.snap | 1 + .../js_test_suite/error/enum_in_js.js.snap | 2 +- .../error/enum_no_l_curly.ts.snap | 1 + .../error/enum_no_r_curly.ts.snap | 1 + .../js_test_suite/error/escaped_from.js.snap | 2 +- .../error/eval_arguments_assignment.js.snap | 2 +- .../exponent_unary_unparenthesized.js.snap | 2 +- .../error/export_as_identifier_err.js.snap | 2 +- .../error/export_decl_not_top_level.js.snap | 2 +- .../export_default_expression_broken.js.snap | 2 +- ...port_default_expression_clause_err.js.snap | 2 +- .../js_test_suite/error/export_err.js.snap | 2 +- .../error/export_from_clause_err.js.snap | 2 +- .../export_huge_function_in_script.cjs.snap | 1 + .../error/export_named_clause_err.js.snap | 2 +- .../export_named_from_clause_err.js.snap | 2 +- .../export_variable_clause_error.js.snap | 2 +- ..._in_and_of_initializer_loose_mode.cjs.snap | 1 + ..._in_and_of_initializer_strict_mode.js.snap | 2 +- .../error/for_of_async_identifier.js.snap | 2 +- .../js_test_suite/error/for_stmt_err.js.snap | 2 +- .../error/formal_params_invalid.js.snap | 2 +- .../formal_params_no_binding_element.js.snap | 2 +- .../error/function_broken.js.snap | 2 +- .../error/function_decl_err.js.snap | 2 +- .../error/function_escaped_async.js.snap | 2 +- .../error/function_expression_id_err.js.snap | 2 +- .../error/function_id_err.js.snap | 2 +- ...in_single_statement_context_strict.js.snap | 2 +- .../error/getter_class_no_body.js.snap | 2 +- .../js_test_suite/error/identifier.js.snap | 2 +- .../error/identifier_err.js.snap | 2 +- .../js_test_suite/error/if_stmt_err.js.snap | 2 +- .../error/import_as_identifier_err.js.snap | 2 +- .../error/import_assertion_err.js.snap | 1 + .../error/import_attribute_err.js.snap | 1 + .../error/import_decl_not_top_level.js.snap | 1 + .../error/import_defer_err.ts.snap | 1 + .../js_test_suite/error/import_err.js.snap | 1 + .../error/import_invalid_args.js.snap | 1 + ...ort_keyword_in_expression_position.js.snap | 2 +- .../error/import_no_meta.js.snap | 1 + .../error/import_source_err.js.snap | 1 + .../error/import_type_error.ts.snap | 2 +- .../error/import_type_error2.ts.snap | 1 + ..._parenthesized_sequence_expression.js.snap | 2 +- ...index_signature_class_member_in_js.js.snap | 2 +- ...interface_cannot_be_reserved_world.ts.snap | 1 + .../error/invalid_arg_list.js.snap | 2 +- .../error/invalid_assignment_target.js.snap | 2 +- .../error/invalid_method_recover.js.snap | 2 +- ...ptional_chain_from_new_expressions.ts.snap | 1 + ..._declarations_inside_for_statement.js.snap | 2 +- .../js_test_suite/error/issue4617.js.snap | 1 + .../js_test_suite/error/issue4622.ts.snap | 1 + ..._class_property_with_ts_annotation.js.snap | 2 +- ...structor_parameter_reserved_names.cjs.snap | 1 + .../error/js_formal_parameter_error.js.snap | 2 +- .../error/js_invalid_assignment.js.snap | 2 +- .../error/js_regex_assignment.js.snap | 2 +- .../error/js_rewind_at_eof_token.js.snap | 2 +- .../error/js_right_shift_comments.js.snap | 2 +- .../error/js_type_variable_annotation.js.snap | 2 +- ..._child_expression_missing_r_curly.jsx.snap | 1 + ...ildren_expression_missing_r_curly.jsx.snap | 1 + ...children_expressions_not_accepted.jsx.snap | 1 + .../jsx_closing_element_mismatch.jsx.snap | 1 + .../jsx_closing_missing_r_angle.jsx.snap | 1 + ...lement_attribute_expression_error.jsx.snap | 1 + ...x_element_attribute_missing_value.jsx.snap | 1 + ...ment_attribute_string_literal_err.jsx.snap | 1 + ..._fragment_closing_missing_r_angle.jsx.snap | 1 + .../js_test_suite/error/jsx_in_js.mjs.snap | 2 +- .../error/jsx_invalid_text.jsx.snap | 1 + .../jsx_missing_closing_fragment.jsx.snap | 1 + ...jsx_namespace_member_element_name.jsx.snap | 1 + ...x_opening_element_missing_r_angle.jsx.snap | 1 + .../error/jsx_or_type_assertion.cjs.snap | 1 + ...f_closing_element_missing_r_angle.jsx.snap | 1 + .../error/jsx_spread_attribute_error.jsx.snap | 1 + .../error/jsx_spread_no_expression.jsx.snap | 1 + ...n_decl_in_single_statement_context.js.snap | 2 +- ...d_function_declaration_strict_mode.js.snap | 2 +- .../error/let_array_with_new_line.cjs.snap | 1 + .../let_newline_in_async_function.js.snap | 2 +- ...ration_in_single_statement_context.js.snap | 2 +- .../js_test_suite/error/literals.js.snap | 2 +- .../error/logical_expressions_err.js.snap | 2 +- .../error/method_getter_err.js.snap | 2 +- .../error/module_closing_curly.ts.snap | 1 + .../error/multiple.inline_expr.js.snap | 1 + .../multiple_default_exports_err.js.snap | 2 +- .../js_test_suite/error/new_exprs.js.snap | 2 +- .../no_top_level_await_in_scripts.cjs.snap | 1 + .../error/object_binding_pattern.js.snap | 2 +- .../error/object_expr_err.js.snap | 2 +- .../error/object_expr_error_prop_name.js.snap | 2 +- .../error/object_expr_method.js.snap | 2 +- ...object_expr_non_ident_literal_prop.js.snap | 2 +- .../error/object_expr_setter.js.snap | 2 +- .../error/object_property_binding_err.js.snap | 2 +- .../object_shorthand_property_err.js.snap | 2 +- .../object_shorthand_with_initializer.js.snap | 2 +- ...ional_chain_call_without_arguments.ts.snap | 1 + .../error/optional_member.js.snap | 2 +- ...paren_or_arrow_expr_invalid_params.js.snap | 2 +- .../primary_expr_invalid_recovery.js.snap | 2 +- ...vate_name_presence_check_recursive.js.snap | 2 +- .../error/private_name_with_space.js.snap | 2 +- .../property_assignment_target_err.js.snap | 2 +- .../property_assignment_target_err_1.js.snap | 2 +- .../tests/js_test_suite/error/regex.js.snap | 2 +- ...est_property_assignment_target_err.js.snap | 2 +- .../error/rest_property_binding_err.js.snap | 2 +- .../error/return.inline_expr.js.snap | 1 + .../error/return_stmt_err.js.snap | 2 +- .../error/semicolons_err.js.snap | 2 +- .../js_test_suite/error/sequence_expr.js.snap | 2 +- .../error/setter_class_member.js.snap | 2 +- .../error/setter_class_no_body.js.snap | 2 +- .../tests/js_test_suite/error/spread.js.snap | 2 +- .../error/statement.inline_expr.js.snap | 1 + .../error/statements_closing_curly.js.snap | 2 +- .../error/subscripts_err.js.snap | 2 +- .../error/super_expression_err.js.snap | 2 +- ...sion_in_constructor_parameter_list.js.snap | 2 +- .../error/switch_stmt_err.js.snap | 2 +- .../template_after_optional_chain.js.snap | 2 +- .../error/template_literal.js.snap | 2 +- .../template_literal_unterminated.js.snap | 2 +- .../error/throw_stmt_err.js.snap | 2 +- .../error/ts_abstract_member_ansi.ts.snap | 1 + ...stract_property_cannot_be_definite.ts.snap | 1 + ..._property_cannot_have_initiliazers.ts.snap | 1 + .../error/ts_ambient_async_method.ts.snap | 1 + .../error/ts_ambient_context_semi.ts.snap | 1 + ...operty_initializer_ambient_context.ts.snap | 1 + .../ts_arrow_function_this_parameter.ts.snap | 1 + .../ts_as_assignment_no_parenthesize.ts.snap | 1 + .../ts_broken_class_member_modifiers.ts.snap | 1 + ...on_non_any_unknown_type_annotation.ts.snap | 1 + .../ts_class_declare_modifier_error.ts.snap | 1 + .../ts_class_heritage_clause_errors.ts.snap | 1 + ...s_class_initializer_with_modifiers.ts.snap | 1 + ...lass_invalid_modifier_combinations.ts.snap | 1 + ...ember_accessor_readonly_precedence.ts.snap | 1 + .../ts_class_modifier_precedence.ts.snap | 1 + .../ts_class_name_reserved_as_type.ts.snap | 1 + .../ts_class_type_parameters_errors.ts.snap | 1 + ...ncrete_class_with_abstract_members.ts.snap | 1 + .../ts_construct_signature_member_err.ts.snap | 1 + .../ts_constructor_this_parameter.ts.snap | 1 + .../error/ts_constructor_type_err.ts.snap | 1 + .../ts_constructor_type_parameters.ts.snap | 1 + .../error/ts_declare_async_function.ts.snap | 1 + .../ts_declare_const_initializer.ts.snap | 1 + ...tion_export_declaration_missing_id.ts.snap | 1 + .../ts_declare_function_with_body.ts.snap | 1 + .../ts_declare_generator_function.ts.snap | 1 + .../error/ts_declare_interface_err.ts.snap | 1 + .../ts_declare_property_private_name.ts.snap | 1 + .../error/ts_declare_using.ts.snap | 1 + .../error/ts_decorator_constructor.ts.snap | 1 + .../error/ts_decorator_object.ts.snap | 1 + .../ts_decorator_on_ambient_function.ts.snap | 1 + .../ts_decorator_on_arrow_function.ts.snap | 1 + .../ts_decorator_on_class_method.ts.snap | 1 + .../ts_decorator_on_class_setter.ts.snap | 1 + .../ts_decorator_on_constructor_type.ts.snap | 1 + ..._decorator_on_function_declaration.ts.snap | 1 + ...s_decorator_on_function_expression.ts.snap | 1 + .../ts_decorator_on_function_type.ts.snap | 1 + .../ts_decorator_on_signature_member.ts.snap | 1 + .../ts_decorator_setter_signature.ts.snap | 1 + .../error/ts_decorator_this_parameter.ts.snap | 1 + ...ts_decorator_this_parameter_option.ts.snap | 1 + ...nite_assignment_in_ambient_context.ts.snap | 1 + ...definite_variable_with_initializer.ts.snap | 1 + .../error/ts_export_declare.ts.snap | 1 + .../error/ts_export_default_enum.ts.snap | 1 + .../error/ts_export_syntax_in_js.js.snap | 2 +- .../error/ts_export_type.ts.snap | 1 + .../error/ts_extends_trailing_comma.ts.snap | 1 + .../ts_formal_parameter_decorator.ts.snap | 1 + ..._formal_parameter_decorator_option.ts.snap | 1 + .../error/ts_formal_parameter_error.ts.snap | 1 + .../ts_function_overload_generator.ts.snap | 1 + .../error/ts_function_type_err.ts.snap | 1 + .../ts_getter_setter_type_parameters.ts.snap | 1 + ...tter_setter_type_parameters_errors.ts.snap | 1 + ...re_class_member_cannot_be_abstract.ts.snap | 1 + ...re_class_member_cannot_be_accessor.ts.snap | 1 + ...r_cannot_have_visibility_modifiers.ts.snap | 1 + ..._member_static_readonly_precedence.ts.snap | 1 + ..._interface_member_cannot_be_static.ts.snap | 1 + ...r_cannot_have_visibility_modifiers.ts.snap | 1 + .../error/ts_infer_type_not_allowed.ts.snap | 1 + ...tiation_expression_property_access.ts.snap | 1 + .../ts_instantiation_expressions_1.ts.snap | 1 + ...ts_interface_heritage_clause_error.ts.snap | 1 + ...ts_invalid_decorated_class_members.ts.snap | 1 + ...s_method_members_with_missing_body.ts.snap | 1 + ...ts_method_object_member_body_error.ts.snap | 1 + .../ts_method_signature_generator.ts.snap | 1 + .../js_test_suite/error/ts_module_err.ts.snap | 1 + .../ts_named_import_specifier_error.ts.snap | 2 +- .../error/ts_new_operator.ts.snap | 1 + .../ts_object_getter_type_parameters.ts.snap | 1 + .../ts_object_setter_return_type.ts.snap | 1 + .../ts_object_setter_type_parameters.ts.snap | 1 + ...operty_initializer_ambient_context.ts.snap | 1 + .../ts_property_parameter_pattern.ts.snap | 1 + ...only_modifier_non_class_or_indexer.ts.snap | 1 + ...tisfies_assignment_no_parenthesize.ts.snap | 1 + .../error/ts_satisfies_expression.js.snap | 2 +- .../ts_setter_return_type_annotation.ts.snap | 1 + ...ation_block_member_with_decorators.ts.snap | 1 + .../error/ts_template_literal_error.ts.snap | 1 + ...e_type_cannot_be_optional_and_rest.ts.snap | 1 + .../error/ts_tuple_type_incomplete.ts.snap | 1 + ...type_alias_cannot_be_reserved_word.ts.snap | 1 + ...e_assertions_not_valid_at_new_expr.ts.snap | 1 + .../ts_type_parameters_incomplete.ts.snap | 1 + ...ts_typed_default_import_with_named.ts.snap | 1 + .../error/ts_variable_annotation_err.ts.snap | 1 + .../error/type_arguments_incomplete.ts.snap | 1 + .../error/type_parameter_modifier.ts.snap | 1 + ..._class_member_should_not_have_body.ts.snap | 1 + ...asses_abstract_accessor_precedence.ts.snap | 1 + ...script_abstract_classes_incomplete.ts.snap | 1 + ...sses_invalid_abstract_async_member.ts.snap | 1 + ...asses_invalid_abstract_constructor.ts.snap | 1 + ...es_invalid_abstract_private_member.ts.snap | 1 + ...ses_invalid_static_abstract_member.ts.snap | 1 + ...essibility_modifier_private_member.ts.snap | 1 + .../error/typescript_enum_incomplete.ts.snap | 1 + ...body_in_ambient_context_should_err.ts.snap | 1 + .../js_test_suite/error/unary_delete.js.snap | 2 +- .../error/unary_delete_parenthesized.js.snap | 2 +- .../js_test_suite/error/unary_expr.js.snap | 2 +- .../error/unicode_escape_unterminated.js.snap | 2 +- .../unicode_escape_with_unicode_char.js.snap | 2 +- .../error/unterminated_string.jsx.snap | 1 + .../unterminated_unicode_codepoint.js.snap | 2 +- ...on_not_allowed_in_for_in_statement.js.snap | 2 +- .../using_declaration_statement_err.js.snap | 2 +- .../js_test_suite/error/var_decl_err.js.snap | 2 +- ...variable_declaration_statement_err.js.snap | 2 +- .../variable_declarator_list_empty.js.snap | 2 +- ...ariable_declarator_list_incomplete.js.snap | 2 +- .../error/while_stmt_err.js.snap | 2 +- .../error/yield_at_top_level_module.js.snap | 2 +- .../error/yield_at_top_level_script.cjs.snap | 1 + ...ield_expr_in_parameter_initializer.js.snap | 2 +- .../yield_in_non_generator_function.js.snap | 2 +- ...d_in_non_generator_function_module.js.snap | 2 +- ..._in_non_generator_function_script.cjs.snap | 1 + .../ok/arguments_in_definition_file.d.ts.snap | 2 +- .../ok/array_assignment_target.js.snap | 2 +- .../ok/array_assignment_target_rest.js.snap | 2 +- .../js_test_suite/ok/array_binding.js.snap | 2 +- .../ok/array_binding_rest.js.snap | 2 +- .../ok/array_element_in_expr.js.snap | 2 +- .../tests/js_test_suite/ok/array_expr.js.snap | 2 +- .../array_or_object_member_assignment.js.snap | 2 +- .../ok/arrow.inline_expr.js.snap | 1 + .../ok/arrow_expr_in_alternate.js.snap | 2 +- .../ok/arrow_expr_single_param.cjs.snap | 1 + .../ok/arrow_in_constructor.js.snap | 2 +- ...ssign_eval_member_or_computed_expr.js.snap | 2 +- .../js_test_suite/ok/assign_expr.js.snap | 2 +- ...nt_shorthand_prop_with_initializer.js.snap | 2 +- .../ok/assignment_target.js.snap | 2 +- .../js_test_suite/ok/async_arrow_expr.js.snap | 2 +- .../ok/async_continue_stmt.js.snap | 2 +- .../ok/async_function_expr.js.snap | 2 +- .../js_test_suite/ok/async_ident.js.snap | 2 +- .../js_test_suite/ok/async_method.js.snap | 2 +- .../js_test_suite/ok/await_expression.js.snap | 2 +- .../ok/await_in_ambient_context.ts.snap | 1 + .../ok/binary.inline_expr.js.snap | 1 + .../ok/binary_expressions.js.snap | 2 +- .../tests/js_test_suite/ok/block_stmt.js.snap | 2 +- .../js_test_suite/ok/bom_character.js.snap | 2 +- .../tests/js_test_suite/ok/break_stmt.js.snap | 2 +- .../ok/built_in_module_name.ts.snap | 1 + .../js_test_suite/ok/call.inline_expr.js.snap | 1 + .../js_test_suite/ok/call_arguments.js.snap | 2 +- .../class_await_property_initializer.cjs.snap | 1 + ...ss_constructor_parameter_modifiers.ts.snap | 1 + .../ok/class_declaration.js.snap | 2 +- .../js_test_suite/ok/class_declare.js.snap | 2 +- .../js_test_suite/ok/class_decorator.js.snap | 2 +- .../ok/class_empty_element.js.snap | 2 +- .../tests/js_test_suite/ok/class_expr.js.snap | 2 +- .../ok/class_member_modifiers.js.snap | 2 +- .../ok/class_member_modifiers_no_asi.js.snap | 2 +- ...lass_named_abstract_is_valid_in_js.js.snap | 2 +- .../class_static_constructor_method.js.snap | 2 +- .../ok/computed_member_expression.js.snap | 2 +- .../ok/computed_member_in.js.snap | 2 +- .../ok/computed_member_name_in.js.snap | 2 +- .../js_test_suite/ok/conditional_expr.js.snap | 2 +- .../ok/constructor_class_member.js.snap | 2 +- .../js_test_suite/ok/continue_stmt.js.snap | 2 +- .../js_test_suite/ok/debugger_stmt.js.snap | 2 +- .../tests/js_test_suite/ok/decorator.ts.snap | 1 + ...corator_abstract_class_declaration.ts.snap | 1 + ...stract_class_declaration_top_level.ts.snap | 1 + ..._export_default_declaration_clause.ts.snap | 1 + .../ok/decorator_class_declaration.js.snap | 2 +- ...orator_class_declaration_top_level.js.snap | 2 +- ..._export_default_declaration_clause.ts.snap | 1 + .../ok/decorator_class_member.ts.snap | 1 + .../ok/decorator_class_member_in_ts.ts.snap | 1 + .../ok/decorator_class_not_top_level.ts.snap | 1 + .../ok/decorator_export_class_clause.js.snap | 2 +- ...export_default_class_and_interface.ts.snap | 1 + ...ult_function_and_function_overload.ts.snap | 1 + ...ort_default_function_and_interface.ts.snap | 1 + ...corator_export_default_top_level_1.ts.snap | 1 + ...corator_export_default_top_level_2.ts.snap | 1 + ...corator_export_default_top_level_3.ts.snap | 1 + ...corator_export_default_top_level_4.ts.snap | 1 + ...corator_export_default_top_level_5.ts.snap | 1 + .../ok/decorator_export_top_level.js.snap | 2 +- .../ok/decorator_expression_class.js.snap | 2 +- .../destructuring_initializer_binding.js.snap | 2 +- .../js_test_suite/ok/directives.cjs.snap | 1 + .../ok/directives_redundant.cjs.snap | 1 + .../js_test_suite/ok/do-while-asi.js.snap | 2 +- .../ok/do_while_statement.js.snap | 2 +- .../js_test_suite/ok/do_while_stmt.js.snap | 2 +- .../ok/empty_object.inline_expr.js.snap | 1 + .../tests/js_test_suite/ok/empty_stmt.js.snap | 2 +- .../ok/exponent_unary_parenthesized.js.snap | 2 +- .../ok/export_as_identifier.js.snap | 2 +- .../ok/export_class_clause.js.snap | 2 +- .../ok/export_default_class_clause.js.snap | 2 +- .../export_default_expression_clause.js.snap | 2 +- .../ok/export_default_function_clause.js.snap | 2 +- .../ok/export_from_clause.js.snap | 2 +- .../ok/export_function_clause.js.snap | 2 +- .../ok/export_named_clause.js.snap | 2 +- .../ok/export_named_from_clause.js.snap | 2 +- .../ok/export_variable_clause.js.snap | 2 +- .../ok/for_await_async_identifier.js.snap | 2 +- .../ok/for_in_initializer_loose_mode.cjs.snap | 1 + .../tests/js_test_suite/ok/for_stmt.js.snap | 2 +- ...ith_in_in_parenthesized_expression.js.snap | 2 +- .../js_test_suite/ok/function_decl.js.snap | 2 +- .../ok/function_declaration_script.cjs.snap | 1 + .../js_test_suite/ok/function_expr.js.snap | 2 +- .../ok/function_expression_id.cjs.snap | 1 + .../js_test_suite/ok/function_id.cjs.snap | 1 + ...in_if_or_labelled_stmt_loose_mode.cjs.snap | 1 + .../ok/getter_class_member.js.snap | 2 +- .../ok/getter_object_member.js.snap | 2 +- .../js_test_suite/ok/grouping_expr.js.snap | 2 +- ...ration_in_single_statement_context.js.snap | 2 +- .../tests/js_test_suite/ok/identifier.js.snap | 2 +- .../ok/identifier_loose_mode.cjs.snap | 1 + .../ok/identifier_reference.cjs.snap | 1 + .../tests/js_test_suite/ok/if_stmt.js.snap | 2 +- .../ok/import_as_as_as_identifier.js.snap | 2 +- .../ok/import_as_identifier.js.snap | 2 +- .../js_test_suite/ok/import_attribute.js.snap | 1 + .../ok/import_bare_clause.js.snap | 2 +- .../js_test_suite/ok/import_call.js.snap | 1 + .../js_test_suite/ok/import_decl.js.snap | 1 + .../ok/import_default_clause.js.snap | 1 + .../ok/import_default_clauses.js.snap | 2 +- .../js_test_suite/ok/import_defer.js.snap | 1 + .../js_test_suite/ok/import_meta.js.snap | 2 +- .../ok/import_named_clause.js.snap | 2 +- .../js_test_suite/ok/import_source.js.snap | 1 + .../ok/in_expr_in_arguments.js.snap | 2 +- .../tests/js_test_suite/ok/issue_2790.ts.snap | 1 + ...js_class_property_member_modifiers.js.snap | 2 +- .../ok/js_parenthesized_expression.js.snap | 2 +- .../ok/js_unary_expressions.js.snap | 2 +- .../js_test_suite/ok/jsx_any_name.jsx.snap | 1 + .../ok/jsx_arrow_exrp_in_alternate.jsx.snap | 1 + .../ok/jsx_children_expression.jsx.snap | 1 + ...jsx_children_expression_then_text.jsx.snap | 1 + .../ok/jsx_children_spread.jsx.snap | 1 + .../ok/jsx_closing_token_trivia.jsx.snap | 1 + .../ok/jsx_element_as_statements.jsx.snap | 1 + .../ok/jsx_element_attribute_element.jsx.snap | 1 + .../jsx_element_attribute_expression.jsx.snap | 1 + ..._element_attribute_string_literal.jsx.snap | 1 + .../ok/jsx_element_attributes.jsx.snap | 1 + .../ok/jsx_element_children.jsx.snap | 1 + .../ok/jsx_element_on_arrow_function.jsx.snap | 1 + .../ok/jsx_element_on_return.jsx.snap | 1 + .../ok/jsx_element_open_close.jsx.snap | 1 + .../ok/jsx_element_self_close.jsx.snap | 1 + .../ok/jsx_equal_content.jsx.snap | 1 + .../js_test_suite/ok/jsx_fragments.jsx.snap | 1 + .../ok/jsx_member_element_name.jsx.snap | 1 + .../ok/jsx_primary_expression.jsx.snap | 1 + .../ok/jsx_spread_attribute.jsx.snap | 1 + .../tests/js_test_suite/ok/jsx_text.jsx.snap | 1 + .../ok/jsx_type_arguments.jsx.snap | 1 + .../ok/labeled_statement.js.snap | 2 +- .../ok/labelled_function_declaration.cjs.snap | 1 + ...tement_in_single_statement_context.js.snap | 2 +- .../js_test_suite/ok/let_asi_rule.cjs.snap | 1 + .../tests/js_test_suite/ok/literals.js.snap | 2 +- .../ok/logical_expression_with_jsx.tsx.snap | 1 + .../ok/logical_expressions.js.snap | 2 +- .../ok/many_empty_strings.js.snap | 2 +- .../tests/js_test_suite/ok/metavar.tsx.snap | 1 + .../ok/method_class_member.js.snap | 2 +- .../tests/js_test_suite/ok/module.js.snap | 1 + .../tests/js_test_suite/ok/new_exprs.js.snap | 2 +- .../ok/object_assignment_target.js.snap | 2 +- .../js_test_suite/ok/object_expr.js.snap | 2 +- .../ok/object_expr_async_method.js.snap | 2 +- .../ok/object_expr_generator_method.js.snap | 2 +- .../ok/object_expr_ident_literal_prop.js.snap | 2 +- .../ok/object_expr_ident_prop.js.snap | 2 +- .../ok/object_expr_method.js.snap | 2 +- .../ok/object_expr_spread_prop.js.snap | 2 +- .../ok/object_member_name.js.snap | 2 +- .../ok/object_prop_in_rhs.js.snap | 2 +- .../js_test_suite/ok/object_prop_name.js.snap | 2 +- .../ok/object_properties.inline_expr.js.snap | 1 + .../ok/object_property_binding.js.snap | 2 +- .../ok/object_shorthand.inline_expr.js.snap | 1 + .../ok/object_shorthand_property.js.snap | 2 +- .../ok/optional_chain_call_less_than.ts.snap | 1 + .../js_test_suite/ok/parameter_list.js.snap | 2 +- .../ok/paren_or_arrow_expr.js.snap | 2 +- .../parenthesized_sequence_expression.js.snap | 2 +- .../pattern_with_default_in_keyword.js.snap | 2 +- .../js_test_suite/ok/post_update_expr.js.snap | 2 +- .../js_test_suite/ok/postfix_expr.js.snap | 2 +- .../js_test_suite/ok/pre_update_expr.js.snap | 2 +- .../ok/private_name_presence_check.js.snap | 2 +- .../ok/property_assignment_target.js.snap | 2 +- .../ok/property_class_member.js.snap | 2 +- .../ok/reparse_await_as_identifier.cjs.snap | 1 + .../ok/reparse_yield_as_identifier.cjs.snap | 1 + .../rest_property_assignment_target.js.snap | 2 +- .../ok/rest_property_binding.js.snap | 2 +- .../js_test_suite/ok/return_stmt.js.snap | 2 +- .../ok/scoped_declarations.js.snap | 2 +- .../tests/js_test_suite/ok/semicolons.js.snap | 2 +- .../js_test_suite/ok/sequence_expr.js.snap | 2 +- .../ok/setter_class_member.js.snap | 2 +- .../ok/setter_object_member.js.snap | 2 +- ...unction_with_parameter_named_async.js.snap | 2 +- ...tatic_generator_constructor_method.js.snap | 2 +- ...static_initialization_block_member.js.snap | 2 +- .../ok/static_member_expression.js.snap | 2 +- .../js_test_suite/ok/static_method.js.snap | 2 +- .../tests/js_test_suite/ok/subscripts.js.snap | 2 +- .../js_test_suite/ok/super_expression.js.snap | 2 +- ...sion_in_constructor_parameter_list.js.snap | 2 +- .../js_test_suite/ok/switch_stmt.js.snap | 2 +- .../js_test_suite/ok/template_literal.js.snap | 2 +- .../ok/ternary.inline_expr.js.snap | 1 + .../tests/js_test_suite/ok/this_expr.js.snap | 2 +- .../tests/js_test_suite/ok/throw_stmt.js.snap | 2 +- .../tests/js_test_suite/ok/try_stmt.js.snap | 2 +- .../ok/ts_abstract_classes.ts.snap | 1 + ..._abstract_property_can_be_optional.ts.snap | 1 + ...s_ambient_const_variable_statement.ts.snap | 1 + .../ok/ts_ambient_enum_statement.ts.snap | 1 + .../ok/ts_ambient_function.ts.snap | 1 + .../ok/ts_ambient_interface.ts.snap | 1 + .../ts_ambient_let_variable_statement.ts.snap | 1 + .../ok/ts_ambient_var_statement.ts.snap | 1 + .../js_test_suite/ok/ts_array_type.ts.snap | 1 + .../ok/ts_arrow_exrp_in_alternate.ts.snap | 1 + .../ts_arrow_function_type_parameters.ts.snap | 1 + .../ok/ts_as.inline_expr.ts.snap | 1 + .../js_test_suite/ok/ts_as_assignment.ts.snap | 1 + .../js_test_suite/ok/ts_as_expression.ts.snap | 1 + .../ts_call_expr_with_type_arguments.ts.snap | 1 + .../ok/ts_call_signature_member.ts.snap | 1 + .../ok/ts_catch_declaration.ts.snap | 1 + ...class_memeber_named_async_is_valid.ts.snap | 1 + ...lass_named_abstract_is_valid_in_ts.ts.snap | 1 + .../ok/ts_class_property_annotation.ts.snap | 1 + ...ts_class_property_member_modifiers.ts.snap | 1 + .../ok/ts_class_type_parameters.ts.snap | 1 + .../ok/ts_conditional_type.ts.snap | 1 + ...onditional_type_call_signature_lhs.ts.snap | 1 + .../ok/ts_construct_signature_member.ts.snap | 1 + .../ok/ts_constructor_type.ts.snap | 1 + .../ok/ts_declare_const_initializer.ts.snap | 1 + .../ok/ts_declare_function.ts.snap | 1 + ...eclare_function_export_declaration.ts.snap | 1 + ...unction_export_default_declaration.ts.snap | 1 + .../ok/ts_declare_type_alias.ts.snap | 1 + .../ok/ts_decorate_computed_member.ts.snap | 1 + .../ok/ts_decorated_class_members.ts.snap | 1 + .../ok/ts_decorator_assignment.ts.snap | 1 + ...corator_call_expression_with_arrow.ts.snap | 1 + .../ok/ts_decorator_constructor.ts.snap | 1 + .../ok/ts_decorator_on_class_method.ts.snap | 1 + .../ok/ts_decorator_on_class_setter.ts.snap | 1 + .../ok/ts_default_type_clause.ts.snap | 1 + .../ts_export_assignment_identifier.ts.snap | 1 + ...s_export_assignment_qualified_name.ts.snap | 1 + .../ok/ts_export_declare.ts.snap | 1 + ...s_export_default_function_overload.ts.snap | 1 + .../ok/ts_export_default_interface.ts.snap | 1 + ...export_default_multiple_interfaces.ts.snap | 1 + .../ok/ts_export_enum_declaration.ts.snap | 1 + .../ok/ts_export_function_overload.ts.snap | 1 + .../ts_export_interface_declaration.ts.snap | 1 + ...ort_named_from_specifier_with_type.ts.snap | 2 +- .../ok/ts_export_named_type_specifier.ts.snap | 1 + .../ok/ts_export_namespace_clause.ts.snap | 1 + .../ok/ts_export_type_named.ts.snap | 1 + .../ok/ts_export_type_named_from.ts.snap | 2 +- .../ok/ts_export_type_specifier.ts.snap | 1 + .../ok/ts_extends_generic_type.ts.snap | 1 + .../ok/ts_external_module_declaration.ts.snap | 1 + .../ok/ts_formal_parameter.ts.snap | 1 + .../ok/ts_formal_parameter_decorator.ts.snap | 1 + .../ok/ts_function_overload.ts.snap | 1 + .../ok/ts_function_statement.ts.snap | 1 + .../js_test_suite/ok/ts_function_type.ts.snap | 1 + .../ok/ts_getter_signature_member.ts.snap | 1 + .../ok/ts_global_declaration.ts.snap | 1 + .../ok/ts_global_variable.ts.snap | 1 + .../ok/ts_import_clause_types.ts.snap | 1 + .../ok/ts_import_equals_declaration.ts.snap | 1 + .../js_test_suite/ok/ts_import_type.ts.snap | 2 +- .../ok/ts_import_type_arguments.ts.snap | 2 +- .../ts_index_signature_class_member.ts.snap | 1 + ...gnature_class_member_can_be_static.ts.snap | 1 + ...s_index_signature_interface_member.ts.snap | 1 + .../ok/ts_index_signature_member.ts.snap | 1 + .../ok/ts_indexed_access_type.ts.snap | 1 + .../ok/ts_infer_type_allowed.ts.snap | 1 + .../js_test_suite/ok/ts_inferred_type.ts.snap | 1 + ...tiation_expression_property_access.ts.snap | 1 + .../ok/ts_instantiation_expressions.ts.snap | 1 + .../ok/ts_instantiation_expressions_1.ts.snap | 1 + .../ts_instantiation_expressions_asi.ts.snap | 1 + ...instantiation_expressions_new_line.ts.snap | 1 + .../js_test_suite/ok/ts_interface.ts.snap | 1 + .../ok/ts_interface_extends_clause.ts.snap | 1 + .../ok/ts_intersection_type.ts.snap | 1 + .../ok/ts_keyword_assignments.js.snap | 2 +- .../ts_keywords_assignments_script.cjs.snap | 1 + .../js_test_suite/ok/ts_literal_type.ts.snap | 1 + .../js_test_suite/ok/ts_mapped_type.ts.snap | 1 + ...ts_method_and_constructor_overload.ts.snap | 1 + .../ok/ts_method_class_member.ts.snap | 1 + .../ok/ts_method_object_member_body.ts.snap | 1 + .../ok/ts_module_declaration.ts.snap | 1 + ...s_named_import_specifier_with_type.ts.snap | 2 +- .../ok/ts_namespace_declaration.ts.snap | 1 + .../js_test_suite/ok/ts_new_operator.ts.snap | 1 + .../ok/ts_new_with_type_arguments.ts.snap | 1 + .../ts_non_null_assertion_expression.ts.snap | 1 + .../ok/ts_non_null_assignment.ts.snap | 1 + .../js_test_suite/ok/ts_object_type.ts.snap | 1 + .../ok/ts_optional_chain_call.ts.snap | 1 + .../ts_optional_method_class_member.ts.snap | 1 + ...s_parameter_option_binding_pattern.ts.snap | 1 + .../ok/ts_parenthesized_type.ts.snap | 1 + .../ok/ts_predefined_type.ts.snap | 1 + ...ass_member_can_be_named_set_or_get.ts.snap | 1 + ...roperty_or_method_signature_member.ts.snap | 1 + .../ok/ts_property_parameter.ts.snap | 1 + ...operty_initializer_ambient_context.ts.snap | 1 + .../ok/ts_reference_type.ts.snap | 1 + .../ok/ts_return_type_annotation.ts.snap | 1 + .../ok/ts_return_type_asi.ts.snap | 1 + .../ok/ts_satisfies_assignment.ts.snap | 1 + .../ok/ts_satisfies_expression.ts.snap | 1 + .../ok/ts_setter_signature_member.ts.snap | 1 + .../ok/ts_tagged_template_literal.ts.snap | 1 + .../ok/ts_template_literal_type.ts.snap | 1 + .../ok/ts_this_parameter.ts.snap | 1 + .../js_test_suite/ok/ts_this_type.ts.snap | 1 + .../js_test_suite/ok/ts_tuple_type.ts.snap | 1 + .../ok/ts_type_arguments_left_shift.ts.snap | 1 + .../ts_type_arguments_like_expression.ts.snap | 1 + .../ok/ts_type_assertion.ts.snap | 1 + .../ok/ts_type_assertion_expression.ts.snap | 1 + .../ok/ts_type_constraint_clause.ts.snap | 1 + .../ts_type_instantiation_expression.ts.snap | 1 + .../js_test_suite/ok/ts_type_operator.ts.snap | 1 + .../ok/ts_type_parameters.ts.snap | 1 + .../ok/ts_type_predicate.ts.snap | 1 + .../js_test_suite/ok/ts_type_variable.ts.snap | 1 + .../ok/ts_type_variable_annotation.ts.snap | 1 + .../js_test_suite/ok/ts_typeof_type.ts.snap | 1 + .../js_test_suite/ok/ts_typeof_type2.tsx.snap | 1 + .../js_test_suite/ok/ts_union_type.ts.snap | 1 + .../ok/tsx_element_generics_type.tsx.snap | 1 + .../ok/tsx_type_arguments.tsx.snap | 1 + .../ok/type_arguments_like_expression.js.snap | 2 +- .../ok/type_arguments_no_recovery.ts.snap | 1 + .../type_assertion_primary_expression.ts.snap | 1 + .../ok/type_parameter_modifier.ts.snap | 1 + .../ok/type_parameter_modifier_tsx.tsx.snap | 1 + .../js_test_suite/ok/typescript_enum.ts.snap | 1 + ...export_default_abstract_class_case.ts.snap | 1 + ...an_have_no_body_in_ambient_context.ts.snap | 1 + .../js_test_suite/ok/unary_delete.js.snap | 2 +- .../ok/unary_delete_nested.js.snap | 2 +- .../unicode_escape_in_tagged_template.js.snap | 2 +- .../ok/using_declaration_statement.js.snap | 2 +- ..._declarations_inside_for_statement.js.snap | 2 +- .../tests/js_test_suite/ok/var_decl.js.snap | 2 +- .../tests/js_test_suite/ok/while_stmt.js.snap | 2 +- .../js_test_suite/ok/with_statement.cjs.snap | 1 + .../tests/js_test_suite/ok/yield_expr.js.snap | 2 +- .../ok/yield_in_generator_function.js.snap | 2 +- .../tests/specs/transformEnum/index.ts.snap | 1 - .../sorted-lexicographic.json.snap | 1 - .../useSortedKeys/sorted-natural.json.snap | 1 - .../noDuplicateObjectKeys/invalid.json.snap | 1 - .../noDuplicateObjectKeys/valid.json.snap | 2 -- .../source/useSortedKeys/unsorted.jsonc.snap | 1 - .../specs/json/array/empty_line.json.snap | 1 + .../specs/json/array/fill_layout.json.snap | 1 + .../tests/specs/json/array/layout.json.snap | 1 + .../specs/json/array/multi_line.json.snap | 1 + .../tests/specs/json/array/nested.json.snap | 1 + .../json/array/one_per_line_layout.json.snap | 1 + .../specs/json/array/single_line.json.snap | 1 + .../bracket-spacing-none.json.snap | 1 + .../comments/empty_with_comments.json.snap | 1 + .../specs/json/comments/multiline.json.snap | 1 + .../tests/specs/json/empty.json.snap | 1 + .../json/expand-never/expand-never.json.snap | 1 + .../specs/json/expand/nested_array.json.snap | 1 + .../specs/json/expand/nested_object.json.snap | 1 + .../specs/json/global_suppression.jsonc.snap | 1 + .../tests/specs/json/number.json.snap | 1 + .../tests/specs/json/object/complex.json.snap | 1 + .../specs/json/object/missing_value.json.snap | 1 + .../specs/json/object/multi_line.json.snap | 1 + .../json/object/multi_line_long.json.snap | 1 + .../specs/json/object/one_line.json.snap | 1 + .../specs/json/object/one_line_long.json.snap | 1 + .../tests/specs/json/object/string.json.snap | 1 + .../tests/specs/json/smoke.json.snap | 1 + .../trailing_comma_never/classic.json.snap | 1 + .../trailing_comma_never/classic.jsonc.snap | 1 + .../json/trailing_newline/simple.json.snap | 1 + .../undefined/utf8_bom_empty_object.json.snap | 1 + .../specs/prettier/json/json/array.json.snap | 1 + .../specs/prettier/json/json/json5.json.snap | 1 + .../specs/prettier/json/json/pass1.json.snap | 1 + .../prettier/json/json/propertyKey.json.snap | 2 -- .../prettier/json/json/single-quote.json.snap | 2 -- .../specs/prettier/json/json/string.json.snap | 2 -- .../nested-quotes.json.snap | 1 + .../prettier/json/range/cross-array.json.snap | 2 -- .../json/range/cross-array2.json.snap | 2 -- .../json/range/cross-object-2.json.snap | 1 + .../json/range/cross-object.json.snap | 2 -- .../json/range/inside-array.json.snap | 2 -- .../json/range/inside-object.json.snap | 2 -- .../prettier/json/range/issue2297.json.snap | 2 -- .../json-stringify/template-literal.json.snap | 1 + .../json/range/json5/inside-array.json.snap | 2 -- .../prettier/json/range/number.json.snap | 2 -- .../json/range/template-literal-2.json.snap | 1 + .../json/range/template-literal.json.snap | 1 + .../json/range/unary-expression-2.json.snap | 2 -- .../json/range/unary-expression.json.snap | 2 -- .../allow_comments/ok/basic.json.snap | 2 -- .../allow_trailing_commas/err/null.json.snap | 2 -- .../err/object.json.snap | 2 -- .../allow_trailing_commas/err/true.json.snap | 2 -- .../allow_trailing_commas/ok/basic.json.snap | 2 -- .../err/array_1_true_without_comma.json.snap | 2 -- .../array_colon_instead_of_comma.json.snap | 2 -- .../err/array_comma_after_close.json.snap | 2 -- .../err/array_comma_and_number.json.snap | 2 -- .../err/array_double_comma.json.snap | 2 -- .../err/array_double_extra_comma.json.snap | 2 -- .../err/array_extra_close.json.snap | 2 -- .../err/array_extra_comma.json.snap | 2 -- .../err/array_incomplete.json.snap | 2 -- .../array_incomplete_invalid_value.json.snap | 2 -- .../err/array_inner_array_no_comma.json.snap | 2 -- ...ray_items_separated_by_semicolon.json.snap | 2 -- .../err/array_just_comma.json.snap | 2 -- .../err/array_just_minus.json.snap | 2 -- .../err/array_missing_value.json.snap | 2 -- .../err/array_newlines_unclosed.json.snap | 2 -- .../err/array_number_and_comma.json.snap | 2 -- .../array_number_and_several_commas.json.snap | 2 -- ...ray_spaces_vertical_tab_formfeed.json.snap | 1 + .../err/array_star_inside.json.snap | 2 -- .../err/array_unclosed.json.snap | 2 -- .../array_unclosed_trailing_commas.json.snap | 1 + .../array_unclosed_with_new_lines.json.snap | 2 -- ...rray_unclosed_with_object_inside.json.snap | 2 -- .../err/incomplete_false.json.snap | 2 -- .../err/incomplete_null.json.snap | 2 -- .../err/incomplete_true.json.snap | 2 -- .../json_test_suite/err/issue2606.json.snap | 1 + .../err/multidigit_number_then_00.json.snap | Bin 1310 -> 1308 bytes .../json_test_suite/err/number_++.json.snap | 1 + .../json_test_suite/err/number_-01.json.snap | 1 + .../err/number_-1.0..json.snap | 3 ++- .../json_test_suite/err/number_-2..json.snap | 1 + .../json_test_suite/err/number_.-1.json.snap | 2 -- .../err/number_.2e-3.json.snap | 2 -- .../err/number_0.1.2.json.snap | 1 + .../json_test_suite/err/number_0.3e.json.snap | 2 -- .../err/number_0.3e_plus.json.snap | 1 + .../json_test_suite/err/number_0.e1.json.snap | 1 + .../err/number_0_capital_E.json.snap | 2 -- .../err/number_0_capital_E_plus.json.snap | 1 + .../err/number_0e+_missing_digit.json.snap | 1 + .../json_test_suite/err/number_0e.json.snap | 2 -- .../json_test_suite/err/number_1.0e.json.snap | 2 -- .../err/number_1.0e_minus.json.snap | 1 + .../err/number_1.0e_plus.json.snap | 2 -- .../err/number_1_000.json.snap | 2 -- .../json_test_suite/err/number_1eE2.json.snap | 2 -- .../err/number_2.e-3.json.snap | 1 + .../json_test_suite/err/number_2.e3.json.snap | 1 + .../err/number_2.e_plus_3.json.snap | 1 + .../json_test_suite/err/number_9.e+.json.snap | 1 + .../json_test_suite/err/number_Inf.json.snap | 2 -- .../json_test_suite/err/number_NaN.json.snap | 2 -- ...umber_U+FF11_fullwidth_digit_one.json.snap | 2 -- .../err/number_expression.json.snap | 2 -- .../err/number_hex_1_digit.json.snap | 2 -- .../err/number_hex_2_digits.json.snap | 2 -- .../err/number_infinity.json.snap | 2 -- .../err/number_invalid+-.json.snap | 2 -- .../number_invalid-negative-real.json.snap | 2 -- .../err/number_minus_infinity.json.snap | 1 + ...minus_sign_with_trailing_garbage.json.snap | 1 + .../err/number_minus_space_1.json.snap | 2 -- .../err/number_neg_NaN.json.snap | 1 + ...umber_neg_int_starting_with_zero.json.snap | 1 + ...number_neg_real_without_int_part.json.snap | 1 + .../number_neg_with_garbage_at_end.json.snap | 2 -- .../err/number_plus_1.json.snap | 1 + .../err/number_plus_Inf.json.snap | 1 + .../err/number_real_garbage_after_e.json.snap | 1 + ...ber_real_without_fractional_part.json.snap | 1 + .../err/number_starting_with_dot.json.snap | 2 -- .../err/number_with_alpha.json.snap | 2 -- .../err/number_with_alpha_char.json.snap | 2 -- .../err/number_with_leading_zero.json.snap | 2 -- .../err/object_bad_value.json.snap | 2 -- .../err/object_bracket_key.json.snap | 2 -- .../object_comma_instead_of_colon.json.snap | 1 + .../err/object_double_colon.json.snap | 2 -- .../err/object_emoji.json.snap | 2 -- .../err/object_garbage_at_end.json.snap | 2 -- .../object_key_with_single_quotes.json.snap | 1 + .../err/object_missing_colon.json.snap | 2 -- .../err/object_missing_key.json.snap | 2 -- .../err/object_missing_semicolon.json.snap | 2 -- .../err/object_missing_value.json.snap | 2 -- .../err/object_no-colon.json.snap | 2 -- .../err/object_non_string_key.json.snap | 2 -- ...ring_key_but_huge_number_instead.json.snap | 2 -- .../err/object_repeated_null_null.json.snap | 1 + .../object_several_trailing_commas.json.snap | 2 -- .../err/object_single_quote.json.snap | 2 -- .../err/object_trailing_comma.json.snap | 1 + .../err/object_trailing_comment.json.snap | 2 -- .../object_trailing_comment_open.json.snap | 2 -- ...ject_trailing_comment_slash_open.json.snap | 2 -- ...ng_comment_slash_open_incomplete.json.snap | 2 -- .../err/object_two_commas_in_a_row.json.snap | 2 -- .../err/object_unquoted_key.json.snap | 2 -- .../err/object_unterminated-value.json.snap | 1 + .../err/object_with_single_string.json.snap | 2 -- .../object_with_trailing_garbage.json.snap | 2 -- .../err/single_space.json.snap | 2 -- .../string_1_surrogate_then_escape.json.snap | 1 + ...string_1_surrogate_then_escape_u.json.snap | 1 + ...tring_1_surrogate_then_escape_u1.json.snap | 1 + ...ring_1_surrogate_then_escape_u1x.json.snap | 1 + ...tring_accentuated_char_no_quotes.json.snap | 2 -- .../err/string_backslash_00.json.snap | Bin 1285 -> 1286 bytes .../err/string_escape_x.json.snap | 1 + .../string_escaped_backslash_bad.json.snap | 1 + .../string_escaped_ctrl_char_tab.json.snap | 1 + .../err/string_escaped_emoji.json.snap | 1 + .../err/string_incomplete_escape.json.snap | 1 + ...ing_incomplete_escaped_character.json.snap | 1 + .../err/string_incomplete_surrogate.json.snap | 1 + ...omplete_surrogate_escape_invalid.json.snap | 1 + .../string_invalid_backslash_esc.json.snap | 1 + .../string_invalid_unicode_escape.json.snap | 1 + ...tring_leading_uescaped_thinspace.json.snap | 1 + ...string_no_quotes_with_bad_escape.json.snap | 1 + .../err/string_single_doublequote.json.snap | 1 + .../err/string_single_quote.json.snap | 2 -- ...g_single_string_no_double_quotes.json.snap | 2 -- .../string_start_escape_unclosed.json.snap | 1 + .../err/string_unescaped_ctrl_char.json.snap | Bin 1205 -> 1206 bytes .../err/string_unescaped_newline.json.snap | 1 + .../err/string_unescaped_tab.json.snap | 1 + .../err/string_unicode_CapitalU.json.snap | 1 + .../string_with_trailing_garbage.json.snap | 2 -- .../structure_U+2060_word_joined.json.snap | 2 -- .../err/structure_UTF8_BOM_no_data.json.snap | 1 + .../err/structure_angle_bracket_..json.snap | 1 + .../structure_angle_bracket_null.json.snap | 2 -- ...structure_array_trailing_garbage.json.snap | 2 -- ...ure_array_with_extra_array_close.json.snap | 2 -- ...cture_array_with_unclosed_string.json.snap | 1 + ...ructure_ascii-unicode-identifier.json.snap | 2 -- .../err/structure_capitalized_True.json.snap | 2 -- .../structure_close_unopened_array.json.snap | 2 -- ...e_comma_instead_of_closing_brace.json.snap | 2 -- .../err/structure_double_array.json.snap | 2 -- .../err/structure_end_array.json.snap | 2 -- .../err/structure_lone-open-bracket.json.snap | 2 -- .../err/structure_no_data.json.snap | 2 -- ...ructure_null-byte-outside-string.json.snap | Bin 1086 -> 1084 bytes ...ure_number_with_trailing_garbage.json.snap | 2 -- ...bject_followed_by_closing_object.json.snap | 2 -- ...ructure_object_unclosed_no_value.json.snap | 2 -- .../structure_object_with_comment.json.snap | 2 -- ...ure_object_with_trailing_garbage.json.snap | 2 -- .../structure_open_array_apostrophe.json.snap | 2 -- .../err/structure_open_array_comma.json.snap | 2 -- ...structure_open_array_open_string.json.snap | 1 + .../err/structure_open_array_string.json.snap | 2 -- .../err/structure_open_object.json.snap | 2 -- ...tructure_open_object_close_array.json.snap | 2 -- .../err/structure_open_object_comma.json.snap | 2 -- ...structure_open_object_open_array.json.snap | 2 -- ...tructure_open_object_open_string.json.snap | 1 + ...n_object_string_with_apostrophes.json.snap | 2 -- ...open_object_with_key_open_string.json.snap | 1 + .../err/structure_open_open.json.snap | 1 + .../err/structure_single_star.json.snap | 2 -- .../err/structure_trailing_hash.json.snap | 2 -- ...ucture_uescaped_LF_before_string.json.snap | 1 + .../err/structure_unclosed_array.json.snap | 2 -- ...ture_unclosed_array_partial_null.json.snap | 2 -- ..._unclosed_array_unfinished_false.json.snap | 2 -- ...e_unclosed_array_unfinished_true.json.snap | 2 -- .../err/structure_unclosed_object.json.snap | 2 -- .../structure_unicode-identifier.json.snap | 2 -- ...re_whitespace_U+2060_word_joiner.json.snap | 2 -- .../structure_whitespace_formfeed.json.snap | 1 + .../ok/array_arraysWithSpaces.json.snap | 2 -- .../ok/array_empty-string.json.snap | 2 -- .../json_test_suite/ok/array_empty.json.snap | 2 -- .../ok/array_ending_with_newline.json.snap | 2 -- .../json_test_suite/ok/array_false.json.snap | 2 -- .../ok/array_heterogeneous.json.snap | 2 -- .../json_test_suite/ok/array_null.json.snap | 2 -- .../ok/array_with_1_and_newline.json.snap | 2 -- .../ok/array_with_leading_space.json.snap | 2 -- .../ok/array_with_several_null.json.snap | 2 -- .../ok/array_with_trailing_space.json.snap | 2 -- .../tests/json_test_suite/ok/number.json.snap | 2 -- .../json_test_suite/ok/number_0e+1.json.snap | 2 -- .../json_test_suite/ok/number_0e1.json.snap | 2 -- .../ok/number_after_space.json.snap | 2 -- .../ok/number_double_close_to_zero.json.snap | 2 -- .../ok/number_int_with_exp.json.snap | 2 -- .../ok/number_minus_zero.json.snap | 2 -- .../ok/number_negative_int.json.snap | 2 -- .../ok/number_negative_one.json.snap | 2 -- .../ok/number_negative_zero.json.snap | 2 -- .../ok/number_real_capital_e.json.snap | 2 -- .../number_real_capital_e_neg_exp.json.snap | 2 -- .../number_real_capital_e_pos_exp.json.snap | 2 -- .../ok/number_real_exponent.json.snap | 2 -- .../number_real_fraction_exponent.json.snap | 2 -- .../ok/number_real_neg_exp.json.snap | 2 -- .../ok/number_real_pos_exponent.json.snap | 2 -- .../ok/number_simple_int.json.snap | 2 -- .../ok/number_simple_real.json.snap | 2 -- .../tests/json_test_suite/ok/object.json.snap | 2 -- .../json_test_suite/ok/object_basic.json.snap | 2 -- .../ok/object_duplicated_key.json.snap | 2 -- .../object_duplicated_key_and_value.json.snap | 2 -- .../json_test_suite/ok/object_empty.json.snap | 2 -- .../ok/object_empty_key.json.snap | 2 -- .../ok/object_escaped_null_in_key.json.snap | 2 -- .../ok/object_extreme_numbers.json.snap | 2 -- .../ok/object_long_strings.json.snap | 2 -- .../ok/object_simple.json.snap | 2 -- .../ok/object_string_unicode.json.snap | 2 -- .../ok/object_with_newlines.json.snap | 2 -- ...ring_1_2_3_bytes_UTF-8_sequences.json.snap | 2 -- .../string_accepted_surrogate_pair.json.snap | 2 -- .../string_accepted_surrogate_pairs.json.snap | 2 -- .../ok/string_allowed_escapes.json.snap | 2 -- ...ing_backslash_and_u_escaped_zero.json.snap | 2 -- .../string_backslash_doublequotes.json.snap | 2 -- .../ok/string_comments.json.snap | 2 -- .../ok/string_double_escape_a.json.snap | 2 -- .../ok/string_double_escape_n.json.snap | 2 -- ...string_escaped_control_character.json.snap | 2 -- .../ok/string_escaped_noncharacter.json.snap | 2 -- .../ok/string_in_array.json.snap | 2 -- ...ring_in_array_with_leading_space.json.snap | 2 -- .../string_last_surrogates_1_and_2.json.snap | 2 -- .../ok/string_nbsp_uescaped.json.snap | 2 -- ...ing_nonCharacterInUTF-8_U+10FFFF.json.snap | 2 -- ...tring_nonCharacterInUTF-8_U+FFFF.json.snap | 2 -- .../ok/string_null_escape.json.snap | 2 -- .../ok/string_one-byte-utf-8.json.snap | 2 -- .../json_test_suite/ok/string_pi.json.snap | 2 -- ...reservedCharacterInUTF-8_U+1BFFF.json.snap | 2 -- .../ok/string_simple_ascii.json.snap | 2 -- .../json_test_suite/ok/string_space.json.snap | 2 -- ...es_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.snap | 2 -- .../ok/string_three-byte-utf-8.json.snap | 2 -- .../ok/string_two-byte-utf-8.json.snap | 2 -- .../ok/string_u+2028_line_sep.json.snap | 2 -- .../ok/string_u+2029_par_sep.json.snap | 2 -- .../ok/string_uEscape.json.snap | 2 -- .../ok/string_uescaped_newline.json.snap | 2 -- .../ok/string_unescaped_char_delete.json.snap | 2 -- .../ok/string_unicode.json.snap | 2 -- .../string_unicodeEscapedBackslash.json.snap | 2 -- .../ok/string_unicode_2.json.snap | 2 -- .../string_unicode_U+10FFFE_nonchar.json.snap | 2 -- .../string_unicode_U+1FFFE_nonchar.json.snap | 2 -- ..._unicode_U+200B_ZERO_WIDTH_SPACE.json.snap | 2 -- ...ng_unicode_U+2064_invisible_plus.json.snap | 2 -- .../string_unicode_U+FDD0_nonchar.json.snap | 2 -- .../string_unicode_U+FFFE_nonchar.json.snap | 2 -- ...ing_unicode_escaped_double_quote.json.snap | 2 -- .../json_test_suite/ok/string_utf8.json.snap | 2 -- .../ok/string_with_del_character.json.snap | 2 -- .../ok/structure_lonely_false.json.snap | 2 -- .../ok/structure_lonely_int.json.snap | 2 -- .../structure_lonely_negative_real.json.snap | 2 -- .../ok/structure_lonely_null.json.snap | 2 -- .../ok/structure_lonely_string.json.snap | 2 -- .../ok/structure_lonely_true.json.snap | 2 -- .../ok/structure_string_empty.json.snap | 2 -- .../ok/structure_trailing_newline.json.snap | 2 -- .../ok/structure_true_in_array.json.snap | 2 -- .../ok/structure_whitespace_array.json.snap | 2 -- .../number_double_huge_neg_exp.json.snap | 2 -- .../undefined/number_huge_exp.json.snap | 2 -- .../number_neg_int_huge_exp.json.snap | 2 -- .../number_pos_double_huge_exp.json.snap | 2 -- .../number_real_neg_overflow.json.snap | 2 -- .../number_real_pos_overflow.json.snap | 2 -- .../undefined/number_real_underflow.json.snap | 2 -- .../number_too_big_neg_int.json.snap | 2 -- .../number_too_big_pos_int.json.snap | 2 -- .../number_very_big_negative_int.json.snap | 2 -- .../object_key_lone_2nd_surrogate.json.snap | 2 -- ...ng_1st_surrogate_but_2nd_missing.json.snap | 2 -- ..._1st_valid_surrogate_2nd_invalid.json.snap | 2 -- ...plete_surrogate_and_escape_valid.json.snap | 2 -- ...string_incomplete_surrogate_pair.json.snap | 2 -- ...complete_surrogates_escape_valid.json.snap | 2 -- .../string_invalid_lonely_surrogate.json.snap | 2 -- .../string_invalid_surrogate.json.snap | 2 -- ...ring_inverted_surrogates_U+1D11E.json.snap | 2 -- .../string_lone_second_surrogate.json.snap | 2 -- .../structure_500_nested_arrays.json.snap | 1 + ...structure_UTF-8_BOM_empty_object.json.snap | 2 -- .../error/quote_nesting_too_deep.md.snap | 1 + .../error/too_many_hashes.md.snap | 1 + .../error/unterminated_code_fence.md.snap | 2 +- .../ok/atx_heading_trailing_hash.md.snap | 2 +- .../tests/md_test_suite/ok/autolinks.md.snap | 1 + .../md_test_suite/ok/block_quote.md.snap | 1 + .../ok/block_quote_grouping.md.snap | 1 + .../md_test_suite/ok/bullet_list.md.snap | 2 +- .../tests/md_test_suite/ok/edge_cases.md.snap | 1 + .../md_test_suite/ok/emphasis_complex.md.snap | 1 + .../ok/emphasis_crossing.md.snap | 1 + .../ok/emphasis_edge_cases.md.snap | 1 + .../ok/emphasis_flanking.md.snap | 1 + .../ok/emphasis_link_text.md.snap | 1 + .../ok/entity_references.md.snap | 1 + .../ok/fenced_code_advanced.md.snap | 2 +- .../ok/fenced_code_block.md.snap | 1 + .../ok/fenced_code_indentation.md.snap | 2 +- .../ok/fenced_code_info_backtick.md.snap | 1 + .../md_test_suite/ok/hard_line_break.md.snap | 1 + .../tests/md_test_suite/ok/header.md.snap | 1 + .../tests/md_test_suite/ok/html_block.md.snap | 1 + .../ok/indent_code_block.md.snap | 2 +- .../ok/indented_code_blank_lines.md.snap | 2 +- .../md_test_suite/ok/inline_elements.md.snap | 1 + .../md_test_suite/ok/inline_html.md.snap | 1 + .../ok/inline_html_edge_cases.md.snap | 1 + .../ok/inline_html_invalid.md.snap | 1 + .../ok/inline_link_destination_title.md.snap | 1 + .../ok/inline_link_whitespace.md.snap | 1 + .../ok/lazy_continuation.md.snap | 2 +- .../md_test_suite/ok/link_definition.md.snap | 1 + .../ok/link_definition_edge_cases.md.snap | 1 + .../ok/link_definition_invalid.md.snap | 1 + .../md_test_suite/ok/list_indentation.md.snap | 1 + .../ok/list_interrupt_bullet.md.snap | 1 + .../ok/list_interrupt_empty_bullet.md.snap | 1 + .../ok/list_interrupt_ordered.md.snap | 1 + .../ok/list_no_interrupt_empty_bullet.md.snap | 1 + .../ok/list_no_interrupt_ordered_2.md.snap | 1 + .../md_test_suite/ok/list_tightness.md.snap | 1 + .../ok/multi_backtick_code.md.snap | 1 + .../md_test_suite/ok/multiline_label.md.snap | 1 + .../ok/multiline_label_reference.md.snap | 1 + .../md_test_suite/ok/multiline_list.md.snap | 1 + .../md_test_suite/ok/nested_quote.md.snap | 1 + .../md_test_suite/ok/ordered_list.md.snap | 2 +- .../tests/md_test_suite/ok/paragraph.md.snap | 1 + .../ok/paragraph_interruption.md.snap | 1 + .../ok/paren_depth_limit.md.snap | 1 + .../ok/reference_link_not_implemented.md.snap | 2 +- .../md_test_suite/ok/reference_links.md.snap | 1 + .../md_test_suite/ok/setext_heading.md.snap | 1 + .../ok/setext_heading_edge_cases.md.snap | 1 + .../ok/setext_heading_negative.md.snap | 1 + .../ok/thematic_break_block.md.snap | 2 +- .../md_test_suite/ok/unclosed_bold.md.snap | 1 + .../ok/unclosed_code_span.md.snap | 1 + .../ok/unclosed_emphasis.md.snap | 1 + .../md_test_suite/ok/unclosed_image.md.snap | 1 + .../md_test_suite/ok/unclosed_link.md.snap | 1 + .../ok/unclosed_reference_image_label.md.snap | 1 + .../ok/unclosed_reference_link_label.md.snap | 1 + .../migrations/all/group_level.json.snap | 1 - .../specs/migrations/all/top_level.json.snap | 1 - .../trailingComma/invalid.json.snap | 1 - ...const_type_declaration_with_namespace.snap | 1 + ...t_export_default_function_declaration.snap | 1 + .../test_export_referenced_function.snap | 1 + ...export_type_referencing_imported_type.snap | 1 + .../snapshots/test_resolve_export_types.snap | 1 + .../tests/snapshots/test_resolve_exports.snap | 1 + .../test_resolve_generic_mapped_value.snap | 1 + .../test_resolve_generic_return_value.snap | 1 + ...ic_return_value_with_multiple_modules.snap | 1 + .../test_resolve_import_as_namespace.snap | 1 + ...st_resolve_merged_namespace_with_type.snap | 1 + .../snapshots/test_resolve_merged_types.snap | 1 + .../test_resolve_multiple_reexports.snap | 1 + ...on_call_with_namespace_in_return_type.snap | 1 + .../test_resolve_promise_export.snap | 1 + ...ction_returning_imported_promise_type.snap | 1 + ...ion_returning_reexported_promise_type.snap | 1 + ...esolve_recursive_looking_country_info.snap | 1 + .../test_resolve_recursive_looking_vfile.snap | 1 + .../test_resolve_single_reexport.snap | 1 + ...d_field_of_intersection_of_interfaces.snap | 1 + ...ve_type_of_intersection_of_interfaces.snap | 1 + ..._resolve_type_of_property_with_getter.snap | 1 + ..._resolve_type_of_this_in_class_assign.snap | 1 + ..._resolve_type_of_this_in_class_export.snap | 1 + ...t_resolve_type_of_this_in_class_plain.snap | 1 + ...lve_type_of_this_in_class_wrong_scope.snap | 1 + .../test_resolve_type_of_this_in_object.snap | 1 + .../test_widening_via_assignment.snap | 1 + ...dening_via_assignment_multiple_values.snap | 1 + .../invalid/license_invalid.json.snap | 7 +------ .../invalid/license_not_string.json.snap | 5 +---- .../tests/manifest/invalid/name.json.snap | 5 +---- ...kspace__tests__debug_registered_types.snap | 1 + .../src/snapshots/not_found.snap | 3 --- .../snapshots/source_file_not_supported.snap | 3 --- .../snapshots/transport_channel_closed.snap | 3 --- .../src/snapshots/transport_rpc_error.snap | 3 --- .../src/snapshots/transport_serde_error.snap | 3 --- .../src/snapshots/transport_timeout.snap | 3 --- .../missing-property.txt.snap | 1 + .../missing-value-in-arbitrary.txt.snap | 1 + .../incomplete-arbitrary-value-0.txt.snap | 1 + .../incomplete-arbitrary-value-1.txt.snap | 1 + .../incomplete-arbitrary-value-2.txt.snap | 1 + .../incomplete-arbitrary-variant.txt.snap | 1 + .../error/missing-modifier-value-1.txt.snap | 1 + .../error/missing-modifier-value.txt.snap | 1 + .../error/missing-value.txt.snap | 1 + .../ok/brackets/gradient.txt.snap | 1 + .../ok/brackets/image-url.txt.snap | 1 + .../tailwind_specs/ok/brackets/inset.txt.snap | 1 + .../ok/brackets/misc-xy.txt.snap | 1 + .../ok/brackets/shadow.txt.snap | 1 + .../candidates/arbitrary-candidate-0.txt.snap | 1 + .../candidates/arbitrary-candidate-1.txt.snap | 1 + .../candidates/arbitrary-candidate-2.txt.snap | 1 + .../candidates/arbitrary-candidate-3.txt.snap | 1 + .../tailwind_specs/ok/data-attribute.txt.snap | 1 + .../ok/gradients/precise-control.txt.snap | 1 + .../ok/gradients/simple.txt.snap | 1 + .../tailwind_specs/ok/group-data.txt.snap | 1 + .../ok/simple/2-classes.txt.snap | 1 + .../ok/simple/arbitrary-value-0.txt.snap | 1 + .../ok/simple/arbitrary-value-1.txt.snap | 1 + .../ok/simple/base-has-dash-0.txt.snap | 1 + .../ok/simple/base-has-dash-1.txt.snap | 1 + .../ok/simple/base-has-dash-2.txt.snap | 1 + .../tailwind_specs/ok/simple/basic-0.txt.snap | 1 + .../tailwind_specs/ok/simple/basic-1.txt.snap | 1 + .../tailwind_specs/ok/simple/basic-2.txt.snap | 1 + .../tailwind_specs/ok/simple/border.txt.snap | 1 + .../ok/simple/css-value.txt.snap | 1 + .../tailwind_specs/ok/simple/empty.txt.snap | 1 + .../ok/simple/important.txt.snap | 1 + .../ok/simple/modifier.txt.snap | 1 + .../ok/simple/multiple-spaces.txt.snap | 1 + .../ok/simple/multiple.txt.snap | 1 + .../ok/simple/negative.txt.snap | 1 + .../tailwind_specs/ok/simple/static.txt.snap | 1 + .../ok/stress/stress-1.txt.snap | 1 + .../ok/stress/stress-2.txt.snap | 1 + .../ok/variants/arbitrary-variant.txt.snap | 1 + .../functional-arbirary-param.txt.snap | 1 + .../variants/functional-named-param.txt.snap | 1 + .../tailwind_specs/ok/variants/hover.txt.snap | 1 + .../ok/variants/hover_focus.txt.snap | 1 + .../ok/variants/starts-with-number.txt.snap | 1 + 3283 files changed, 2485 insertions(+), 1803 deletions(-) diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/always_disable_trailing_commas_biome_json.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/always_disable_trailing_commas_biome_json.snap index 837b62231f32..b48823ed4ee5 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/always_disable_trailing_commas_biome_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/always_disable_trailing_commas_biome_json.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/biome_json_is_not_ignored.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/biome_json_is_not_ignored.snap index 11cfed795469..a480066bb747 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/biome_json_is_not_ignored.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/biome_json_is_not_ignored.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/check_biome_json.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/check_biome_json.snap index 02f41fb8870c..6ec19c7b6630 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/check_biome_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/check_biome_json.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/ci_biome_json.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/ci_biome_json.snap index a6d1ac3d7349..8fe43cf4fc08 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/ci_biome_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/ci_biome_json.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/formatter_biome_json.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/formatter_biome_json.snap index 90accb6a915f..b84118bf6e14 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/formatter_biome_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/formatter_biome_json.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/linter_biome_json.snap b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/linter_biome_json.snap index ff7de4108969..fe679de656af 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/linter_biome_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_biome_json_support/linter_biome_json.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/allows_reverting_fields_in_extended_config_to_default.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/allows_reverting_fields_in_extended_config_to_default.snap index c78e9deb26bd..da02788c8c7a 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/allows_reverting_fields_in_extended_config_to_default.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/allows_reverting_fields_in_extended_config_to_default.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/applies_extended_values_in_current_config.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/applies_extended_values_in_current_config.snap index 6bc91c53e070..ac6826fd95bc 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/applies_extended_values_in_current_config.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/applies_extended_values_in_current_config.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_formatter_no_linter.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_formatter_no_linter.snap index 4bb46049a898..d96109ec8004 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_formatter_no_linter.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_formatter_no_linter.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_linter_not_formatter.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_linter_not_formatter.snap index 625ba4520d91..d95fc278c2b4 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_linter_not_formatter.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_config_ok_linter_not_formatter.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_resolves_when_using_config_path.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_resolves_when_using_config_path.snap index 4e4c8f32ca7e..e6f0fef26ac5 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_resolves_when_using_config_path.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/extends_resolves_when_using_config_path.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `config/biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_extends/respects_unaffected_values_from_extended_config.snap b/crates/biome_cli/tests/snapshots/main_cases_config_extends/respects_unaffected_values_from_extended_config.snap index 47ef2275e018..6a9544ecb46d 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_extends/respects_unaffected_values_from_extended_config.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_extends/respects_unaffected_values_from_extended_config.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_for_no_configuration_file_found.snap b/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_for_no_configuration_file_found.snap index bdcb562ccb8f..fd6477a262c5 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_for_no_configuration_file_found.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_for_no_configuration_file_found.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_when_the_config_file_is_not_json.snap b/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_when_the_config_file_is_not_json.snap index 22dc7b58335d..adc8d851ca7f 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_when_the_config_file_is_not_json.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_path/raises_an_error_when_the_config_file_is_not_json.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.yml` diff --git a/crates/biome_cli/tests/snapshots/main_cases_config_path/set_config_path_to_file.snap b/crates/biome_cli/tests/snapshots/main_cases_config_path/set_config_path_to_file.snap index dc0d0048b98e..4664df42f245 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_config_path/set_config_path_to_file.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_config_path/set_config_path_to_file.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `config/a.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_cases_cts_files/should_allow_using_export_statements.snap b/crates/biome_cli/tests/snapshots/main_cases_cts_files/should_allow_using_export_statements.snap index d6a448b0d33f..1839c0de12f6 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_cts_files/should_allow_using_export_statements.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_cts_files/should_allow_using_export_statements.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `a.cts` diff --git a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/diagnostic_level.snap b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/diagnostic_level.snap index 29411043bee0..ef3b0bef0b05 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/diagnostic_level.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/diagnostic_level.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/logs_the_appropriate_messages_according_to_set_diagnostics_level.snap b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/logs_the_appropriate_messages_according_to_set_diagnostics_level.snap index 69e6e1770910..8d275a833977 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/logs_the_appropriate_messages_according_to_set_diagnostics_level.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/logs_the_appropriate_messages_according_to_set_diagnostics_level.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/max_diagnostics_no_verbose.snap b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/max_diagnostics_no_verbose.snap index ab6fdb28d614..f0bcc45f0a3f 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_diagnostics/max_diagnostics_no_verbose.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_diagnostics/max_diagnostics_no_verbose.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `src/file.js` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_can_set_to_tab.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_can_set_to_tab.snap index 13bfd76bb18b..2fd176bffb64 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_can_set_to_tab.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_can_set_to_tab.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `.editorconfig` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_parse_error.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_parse_error.snap index 7eb3dd36f810..5fa9447eedfd 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/indent_size_parse_error.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `.editorconfig` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_apply_path_overrides.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_apply_path_overrides.snap index e3a7f60915a1..cba1989303bf 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_apply_path_overrides.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_apply_path_overrides.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `.editorconfig` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_have_biome_override_editorconfig.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_have_biome_override_editorconfig.snap index 709dd5fbdc9a..ba6cbb60c0d9 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_have_biome_override_editorconfig.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_have_biome_override_editorconfig.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_not_use_editorconfig.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_not_use_editorconfig.snap index 35b22bf52da0..717167be6556 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_not_use_editorconfig.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_not_use_editorconfig.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `.editorconfig` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig.snap index d8d970c6fab3..2c9a19d42340 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `.editorconfig` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_ci_enabled_from_biome_conf.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_ci_enabled_from_biome_conf.snap index aeb7ca61d1a7..2d04df5e6547 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_ci_enabled_from_biome_conf.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_ci_enabled_from_biome_conf.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_enabled_from_biome_conf.snap b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_enabled_from_biome_conf.snap index 1a200670cd20..85d20dc3d5d3 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_enabled_from_biome_conf.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_editorconfig/should_use_editorconfig_enabled_from_biome_conf.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_graphql/format_and_write_graphql_files.snap b/crates/biome_cli/tests/snapshots/main_cases_graphql/format_and_write_graphql_files.snap index 21ef37915e23..1b7edde532ac 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_graphql/format_and_write_graphql_files.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_graphql/format_and_write_graphql_files.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.graphql` diff --git a/crates/biome_cli/tests/snapshots/main_cases_graphql/format_graphql_files.snap b/crates/biome_cli/tests/snapshots/main_cases_graphql/format_graphql_files.snap index 9c69399aeb9a..6cc68dcf2101 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_graphql/format_graphql_files.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_graphql/format_graphql_files.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.graphql` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_astro_files/does_not_throw_parse_error_for_return.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_astro_files/does_not_throw_parse_error_for_return.snap index ed6cf16c5a46..4194edb4a842 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_astro_files/does_not_throw_parse_error_for_return.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_astro_files/does_not_throw_parse_error_for_return.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.astro` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_files_by_when_opt_in.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_files_by_when_opt_in.snap index 397f0a2d3d05..e4496b28a276 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_files_by_when_opt_in.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_files_by_when_opt_in.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `input.css` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_write_files_by_when_opt_in.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_write_files_by_when_opt_in.snap index 796a0be79b5f..dd5f0915e3c9 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_write_files_by_when_opt_in.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_format_write_files_by_when_opt_in.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `input.css` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_not_format_files_by_default.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_not_format_files_by_default.snap index 397f0a2d3d05..e4496b28a276 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_not_format_files_by_default.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_css_files/should_not_format_files_by_default.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `input.css` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_svelte_files/sorts_imports_write.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_svelte_files/sorts_imports_write.snap index 9a4fabe3bef5..c64d05cf6f29 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_svelte_files/sorts_imports_write.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_svelte_files/sorts_imports_write.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.svelte` diff --git a/crates/biome_cli/tests/snapshots/main_cases_handle_vue_files/sorts_imports_write.snap b/crates/biome_cli/tests/snapshots/main_cases_handle_vue_files/sorts_imports_write.snap index 7d6d03f64f40..78913412a7f0 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_handle_vue_files/sorts_imports_write.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_handle_vue_files/sorts_imports_write.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.vue` diff --git a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_handle_only_included_files.snap b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_handle_only_included_files.snap index 25a5b6fa0d01..0f781f670f9a 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_handle_only_included_files.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_handle_only_included_files.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore.snap b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore.snap index ce69099272b1..f12880f2255b 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore_formatter.snap b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore_formatter.snap index 9af914f14324..9e2934af36b0 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore_formatter.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_ignore_formatter.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_organize_imports.snap b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_organize_imports.snap index 34a9dda5eff6..3cdf35f50321 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_organize_imports.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_included_files/does_not_handle_included_files_if_overridden_by_organize_imports.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_disable_test_rules.snap b/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_disable_test_rules.snap index 7d3fb46c67df..e7c9522aae93 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_disable_test_rules.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_disable_test_rules.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_enable_test_rules_and_only.snap b/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_enable_test_rules_and_only.snap index 95d03cbd462d..73c5acc25ec8 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_enable_test_rules_and_only.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_linter_domains/does_enable_test_rules_and_only.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_linter_groups_plain/disable_all_rules_when_group_is_off.snap b/crates/biome_cli/tests/snapshots/main_cases_linter_groups_plain/disable_all_rules_when_group_is_off.snap index 4bf42d7d4f3e..0134d55532a2 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_linter_groups_plain/disable_all_rules_when_group_is_off.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_linter_groups_plain/disable_all_rules_when_group_is_off.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_monorepo/plugins_from_root_config_work_in_child_config_extends_root.snap b/crates/biome_cli/tests/snapshots/main_cases_monorepo/plugins_from_root_config_work_in_child_config_extends_root.snap index 2f265802fa7c..a027c4725e48 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_monorepo/plugins_from_root_config_work_in_child_config_extends_root.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_monorepo/plugins_from_root_config_work_in_child_config_extends_root.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `packages/mobile/biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/complex_enable_disable_overrides.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/complex_enable_disable_overrides.snap index a43c758a45d9..832148e61736 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/complex_enable_disable_overrides.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/complex_enable_disable_overrides.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/disallow_comments_on_well_known_files.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/disallow_comments_on_well_known_files.snap index ada59ee2eac5..b7dfefebf182 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/disallow_comments_on_well_known_files.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/disallow_comments_on_well_known_files.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_handle_included_file_and_disable_formatter.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_handle_included_file_and_disable_formatter.snap index 3404820bc95a..f8b8d8e1e7c5 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_handle_included_file_and_disable_formatter.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_handle_included_file_and_disable_formatter.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting.snap index af9295eb378b..716ecb7cd81b 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting_and_all_of_them.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting_and_all_of_them.snap index 1ff27390d719..57689441690f 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting_and_all_of_them.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_formatting_and_all_of_them.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_languages.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_languages.snap index a69cb198a47a..b686778e34b8 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_languages.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_languages.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_overrides.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_overrides.snap index 0405595202b9..2119c7e2c65a 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_overrides.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_include_file_with_different_overrides.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings.snap index 674f6a7351de..ddb2478650f3 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings_2.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings_2.snap index f20c9c7ca6bf..2b1a77268358 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings_2.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_language_settings_2.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_settings.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_settings.snap index 66c0733b8965..827c4a6f009c 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_settings.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_change_formatting_settings.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_conceal_previous_overrides.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_conceal_previous_overrides.snap index 946389eb7861..e274de947607 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_conceal_previous_overrides.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_conceal_previous_overrides.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_override_well_known_special_files_when_config_override_is_present.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_override_well_known_special_files_when_config_override_is_present.snap index 6f1bf5ec8d08..c70371228d85 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_override_well_known_special_files_when_config_override_is_present.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/does_not_override_well_known_special_files_when_config_override_is_present.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/overrides_grit_formatting_options.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/overrides_grit_formatting_options.snap index 7a9edc5e4aec..a2dbbf357df4 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/overrides_grit_formatting_options.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_formatter/overrides_grit_formatting_options.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/does_not_conceal_overrides_globals.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/does_not_conceal_overrides_globals.snap index 0f7d2c742d2b..cae512cfe631 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/does_not_conceal_overrides_globals.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/does_not_conceal_overrides_globals.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/takes_last_linter_enabled_into_account.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/takes_last_linter_enabled_into_account.snap index 2bc8f8390f8e..b7427e80a7a1 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/takes_last_linter_enabled_into_account.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_linter/takes_last_linter_enabled_into_account.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename.snap index 4545ac33fd67..325f55d60d64 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_check.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_check.snap index 1e3945324185..4f73f28e3f13 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_check.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_check.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_format.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_format.snap index 625f84c168b2..5a3f2bb0993b 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_format.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_ignored_includes_does_not_match_filename_invalid_format_format.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_invalid_value.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_invalid_value.snap index 8afce2104a79..480d8a8a2f61 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_invalid_value.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_invalid_value.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_pass.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_pass.snap index 873826a41670..d39f5b5379bf 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_pass.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_max_file_size/overrides_files_max_size_option_pass.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_overrides_organize_imports/does_handle_included_file_and_disable_organize_imports.snap b/crates/biome_cli/tests/snapshots/main_cases_overrides_organize_imports/does_handle_included_file_and_disable_organize_imports.snap index 0b1aa67a3d00..9ddba67b8283 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_overrides_organize_imports/does_handle_included_file_and_disable_organize_imports.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_overrides_organize_imports/does_handle_included_file_and_disable_organize_imports.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_format.snap b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_format.snap index efe739098c67..656bad752b09 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_format.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_format.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages @@ -13,5 +13,3 @@ expression: content ```block { "name": "test" } ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_format.snap b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_format.snap index a280ddd15f64..ac49fced507b 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_format.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_format.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages @@ -25,5 +25,3 @@ package-lock.json project VERBOSE ━━━━━━━━━━━━━━ ```block { "name": "test" } ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_lint.snap b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_lint.snap index a280ddd15f64..ac49fced507b 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_lint.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_protected_files/not_process_file_from_stdin_verbose_lint.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages @@ -25,5 +25,3 @@ package-lock.json project VERBOSE ━━━━━━━━━━━━━━ ```block { "name": "test" } ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_cases_protected_files/should_return_the_content_of_protected_files_via_stdin.snap b/crates/biome_cli/tests/snapshots/main_cases_protected_files/should_return_the_content_of_protected_files_via_stdin.snap index 7b4b4adff262..84688545f343 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_protected_files/should_return_the_content_of_protected_files_via_stdin.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_protected_files/should_return_the_content_of_protected_files_via_stdin.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages @@ -13,5 +13,3 @@ expression: content ```block { "name": "something" } ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_github/reports_diagnostics_github_format_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_github/reports_diagnostics_github_format_command.snap index e99fd392d64f..9f9915995e13 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_github/reports_diagnostics_github_format_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_github/reports_diagnostics_github_format_command.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `index.ts` diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_junit/reports_diagnostics_junit_format_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_junit/reports_diagnostics_junit_format_command.snap index e5ab39215a33..6759cc252681 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_junit/reports_diagnostics_junit_format_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_junit/reports_diagnostics_junit_format_command.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `index.ts` diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_command.snap index 1a9bf36bc5d6..a892f6e75644 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_command.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_verbose_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_verbose_command.snap index 5f0ac0b3927d..e5c5fc6e2868 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_verbose_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_check_verbose_command.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `index.css` diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_format_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_format_command.snap index 1ba125cf865b..420d5670b735 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_format_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_format_command.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `index.css` diff --git a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_lint_command.snap b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_lint_command.snap index 12ab7f7fb5a5..18109bac6de8 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_lint_command.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_reporter_summary/reports_diagnostics_summary_lint_command.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_suppressions/unused_range_suppression.snap b/crates/biome_cli/tests/snapshots/main_cases_suppressions/unused_range_suppression.snap index 4dd5d611136c..0ef807b00814 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_suppressions/unused_range_suppression.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_suppressions/unused_range_suppression.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_not_print_a_diagnostic_unknown_file_because_ignored.snap b/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_not_print_a_diagnostic_unknown_file_because_ignored.snap index 8066ce24a7cc..b989dc11c67d 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_not_print_a_diagnostic_unknown_file_because_ignored.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_not_print_a_diagnostic_unknown_file_because_ignored.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_print_a_diagnostic_unknown_file.snap b/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_print_a_diagnostic_unknown_file.snap index cc3cc6ec347f..5f3e4afb0318 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_print_a_diagnostic_unknown_file.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_unknown_files/should_print_a_diagnostic_unknown_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/ignore_vcs_os_independent_parse.snap b/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/ignore_vcs_os_independent_parse.snap index 98ecc0978921..5cff2ccd82e7 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/ignore_vcs_os_independent_parse.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/ignore_vcs_os_independent_parse.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/include_vcs_ignore_cascade.snap b/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/include_vcs_ignore_cascade.snap index e095d29d7bf3..c6ec47b51485 100644 --- a/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/include_vcs_ignore_cascade.snap +++ b/crates/biome_cli/tests/snapshots/main_cases_vcs_ignored_files/include_vcs_ignore_cascade.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/applies_organize_imports_from_cli.snap b/crates/biome_cli/tests/snapshots/main_commands_check/applies_organize_imports_from_cli.snap index ab15ec29f09c..30b30159fed4 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/applies_organize_imports_from_cli.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/applies_organize_imports_from_cli.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/apply_noop.snap b/crates/biome_cli/tests/snapshots/main_commands_check/apply_noop.snap index 98a44acd540f..fbbc762190e5 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/apply_noop.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/apply_noop.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/apply_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_check/apply_ok.snap index 932af0798172..653bf6660b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/apply_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/apply_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_json_files.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_json_files.snap index b0b286c128a7..2064eb3a26ca 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_json_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_json_files.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_json_plugin.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_json_plugin.snap index bc458412a7f6..b152ed9d4416 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_json_plugin.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_json_plugin.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 481 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_plugin_diagnostic_offset_in_vue_file.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_plugin_diagnostic_offset_in_vue_file.snap index ed01b178acac..c97c56f733db 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_plugin_diagnostic_offset_in_vue_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_plugin_diagnostic_offset_in_vue_file.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 432 expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_returns_text_if_content_is_not_changed.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_returns_text_if_content_is_not_changed.snap index a09a390f9bca..a88cb61a7502 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_returns_text_if_content_is_not_changed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_returns_text_if_content_is_not_changed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_successfully.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_successfully.snap index 9a101f5b3bee..8621e86950bf 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_successfully.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_successfully.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_unsafe_successfully.snap b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_unsafe_successfully.snap index fe0d6653cae3..6fecc6a88f8d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_unsafe_successfully.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/check_stdin_write_unsafe_successfully.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- # Input messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/config_recommended_group.snap b/crates/biome_cli/tests/snapshots/main_commands_check/config_recommended_group.snap index cc43e5ac2e80..e6514b354b7d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/config_recommended_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/config_recommended_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/doesnt_error_if_no_files_were_processed.snap b/crates/biome_cli/tests/snapshots/main_commands_check/doesnt_error_if_no_files_were_processed.snap index 2c3bc9e0a849..c809d3a7d315 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/doesnt_error_if_no_files_were_processed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/doesnt_error_if_no_files_were_processed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/downgrade_severity.snap b/crates/biome_cli/tests/snapshots/main_commands_check/downgrade_severity.snap index 16d0d1d459e0..449161757439 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/downgrade_severity.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/downgrade_severity.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/files_max_size_parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_check/files_max_size_parse_error.snap index d3046db36ad3..0a3471aff9dd 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/files_max_size_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/files_max_size_parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` @@ -22,5 +22,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/fix_noop.snap b/crates/biome_cli/tests/snapshots/main_commands_check/fix_noop.snap index 98a44acd540f..fbbc762190e5 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/fix_noop.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/fix_noop.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/fix_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_check/fix_ok.snap index 932af0798172..653bf6660b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/fix_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/fix_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/fix_unsafe_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_check/fix_unsafe_ok.snap index 932af0798172..653bf6660b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/fix_unsafe_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/fix_unsafe_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/fs_files_ignore_symlink.snap b/crates/biome_cli/tests/snapshots/main_commands_check/fs_files_ignore_symlink.snap index a96ca3e4a35e..62641b9c9417 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/fs_files_ignore_symlink.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/fs_files_ignore_symlink.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/ignore_configured_globals.snap b/crates/biome_cli/tests/snapshots/main_commands_check/ignore_configured_globals.snap index 82c43d1a5291..5b6603806354 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/ignore_configured_globals.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/ignore_configured_globals.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/ignores_unknown_file.snap b/crates/biome_cli/tests/snapshots/main_commands_check/ignores_unknown_file.snap index f3179125c15e..35c8104ffc87 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/ignores_unknown_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/ignores_unknown_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `test.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/lint_error.snap b/crates/biome_cli/tests/snapshots/main_commands_check/lint_error.snap index 2fbab528769e..01c4995243ce 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/lint_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/lint_error.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/lint_error_without_file_paths.snap b/crates/biome_cli/tests/snapshots/main_commands_check/lint_error_without_file_paths.snap index 2fbab528769e..01c4995243ce 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/lint_error_without_file_paths.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/lint_error_without_file_paths.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_files_are_listed_in_ignore_option.snap b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_files_are_listed_in_ignore_option.snap index bc84b2ade6d5..0ac6966575cb 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_files_are_listed_in_ignore_option.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_files_are_listed_in_ignore_option.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled.snap b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled.snap index d2520b151984..10a80370db96 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply.snap b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply.snap index edcc05a5b94d..726070c6ee19 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply_biome_jsonc.snap b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply_biome_jsonc.snap index 91c43323c4c7..695dd290c028 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply_biome_jsonc.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_if_linter_is_disabled_when_run_apply_biome_jsonc.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_when_file_is_ignored.snap b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_when_file_is_ignored.snap index 4306b22b6ec1..77cbca91f110 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_when_file_is_ignored.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/no_lint_when_file_is_ignored.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/nursery_unstable.snap b/crates/biome_cli/tests/snapshots/main_commands_check/nursery_unstable.snap index 01b39b70ad12..6de6ff9742a8 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/nursery_unstable.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/nursery_unstable.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_check/parse_error.snap index c412f3649506..0811cf1fa164 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule.snap index ff7de4108969..fe679de656af 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule_group.snap b/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule_group.snap index 21a0d7fc309c..1b3ed5441904 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/should_disable_a_rule_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/should_not_enable_all_recommended_rules.snap b/crates/biome_cli/tests/snapshots/main_commands_check/should_not_enable_all_recommended_rules.snap index 2c8fcafcabb7..61a3abb1628e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/should_not_enable_all_recommended_rules.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/should_not_enable_all_recommended_rules.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/should_organize_imports_diff_on_check.snap b/crates/biome_cli/tests/snapshots/main_commands_check/should_organize_imports_diff_on_check.snap index ab15ec29f09c..30b30159fed4 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/should_organize_imports_diff_on_check.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/should_organize_imports_diff_on_check.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/upgrade_severity.snap b/crates/biome_cli/tests/snapshots/main_commands_check/upgrade_severity.snap index e6beaff8e4f1..8e9df7570f05 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/upgrade_severity.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/upgrade_severity.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/use_literal_keys_should_emit_correct_ast_issue_266.snap b/crates/biome_cli/tests/snapshots/main_commands_check/use_literal_keys_should_emit_correct_ast_issue_266.snap index b05edaeb22ce..f38a0ab899b2 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/use_literal_keys_should_emit_correct_ast_issue_266.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/use_literal_keys_should_emit_correct_ast_issue_266.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/write_noop.snap b/crates/biome_cli/tests/snapshots/main_commands_check/write_noop.snap index 98a44acd540f..fbbc762190e5 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/write_noop.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/write_noop.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/write_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_check/write_ok.snap index 932af0798172..653bf6660b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/write_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/write_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/write_suggested_error.snap b/crates/biome_cli/tests/snapshots/main_commands_check/write_suggested_error.snap index 7107fd1cb6da..9cce9296499a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/write_suggested_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/write_suggested_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_check/write_unsafe_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_check/write_unsafe_ok.snap index 932af0798172..653bf6660b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_check/write_unsafe_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_check/write_unsafe_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `fix.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter.snap index a6d1ac3d7349..8fe43cf4fc08 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_biome_jsonc.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_biome_jsonc.snap index 6cabc7efff3d..ef4228fde681 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_biome_jsonc.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_biome_jsonc.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_via_cli.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_via_cli.snap index 2ea907a17780..c8db4c4b368c 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_via_cli.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_formatter_via_cli.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter.snap index 4a41664abde5..1f43849a0a86 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter_via_cli.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter_via_cli.snap index 883ecba6ca6f..746041d8898b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter_via_cli.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_does_not_run_linter_via_cli.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_errors_for_all_disabled_checks.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_errors_for_all_disabled_checks.snap index a64f234db8aa..286b769b527b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_errors_for_all_disabled_checks.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_errors_for_all_disabled_checks.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_lint_error.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_lint_error.snap index 2279475e17d8..ac06a3abb69a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_lint_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_lint_error.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `ci.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_ok.snap index 9ea990e93e7f..af6bb45a098b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `ci.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_parse_error.snap index 1d0485a7d6c8..c843166a2555 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ci_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ci_parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `ci.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/does_formatting_error_without_file_paths.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/does_formatting_error_without_file_paths.snap index a2a4cb9e1990..b70cc3ad79ff 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/does_formatting_error_without_file_paths.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/does_formatting_error_without_file_paths.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `ci.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/doesnt_error_if_no_files_were_processed.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/doesnt_error_if_no_files_were_processed.snap index 2c3bc9e0a849..c809d3a7d315 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/doesnt_error_if_no_files_were_processed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/doesnt_error_if_no_files_were_processed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/files_max_size_parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/files_max_size_parse_error.snap index 5f2bd33ab23a..d8607d00dd18 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/files_max_size_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/files_max_size_parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `ci.js` @@ -22,5 +22,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/formatting_error.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/formatting_error.snap index a2a4cb9e1990..b70cc3ad79ff 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/formatting_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/formatting_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `ci.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/ignores_unknown_file.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/ignores_unknown_file.snap index fc3adea097fa..1e6f180a3257 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/ignores_unknown_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/ignores_unknown_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `test.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics.snap index a7e010fc3ad5..2bc9243a53b4 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics_default.snap b/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics_default.snap index a7e010fc3ad5..2bc9243a53b4 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics_default.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_ci/max_diagnostics_default.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_explain/explain_help.snap b/crates/biome_cli/tests/snapshots/main_commands_explain/explain_help.snap index a6c2a761d2b5..7cc9c8bb4bb7 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_explain/explain_help.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_explain/explain_help.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_explain/explain_not_found.snap b/crates/biome_cli/tests/snapshots/main_commands_explain/explain_not_found.snap index f19c25ad9926..05cf9a1ee47d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_explain/explain_not_found.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_explain/explain_not_found.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -16,5 +16,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_configuration_from_biome_jsonc.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_configuration_from_biome_jsonc.snap index 7bd42c51eacc..be9ba2cf558b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_configuration_from_biome_jsonc.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_configuration_from_biome_jsonc.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_arrow_parentheses.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_arrow_parentheses.snap index 3f1cf470899f..c65c6df69158 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_arrow_parentheses.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_arrow_parentheses.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_attribute_position.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_attribute_position.snap index 15bf9c28cf3c..5ae2f9e4e403 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_attribute_position.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_attribute_position.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_same_line.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_same_line.snap index f24d4af6ba7a..e7a7fc82666b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_same_line.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_same_line.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.jsx` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing.snap index 10043c0eafeb..59a70383045b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing_graphql.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing_graphql.snap index fe17d3a0ddbe..9b947cb24fa3 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing_graphql.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_bracket_spacing_graphql.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.graphql` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration.snap index 08131229b1f2..d3202dff2198 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file.snap index 90accb6a915f..b84118bf6e14 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v1.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v1.snap index d58929c33d52..631fcb1c6d6b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v1.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v1.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v2.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v2.snap index 25024b157d9b..c080ac8aae8b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v2.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_configuration_over_config_file_issue_3175_v2.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_jsx_quote_style.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_jsx_quote_style.snap index aab2899c75d6..c64b0334059f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_jsx_quote_style.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_jsx_quote_style.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.jsx` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_quote_style.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_quote_style.snap index e794bd2d52a1..74897f0b0b5e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_quote_style.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_quote_style.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_trailing_commas.snap b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_trailing_commas.snap index aeb750a20fb8..d778e89d30f0 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_trailing_commas.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/applies_custom_trailing_commas.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_directories.snap b/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_directories.snap index f633dba26732..2f72f36c8db9 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_directories.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_directories.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_file_in_included_directory.snap b/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_file_in_included_directory.snap index 4a2b20c8a67a..cc7590dfb575 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_file_in_included_directory.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/does_not_format_ignored_file_in_included_directory.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/doesnt_error_if_no_files_were_processed.snap b/crates/biome_cli/tests/snapshots/main_commands_format/doesnt_error_if_no_files_were_processed.snap index 2c3bc9e0a849..c809d3a7d315 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/doesnt_error_if_no_files_were_processed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/doesnt_error_if_no_files_were_processed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/don_t_format_ignored_known_jsonc_files.snap b/crates/biome_cli/tests/snapshots/main_commands_format/don_t_format_ignored_known_jsonc_files.snap index d959f8d026a1..530689e66479 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/don_t_format_ignored_known_jsonc_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/don_t_format_ignored_known_jsonc_files.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/files_max_size_parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_format/files_max_size_parse_error.snap index 1847fda508f3..f6c69ba4612e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/files_max_size_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/files_max_size_parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` @@ -22,5 +22,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_none.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_none.snap index 233046cb35e7..9ad60a88c5ad 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_none.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_none.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_overrides_none.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_overrides_none.snap index f36a4af52a52..afb958f631a9 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_overrides_none.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_trailing_commas_overrides_none.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas.snap index eaa2af389a9f..4ab13be14736 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas_write.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas_write.snap index 8c7a13ce8409..b40bf28fac75 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas_write.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_json_when_allow_trailing_commas_write.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_jsonc_files.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_jsonc_files.snap index 226aa557f46f..218c64dde9c1 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_jsonc_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_jsonc_files.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_package_json.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_package_json.snap index f4991d83919e..1e9ef1ed6bba 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_package_json.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_package_json.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `package.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_successfully.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_successfully.snap index b8e4316dd373..61585fc93d3d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_successfully.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_successfully.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages @@ -16,5 +16,3 @@ function f() { } ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_with_errors.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_with_errors.snap index 929d0034312f..dbcbc8cede18 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_with_errors.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_stdin_with_errors.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -16,5 +16,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_with_configuration.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_with_configuration.snap index 69531cc00ba2..942a3e7ef7fc 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_with_configuration.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_with_configuration.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/format_without_file_paths.snap b/crates/biome_cli/tests/snapshots/main_commands_format/format_without_file_paths.snap index 02845117781c..d3a898b1ed10 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/format_without_file_paths.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/format_without_file_paths.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_fix.snap b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_fix.snap index 6e650e8624b4..0e5ed2d6b90a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_fix.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_fix.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_lint_warning.snap b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_lint_warning.snap index 9d2c4dd6c74d..36482e5c095e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_lint_warning.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_lint_warning.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_print.snap b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_print.snap index 02845117781c..d3a898b1ed10 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_print.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_print.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_write.snap b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_write.snap index 6e650e8624b4..0e5ed2d6b90a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/formatter_write.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/formatter_write.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/ignore_comments_error_when_allow_comments.snap b/crates/biome_cli/tests/snapshots/main_commands_format/ignore_comments_error_when_allow_comments.snap index 75613ba723af..67d9495442b0 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/ignore_comments_error_when_allow_comments.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/ignore_comments_error_when_allow_comments.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/ignores_unknown_file.snap b/crates/biome_cli/tests/snapshots/main_commands_format/ignores_unknown_file.snap index 368ed25042f4..d16e52b2f157 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/ignores_unknown_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/ignores_unknown_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `test.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/include_ignore_cascade.snap b/crates/biome_cli/tests/snapshots/main_commands_format/include_ignore_cascade.snap index 4c085bbab069..579148bc8cff 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/include_ignore_cascade.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/include_ignore_cascade.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_negative.snap b/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_negative.snap index 523b08fafc7f..d595277594ce 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_negative.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_negative.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -15,5 +15,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_overflow.snap b/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_overflow.snap index c8595cf6cd87..9003bee7bfa6 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_overflow.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/indent_size_parse_errors_overflow.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -15,5 +15,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/indent_style_parse_errors.snap b/crates/biome_cli/tests/snapshots/main_commands_format/indent_style_parse_errors.snap index 205b03f6123b..2a79b81f90d0 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/indent_style_parse_errors.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/indent_style_parse_errors.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -15,5 +15,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/invalid_config_file_path.snap b/crates/biome_cli/tests/snapshots/main_commands_format/invalid_config_file_path.snap index 9a755c391d9f..b5c44a4fdd5b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/invalid_config_file_path.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/invalid_config_file_path.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/line_width_parse_errors_negative.snap b/crates/biome_cli/tests/snapshots/main_commands_format/line_width_parse_errors_negative.snap index 523b08fafc7f..d595277594ce 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/line_width_parse_errors_negative.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/line_width_parse_errors_negative.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -15,5 +15,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics.snap b/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics.snap index e51c03e40108..e878333911cb 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics_default.snap b/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics_default.snap index 26d1583c2be7..c01f1f8dd13c 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics_default.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/max_diagnostics_default.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/override_don_t_affect_ignored_files.snap b/crates/biome_cli/tests/snapshots/main_commands_format/override_don_t_affect_ignored_files.snap index c61ae2df8ab4..e50640d34f0b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/override_don_t_affect_ignored_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/override_don_t_affect_ignored_files.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/quote_properties_parse_errors_letter_case.snap b/crates/biome_cli/tests/snapshots/main_commands_format/quote_properties_parse_errors_letter_case.snap index 154e09d597cb..658fda3ff32b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/quote_properties_parse_errors_letter_case.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/quote_properties_parse_errors_letter_case.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message @@ -15,5 +15,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap index 5e0fb9f7cd72..baf0d5c5a4c2 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting_with_cli.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting_with_cli.snap index 8ea1924858af..e1cea16d9c16 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting_with_cli.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_formatting_with_cli.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_indent_style.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_indent_style.snap index 26fe98a9aaf6..6bedf74d32d9 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_indent_style.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_apply_different_indent_style.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_css_files_if_disabled.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_css_files_if_disabled.snap index e67e86db7cda..63eb3cc6daab 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_css_files_if_disabled.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_css_files_if_disabled.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_js_files_if_disabled.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_js_files_if_disabled.snap index c2650b71c568..f31e24079264 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_js_files_if_disabled.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_js_files_if_disabled.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_json_files_if_disabled.snap b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_json_files_if_disabled.snap index 718fde137216..2c8100e06a6a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_json_files_if_disabled.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/should_not_format_json_files_if_disabled.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/trailing_commas_parse_errors.snap b/crates/biome_cli/tests/snapshots/main_commands_format/trailing_commas_parse_errors.snap index 02a5ad5bff68..ffbbd1b7253d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/trailing_commas_parse_errors.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/trailing_commas_parse_errors.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/treat_known_json_files_as_jsonc_files.snap b/crates/biome_cli/tests/snapshots/main_commands_format/treat_known_json_files_as_jsonc_files.snap index ae86dc368944..3a24113e3b57 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/treat_known_json_files_as_jsonc_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/treat_known_json_files_as_jsonc_files.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `files/.babelrc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/with_invalid_semicolons_option.snap b/crates/biome_cli/tests/snapshots/main_commands_format/with_invalid_semicolons_option.snap index 4454727e94c1..b7c6403650e5 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/with_invalid_semicolons_option.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/with_invalid_semicolons_option.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/with_semicolons_options.snap b/crates/biome_cli/tests/snapshots/main_commands_format/with_semicolons_options.snap index ad27c9eef342..0a8f171984fb 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/with_semicolons_options.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/with_semicolons_options.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_format/write_only_files_in_correct_base.snap b/crates/biome_cli/tests/snapshots/main_commands_format/write_only_files_in_correct_base.snap index 48c61efe2741..2c9482456a28 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_format/write_only_files_in_correct_base.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_format/write_only_files_in_correct_base.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `scripts/format.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_json_exists.snap b/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_json_exists.snap index 70f4641863c7..d40191202422 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_json_exists.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_json_exists.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_jsonc_exists.snap b/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_jsonc_exists.snap index 9fda7e57b7b3..70787ff27e0e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_jsonc_exists.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_init/does_not_create_config_file_if_jsonc_exists.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.jsonc` diff --git a/crates/biome_cli/tests/snapshots/main_commands_init/init_help.snap b/crates/biome_cli/tests/snapshots/main_commands_init/init_help.snap index 2c5cca84be71..6e99a1ef27e6 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_init/init_help.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_init/init_help.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages @@ -14,5 +14,3 @@ Available options: -h, --help Prints help information ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/check_json_files.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/check_json_files.snap index 1ddced683f3c..ad479d123e07 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/check_json_files.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/check_json_files.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/check_stdin_write_successfully.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/check_stdin_write_successfully.snap index 99fe38cf31dd..6b6bf95da47e 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/check_stdin_write_successfully.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/check_stdin_write_successfully.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Input messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/config_recommended_group.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/config_recommended_group.snap index b0c4b636b300..33e42c6cc2d9 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/config_recommended_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/config_recommended_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/doesnt_error_if_no_files_were_processed.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/doesnt_error_if_no_files_were_processed.snap index 2c3bc9e0a849..c809d3a7d315 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/doesnt_error_if_no_files_were_processed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/doesnt_error_if_no_files_were_processed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/downgrade_severity.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/downgrade_severity.snap index ebb124ef4012..560195dd5703 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/downgrade_severity.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/downgrade_severity.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/files_max_size_parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/files_max_size_parse_error.snap index d3046db36ad3..0a3471aff9dd 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/files_max_size_parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/files_max_size_parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` @@ -22,5 +22,3 @@ flags/invalid ━━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/ignore_configured_globals.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/ignore_configured_globals.snap index b0cd6aeb2fc7..41534074b0ee 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/ignore_configured_globals.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/ignore_configured_globals.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/ignores_unknown_file.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/ignores_unknown_file.snap index 5ab093cec392..f73e8564759a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/ignores_unknown_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/ignores_unknown_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `test.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error.snap index d6097b37a4e2..d65452490a09 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error_without_file_paths.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error_without_file_paths.snap index d6097b37a4e2..d65452490a09 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error_without_file_paths.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_error_without_file_paths.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group.snap index 7725ac1d004a..aa8e51efadba 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_skip_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_skip_rule.snap index 971678fa500a..61247cb4474f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_skip_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_skip_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_with_disabled_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_with_disabled_rule.snap index 17a358327e13..548c2d9dd0d3 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_with_disabled_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_group_with_disabled_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule.snap index 4ab2b7625bad..a2da2e87de1f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule_skip_group.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule_skip_group.snap index a4e9cc271d56..60e00fc74300 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule_skip_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_rule_skip_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_group.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_group.snap index 419c56aac792..742be402285b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_rule.snap index 419c56aac792..742be402285b 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_only_skip_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_group_with_enabled_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_group_with_enabled_rule.snap index e4f10fd89609..1458a4ed97ba 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_group_with_enabled_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_group_with_enabled_rule.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_multiple_rules.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_multiple_rules.snap index 971678fa500a..61247cb4474f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_multiple_rules.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_multiple_rules.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule.snap index fed651639716..61247cb4474f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule_and_group.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule_and_group.snap index 971678fa500a..61247cb4474f 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule_and_group.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/lint_skip_rule_and_group.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/linter_finds_nested_package_json_for_no_undeclared_dependencies_inversed.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/linter_finds_nested_package_json_for_no_undeclared_dependencies_inversed.snap index 4947e9cc9ec8..25810600b638 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/linter_finds_nested_package_json_for_no_undeclared_dependencies_inversed.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/linter_finds_nested_package_json_for_no_undeclared_dependencies_inversed.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/nursery_unstable.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/nursery_unstable.snap index 16941ac9e43b..fbc56774ae6a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/nursery_unstable.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/nursery_unstable.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/parse_error.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/parse_error.snap index 8929bf825672..f151ff4f608a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/parse_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/parse_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_disable_a_rule.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_disable_a_rule.snap index ff7de4108969..fe679de656af 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_disable_a_rule.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_disable_a_rule.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_error_if_changed_flag_is_used_without_since_or_default_branch_config.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_error_if_changed_flag_is_used_without_since_or_default_branch_config.snap index ed4d288ce203..ceae43d94f69 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_error_if_changed_flag_is_used_without_since_or_default_branch_config.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_error_if_changed_flag_is_used_without_since_or_default_branch_config.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` @@ -25,5 +25,3 @@ internalError/io ━━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_enable_all_recommended_rules.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_enable_all_recommended_rules.snap index ff6c21bdc44d..d5424b94d8fa 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_enable_all_recommended_rules.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_enable_all_recommended_rules.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content -snapshot_kind: text +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_error_for_no_changed_files_with_no_errors_on_unmatched.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_error_for_no_changed_files_with_no_errors_on_unmatched.snap index 2e610eeeb70d..be8ffd8e89c8 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_error_for_no_changed_files_with_no_errors_on_unmatched.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_not_error_for_no_changed_files_with_no_errors_on_unmatched.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_changed_file_if_its_included.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_changed_file_if_its_included.snap index 240f00d44a6c..1ce1d9ebea4d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_changed_file_if_its_included.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_changed_file_if_its_included.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_staged_file_if_its_included.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_staged_file_if_its_included.snap index 240f00d44a6c..1ce1d9ebea4d 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_staged_file_if_its_included.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_process_staged_file_if_its_included.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_changed_files_when_changed_flag_is_set.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_changed_files_when_changed_flag_is_set.snap index c266192be57e..c6cd28119263 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_changed_files_when_changed_flag_is_set.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_changed_files_when_changed_flag_is_set.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_staged_files_when_staged_flag_is_set.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_staged_files_when_staged_flag_is_set.snap index 548b5edc2167..7825c112ac44 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_staged_files_when_staged_flag_is_set.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_only_processes_staged_files_when_staged_flag_is_set.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `changed.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/should_process_changed_files_if_changed_flag_is_set_and_default_branch_is_configured.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/should_process_changed_files_if_changed_flag_is_set_and_default_branch_is_configured.snap index 4f8d276680db..78e7558a3f86 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/should_process_changed_files_if_changed_flag_is_set_and_default_branch_is_configured.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/should_process_changed_files_if_changed_flag_is_set_and_default_branch_is_configured.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/suppression_syntax_error.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/suppression_syntax_error.snap index cb4ddd6ac2a0..e5d07735b6d3 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/suppression_syntax_error.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/suppression_syntax_error.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `check.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_lint/upgrade_severity.snap b/crates/biome_cli/tests/snapshots/main_commands_lint/upgrade_severity.snap index cf0319a19de5..90219c0429c1 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_lint/upgrade_severity.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_lint/upgrade_severity.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate/missing_configuration_file.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate/missing_configuration_file.snap index c61672045317..531dfddba462 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate/missing_configuration_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate/missing_configuration_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Termination Message diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcjson_missing_biomejson.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcjson_missing_biomejson.snap index 986d89ff07a7..a36d0bdf02cf 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcjson_missing_biomejson.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcjson_missing_biomejson.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `.eslintrc.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcyaml_unsupported.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcyaml_unsupported.snap index e8f514770825..2521be6bf9b1 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcyaml_unsupported.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_eslintrcyaml_unsupported.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_no_eslint_config_packagejson.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_no_eslint_config_packagejson.snap index ad3c2e1a80e1..75ab2fae1f43 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_no_eslint_config_packagejson.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate_eslint/migrate_no_eslint_config_packagejson.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 424 -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_no_file.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_no_file.snap index 31de98882ba4..f933cac412b1 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_no_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_no_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_yml_file.snap b/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_yml_file.snap index 222418781e79..63d3d34dc90a 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_yml_file.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_migrate_prettier/prettier_migrate_yml_file.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern.snap b/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern.snap index e28ca6964bfe..1e2ea3525eed 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.css` diff --git a/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern_shorthand.snap b/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern_shorthand.snap index e28ca6964bfe..1e2ea3525eed 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern_shorthand.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_search/search_css_pattern_shorthand.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.css` diff --git a/crates/biome_cli/tests/snapshots/main_commands_search/search_js_pattern.snap b/crates/biome_cli/tests/snapshots/main_commands_search/search_js_pattern.snap index 0fe944d6ca21..73907dfda053 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_search/search_js_pattern.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_search/search_js_pattern.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `file.js` diff --git a/crates/biome_cli/tests/snapshots/main_commands_search/search_json_pattern.snap b/crates/biome_cli/tests/snapshots/main_commands_search/search_json_pattern.snap index f33d7ce7bec9..ac5d69d35ea8 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_search/search_json_pattern.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_search/search_json_pattern.snap @@ -1,6 +1,5 @@ --- source: crates/biome_cli/tests/snap_test.rs -assertion_line: 481 expression: redactor(content) --- ## `file.json` diff --git a/crates/biome_cli/tests/snapshots/main_commands_version/version_full.snap b/crates/biome_cli/tests/snapshots/main_commands_version/version_full.snap index 71fe22cfdfdd..94df7dbe8763 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_version/version_full.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_version/version_full.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages @@ -13,5 +13,3 @@ Server: Name: biome_lsp Version: 0.0.0 ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_commands_version/version_ok.snap b/crates/biome_cli/tests/snapshots/main_commands_version/version_ok.snap index 48e2e65b8369..1d515b93ac8c 100644 --- a/crates/biome_cli/tests/snapshots/main_commands_version/version_ok.snap +++ b/crates/biome_cli/tests/snapshots/main_commands_version/version_ok.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- # Emitted Messages diff --git a/crates/biome_cli/tests/snapshots/main_configuration/incorrect_globals.snap b/crates/biome_cli/tests/snapshots/main_configuration/incorrect_globals.snap index 9d4613cb1f8c..31687183a978 100644 --- a/crates/biome_cli/tests/snapshots/main_configuration/incorrect_globals.snap +++ b/crates/biome_cli/tests/snapshots/main_configuration/incorrect_globals.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` @@ -42,5 +42,3 @@ biome.json:6:17 deserialize ━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_configuration/line_width_error.snap b/crates/biome_cli/tests/snapshots/main_configuration/line_width_error.snap index e76fa48a77b5..17620fa95256 100644 --- a/crates/biome_cli/tests/snapshots/main_configuration/line_width_error.snap +++ b/crates/biome_cli/tests/snapshots/main_configuration/line_width_error.snap @@ -1,6 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs -expression: content +expression: redactor(content) --- ## `biome.json` @@ -39,5 +39,3 @@ biome.json:3:18 deserialize ━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_cli/tests/snapshots/main_configuration/override_globals.snap b/crates/biome_cli/tests/snapshots/main_configuration/override_globals.snap index 6eb35ccb9ceb..fd3c8db8506f 100644 --- a/crates/biome_cli/tests/snapshots/main_configuration/override_globals.snap +++ b/crates/biome_cli/tests/snapshots/main_configuration/override_globals.snap @@ -1,7 +1,6 @@ --- source: crates/biome_cli/tests/snap_test.rs expression: redactor(content) -snapshot_kind: text --- ## `biome.json` diff --git a/crates/biome_configuration/src/snapshots/config_already_exists.snap b/crates/biome_configuration/src/snapshots/config_already_exists.snap index 1191ee302c89..a1525800df2f 100644 --- a/crates/biome_configuration/src/snapshots/config_already_exists.snap +++ b/crates/biome_configuration/src/snapshots/config_already_exists.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/src/configuration/diagnostics.rs +source: crates/biome_configuration/src/diagnostics.rs expression: content --- biome.json configuration ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/src/snapshots/deserialization_error.snap b/crates/biome_configuration/src/snapshots/deserialization_error.snap index b1f2ed382244..c118b0902002 100644 --- a/crates/biome_configuration/src/snapshots/deserialization_error.snap +++ b/crates/biome_configuration/src/snapshots/deserialization_error.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/src/configuration/diagnostics.rs +source: crates/biome_configuration/src/diagnostics.rs expression: content --- parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/tests/invalid/css_formatter_quote_style.json.snap b/crates/biome_configuration/tests/invalid/css_formatter_quote_style.json.snap index 8c0677d1f138..ec2fd95790da 100644 --- a/crates/biome_configuration/tests/invalid/css_formatter_quote_style.json.snap +++ b/crates/biome_configuration/tests/invalid/css_formatter_quote_style.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: css_formatter_quote_style.json --- css_formatter_quote_style.json:4:27 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -17,6 +17,3 @@ css_formatter_quote_style.json:4:27 deserialize ━━━━━━━━━━ - double - single - - - diff --git a/crates/biome_configuration/tests/invalid/files_incorrect_type.json.snap b/crates/biome_configuration/tests/invalid/files_incorrect_type.json.snap index 12bba93e6b11..7ca0bdafb132 100644 --- a/crates/biome_configuration/tests/invalid/files_incorrect_type.json.snap +++ b/crates/biome_configuration/tests/invalid/files_incorrect_type.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: files_incorrect_type.json --- files_incorrect_type.json:2:11 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -10,7 +10,4 @@ files_incorrect_type.json:2:11 deserialize ━━━━━━━━━━━━ > 2 │ "files": "wrong" │ ^^^^^^^ 3 │ } - 4 │ - - - + 4 │ diff --git a/crates/biome_configuration/tests/invalid/files_incorrect_type_for_value.json.snap b/crates/biome_configuration/tests/invalid/files_incorrect_type_for_value.json.snap index dced811c7d5e..1bd627f27e1e 100644 --- a/crates/biome_configuration/tests/invalid/files_incorrect_type_for_value.json.snap +++ b/crates/biome_configuration/tests/invalid/files_incorrect_type_for_value.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: files_incorrect_type_for_value.json --- files_incorrect_type_for_value.json:3:14 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ files_incorrect_type_for_value.json:3:14 deserialize ━━━━━━━━━ │ ^^^^^^^^ 4 │ } 5 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/files_negative_max_size.json.snap b/crates/biome_configuration/tests/invalid/files_negative_max_size.json.snap index d8f70702b7ab..8ee48813123a 100644 --- a/crates/biome_configuration/tests/invalid/files_negative_max_size.json.snap +++ b/crates/biome_configuration/tests/invalid/files_negative_max_size.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: files_negative_max_size.json --- files_negative_max_size.json:3:14 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ files_negative_max_size.json:3:14 deserialize ━━━━━━━━━━━ │ ^^^^^^ 4 │ } 5 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/formatter_format_with_errors_incorrect_type.json.snap b/crates/biome_configuration/tests/invalid/formatter_format_with_errors_incorrect_type.json.snap index dcdd54d2cb60..9514c0259cb2 100644 --- a/crates/biome_configuration/tests/invalid/formatter_format_with_errors_incorrect_type.json.snap +++ b/crates/biome_configuration/tests/invalid/formatter_format_with_errors_incorrect_type.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: formatter_format_with_errors_incorrect_type.json --- formatter_format_with_errors_incorrect_type.json:3:23 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ formatter_format_with_errors_incorrect_type.json:3:23 deserialize ━━━━ │ ^^^^^^^^ 4 │ } 5 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/formatter_incorrect_type.json.snap b/crates/biome_configuration/tests/invalid/formatter_incorrect_type.json.snap index 7f82152ac6c9..a9fa709e6230 100644 --- a/crates/biome_configuration/tests/invalid/formatter_incorrect_type.json.snap +++ b/crates/biome_configuration/tests/invalid/formatter_incorrect_type.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: formatter_incorrect_type.json --- formatter_incorrect_type.json:2:15 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -10,7 +10,4 @@ formatter_incorrect_type.json:2:15 deserialize ━━━━━━━━━━━ > 2 │ "formatter": "string" │ ^^^^^^^^ 3 │ } - 4 │ - - - + 4 │ diff --git a/crates/biome_configuration/tests/invalid/formatter_line_width_too_high.json.snap b/crates/biome_configuration/tests/invalid/formatter_line_width_too_high.json.snap index 7aaf907149dd..7413eb698343 100644 --- a/crates/biome_configuration/tests/invalid/formatter_line_width_too_high.json.snap +++ b/crates/biome_configuration/tests/invalid/formatter_line_width_too_high.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: formatter_line_width_too_high.json --- formatter_line_width_too_high.json:3:16 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ formatter_line_width_too_high.json:3:16 deserialize ━━━━━━━━━ │ ^^^^^^ 4 │ } 5 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/formatter_line_width_too_higher_than_allowed.json.snap b/crates/biome_configuration/tests/invalid/formatter_line_width_too_higher_than_allowed.json.snap index d44dfffbc258..2d2ec96884e9 100644 --- a/crates/biome_configuration/tests/invalid/formatter_line_width_too_higher_than_allowed.json.snap +++ b/crates/biome_configuration/tests/invalid/formatter_line_width_too_higher_than_allowed.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: formatter_line_width_too_higher_than_allowed.json --- formatter_line_width_too_higher_than_allowed.json:3:16 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ formatter_line_width_too_higher_than_allowed.json:3:16 deserialize ━━━━ │ ^^^ 4 │ } 5 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/formatter_syntax_error.json.snap b/crates/biome_configuration/tests/invalid/formatter_syntax_error.json.snap index 3719dd22f900..e214ce561dff 100644 --- a/crates/biome_configuration/tests/invalid/formatter_syntax_error.json.snap +++ b/crates/biome_configuration/tests/invalid/formatter_syntax_error.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: formatter_syntax_error.json --- formatter_syntax_error.json:4:2 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -14,6 +14,3 @@ formatter_syntax_error.json:4:2 parse ━━━━━━━━━━━━━━ 6 │ i Remove } - - - diff --git a/crates/biome_configuration/tests/invalid/hooks_deprecated.json.snap b/crates/biome_configuration/tests/invalid/hooks_deprecated.json.snap index 1680ca876c5f..a34c84ee98b8 100644 --- a/crates/biome_configuration/tests/invalid/hooks_deprecated.json.snap +++ b/crates/biome_configuration/tests/invalid/hooks_deprecated.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: hooks_deprecated.json --- hooks_deprecated.json:9:16 deserialize DEPRECATED ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -19,6 +19,3 @@ hooks_deprecated.json:9:16 deserialize DEPRECATED ━━━━━━━━━ 18 │ } i useHookAtTopLevel now uses the React hook naming convention to determine hook calls. - - - diff --git a/crates/biome_configuration/tests/invalid/hooks_incorrect_options.json.snap b/crates/biome_configuration/tests/invalid/hooks_incorrect_options.json.snap index 19c89ebf47bb..cf3c40852b25 100644 --- a/crates/biome_configuration/tests/invalid/hooks_incorrect_options.json.snap +++ b/crates/biome_configuration/tests/invalid/hooks_incorrect_options.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: hooks_incorrect_options.json --- hooks_incorrect_options.json:9:7 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/tests/invalid/javascript_formatter_quote_properties.json.snap b/crates/biome_configuration/tests/invalid/javascript_formatter_quote_properties.json.snap index ae3b927b6706..9f4b99d54c1a 100644 --- a/crates/biome_configuration/tests/invalid/javascript_formatter_quote_properties.json.snap +++ b/crates/biome_configuration/tests/invalid/javascript_formatter_quote_properties.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: javascript_formatter_quote_properties.json --- javascript_formatter_quote_properties.json:4:23 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -17,6 +17,3 @@ javascript_formatter_quote_properties.json:4:23 deserialize ━━━━━━ - asNeeded - preserve - - - diff --git a/crates/biome_configuration/tests/invalid/javascript_formatter_quote_style.json.snap b/crates/biome_configuration/tests/invalid/javascript_formatter_quote_style.json.snap index f6d3cddc5c8b..3c2d3e922b3b 100644 --- a/crates/biome_configuration/tests/invalid/javascript_formatter_quote_style.json.snap +++ b/crates/biome_configuration/tests/invalid/javascript_formatter_quote_style.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: javascript_formatter_quote_style.json --- javascript_formatter_quote_style.json:4:18 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -17,6 +17,3 @@ javascript_formatter_quote_style.json:4:18 deserialize ━━━━━━━━ - double - single - - - diff --git a/crates/biome_configuration/tests/invalid/javascript_formatter_semicolons.json.snap b/crates/biome_configuration/tests/invalid/javascript_formatter_semicolons.json.snap index 0367db56ade7..acb058e8a8e5 100644 --- a/crates/biome_configuration/tests/invalid/javascript_formatter_semicolons.json.snap +++ b/crates/biome_configuration/tests/invalid/javascript_formatter_semicolons.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: javascript_formatter_semicolons.json --- javascript_formatter_semicolons.json:4:18 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -17,6 +17,3 @@ javascript_formatter_semicolons.json:4:18 deserialize ━━━━━━━━ - always - asNeeded - - - diff --git a/crates/biome_configuration/tests/invalid/javascript_formatter_trailing_commas.json.snap b/crates/biome_configuration/tests/invalid/javascript_formatter_trailing_commas.json.snap index a003163b43b5..6d903c4c74ec 100644 --- a/crates/biome_configuration/tests/invalid/javascript_formatter_trailing_commas.json.snap +++ b/crates/biome_configuration/tests/invalid/javascript_formatter_trailing_commas.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: javascript_formatter_trailing_commas.json --- javascript_formatter_trailing_commas.json:4:22 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/tests/invalid/organize_imports.json.snap b/crates/biome_configuration/tests/invalid/organize_imports.json.snap index 5594cfa5a8d4..15eec63d3585 100644 --- a/crates/biome_configuration/tests/invalid/organize_imports.json.snap +++ b/crates/biome_configuration/tests/invalid/organize_imports.json.snap @@ -1,7 +1,6 @@ --- source: crates/biome_configuration/tests/spec_tests.rs expression: organize_imports.json -snapshot_kind: text --- organize_imports.json:3:14 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/tests/invalid/overrides/incorrect_key.json.snap b/crates/biome_configuration/tests/invalid/overrides/incorrect_key.json.snap index 8003e7e473d1..276d192b61c1 100644 --- a/crates/biome_configuration/tests/invalid/overrides/incorrect_key.json.snap +++ b/crates/biome_configuration/tests/invalid/overrides/incorrect_key.json.snap @@ -1,6 +1,5 @@ --- source: crates/biome_configuration/tests/spec_tests.rs -assertion_line: 58 expression: incorrect_key.json --- incorrect_key.json:4:4 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ diff --git a/crates/biome_configuration/tests/invalid/overrides/incorrect_type.json.snap b/crates/biome_configuration/tests/invalid/overrides/incorrect_type.json.snap index e49ba319525c..3941c8b62669 100644 --- a/crates/biome_configuration/tests/invalid/overrides/incorrect_type.json.snap +++ b/crates/biome_configuration/tests/invalid/overrides/incorrect_type.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: incorrect_type.json --- incorrect_type.json:2:15 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -10,7 +10,4 @@ incorrect_type.json:2:15 deserialize ━━━━━━━━━━━━━━ > 2 │ "overrides": {} │ ^^ 3 │ } - 4 │ - - - + 4 │ diff --git a/crates/biome_configuration/tests/invalid/overrides/incorrect_value_javascript.json.snap b/crates/biome_configuration/tests/invalid/overrides/incorrect_value_javascript.json.snap index 6a5adcefa57e..720baa172817 100644 --- a/crates/biome_configuration/tests/invalid/overrides/incorrect_value_javascript.json.snap +++ b/crates/biome_configuration/tests/invalid/overrides/incorrect_value_javascript.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: incorrect_value_javascript.json --- incorrect_value_javascript.json:4:18 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ incorrect_value_javascript.json:4:18 deserialize ━━━━━━━━━━ │ ^^ 5 │ } 6 │ ] - - - diff --git a/crates/biome_configuration/tests/invalid/schema.json.snap b/crates/biome_configuration/tests/invalid/schema.json.snap index 59c3fc359992..96d38f0b8657 100644 --- a/crates/biome_configuration/tests/invalid/schema.json.snap +++ b/crates/biome_configuration/tests/invalid/schema.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: schema.json --- schema.json:2:13 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -10,7 +10,4 @@ schema.json:2:13 deserialize ━━━━━━━━━━━━━━━━━ > 2 │ "$schema": false │ ^^^^^ 3 │ } - 4 │ - - - + 4 │ diff --git a/crates/biome_configuration/tests/invalid/vcs_incorrect_type.json.snap b/crates/biome_configuration/tests/invalid/vcs_incorrect_type.json.snap index 980b620dbe04..f0757933f3b2 100644 --- a/crates/biome_configuration/tests/invalid/vcs_incorrect_type.json.snap +++ b/crates/biome_configuration/tests/invalid/vcs_incorrect_type.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: vcs_incorrect_type.json --- vcs_incorrect_type.json:5:20 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -12,6 +12,3 @@ vcs_incorrect_type.json:5:20 deserialize ━━━━━━━━━━━━━ │ ^^^^^^^ 6 │ } 7 │ } - - - diff --git a/crates/biome_configuration/tests/invalid/vcs_missing_client.json.snap b/crates/biome_configuration/tests/invalid/vcs_missing_client.json.snap index 9a057194b287..9bb08d861e2e 100644 --- a/crates/biome_configuration/tests/invalid/vcs_missing_client.json.snap +++ b/crates/biome_configuration/tests/invalid/vcs_missing_client.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: vcs_missing_client.json --- vcs_missing_client.json:4:20 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -31,6 +31,3 @@ vcs_missing_client.json:2:9 deserialize ━━━━━━━━━━━━━ 7 │ i Biome will disable the VCS integration until the issue is fixed. - - - diff --git a/crates/biome_configuration/tests/invalid/vcs_wrong_client.json.snap b/crates/biome_configuration/tests/invalid/vcs_wrong_client.json.snap index a574181c614c..f34f6319c288 100644 --- a/crates/biome_configuration/tests/invalid/vcs_wrong_client.json.snap +++ b/crates/biome_configuration/tests/invalid/vcs_wrong_client.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: vcs_wrong_client.json --- vcs_wrong_client.json:4:17 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -16,6 +16,3 @@ vcs_wrong_client.json:4:17 deserialize ━━━━━━━━━━━━━ i Accepted values: - git - - - diff --git a/crates/biome_configuration/tests/invalid/wrong_extends_incorrect_items.json.snap b/crates/biome_configuration/tests/invalid/wrong_extends_incorrect_items.json.snap index 01913468b39b..e54b52b7a9e1 100644 --- a/crates/biome_configuration/tests/invalid/wrong_extends_incorrect_items.json.snap +++ b/crates/biome_configuration/tests/invalid/wrong_extends_incorrect_items.json.snap @@ -1,5 +1,5 @@ --- -source: crates/biome_service/tests/spec_tests.rs +source: crates/biome_configuration/tests/spec_tests.rs expression: wrong_extends_incorrect_items.json --- wrong_extends_incorrect_items.json:2:32 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -36,7 +36,4 @@ wrong_extends_incorrect_items.json:2:42 deserialize ━━━━━━━━━ > 2 │ "extends": ["something.json", 3, false, null] │ ^^^^ 3 │ } - 4 │ - - - + 4 │ diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidDirectionInLinearGradient/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidDirectionInLinearGradient/invalid.css.snap index 73d1b5edf861..f7b069416b50 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidDirectionInLinearGradient/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidDirectionInLinearGradient/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap index f91251ba7da8..5852c17125b0 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidGridAreas/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalid.css.snap index 700ae53c9fb4..2f927eae2a2a 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidBetweenImport.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidBetweenImport.css.snap index 358caf4473f3..4702288c81b3 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidBetweenImport.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidBetweenImport.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidBetweenImport.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImport.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImport.css.snap index 0148771d6aed..0218b144a3a8 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImport.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImport.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidMediaImport.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImportUpperCase.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImportUpperCase.css.snap index 9d9cf1155ce2..778e82ef8293 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImportUpperCase.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noInvalidPositionAtImportRule/invalidMediaImportUpperCase.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidMediaImportUpperCase.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap index 6603d3d3549c..7a469acd85b8 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownFunction/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap index 7c9bd8871d68..9b122d53f90b 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnknownMediaFeatureName/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/correctness/noUnmatchableAnbSelector/invalid.css.snap b/crates/biome_css_analyze/tests/specs/correctness/noUnmatchableAnbSelector/invalid.css.snap index c4473ca5f992..0400ae0cba81 100644 --- a/crates/biome_css_analyze/tests/specs/correctness/noUnmatchableAnbSelector/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/correctness/noUnmatchableAnbSelector/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/nursery/noHexColors/valid.css.snap b/crates/biome_css_analyze/tests/specs/nursery/noHexColors/valid.css.snap index fef37b2194cd..d5fa11a4a523 100644 --- a/crates/biome_css_analyze/tests/specs/nursery/noHexColors/valid.css.snap +++ b/crates/biome_css_analyze/tests/specs/nursery/noHexColors/valid.css.snap @@ -1,6 +1,5 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs -assertion_line: 111 expression: valid.css --- # Input diff --git a/crates/biome_css_analyze/tests/specs/source/useSortedProperties/invalid.css.snap b/crates/biome_css_analyze/tests/specs/source/useSortedProperties/invalid.css.snap index 1e623f3863bc..c9fd5c852be2 100644 --- a/crates/biome_css_analyze/tests/specs/source/useSortedProperties/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/source/useSortedProperties/invalid.css.snap @@ -1,6 +1,5 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs -assertion_line: 102 expression: invalid.css --- # Input diff --git a/crates/biome_css_analyze/tests/specs/source/useSortedProperties/valid.css.snap b/crates/biome_css_analyze/tests/specs/source/useSortedProperties/valid.css.snap index b2fcde8b7e37..1ef5fed9217e 100644 --- a/crates/biome_css_analyze/tests/specs/source/useSortedProperties/valid.css.snap +++ b/crates/biome_css_analyze/tests/specs/source/useSortedProperties/valid.css.snap @@ -1,6 +1,5 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs -assertion_line: 102 expression: valid.css --- # Input diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalid.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalid.css.snap index 0d2b3098348e..f9483d7c8562 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMedia.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMedia.css.snap index 65073b674b9c..e12dd06a2b29 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMedia.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMedia.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidMedia.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMultipleMedia.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMultipleMedia.css.snap index fb42420e256d..4dc1b6100467 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMultipleMedia.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidMultipleMedia.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidMultipleMedia.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidQuotes.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidQuotes.css.snap index ea7235b8f9e6..3cbbf3e584ef 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidQuotes.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidQuotes.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidQuotes.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidUrls.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidUrls.css.snap index 33c0b41e9432..77bc02e65f7d 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidUrls.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateAtImportRules/invalidUrls.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalidUrls.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateSelectorsKeyframeBlock/invalid.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateSelectorsKeyframeBlock/invalid.css.snap index be41e98a80c7..be8dff4d5cbf 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateSelectorsKeyframeBlock/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noDuplicateSelectorsKeyframeBlock/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noImportantInKeyframe/invalid.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noImportantInKeyframe/invalid.css.snap index bd6dd32ae992..0f1100b92fec 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noImportantInKeyframe/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noImportantInKeyframe/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_analyze/tests/specs/suspicious/noShorthandPropertyOverrides/invalid.css.snap b/crates/biome_css_analyze/tests/specs/suspicious/noShorthandPropertyOverrides/invalid.css.snap index ec3c8d2f87f8..f639c9dbd1ef 100644 --- a/crates/biome_css_analyze/tests/specs/suspicious/noShorthandPropertyOverrides/invalid.css.snap +++ b/crates/biome_css_analyze/tests/specs/suspicious/noShorthandPropertyOverrides/invalid.css.snap @@ -1,7 +1,6 @@ --- source: crates/biome_css_analyze/tests/spec_tests.rs expression: invalid.css -snapshot_kind: text --- # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/charset.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/charset.css.snap index ccbe87c4f934..0de85aecab93 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/charset.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/charset.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/charset.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/color_profile.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/color_profile.css.snap index c600d2cdb491..07a127c98e60 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/color_profile.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/color_profile.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/color_profile.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/container.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/container.css.snap index 966ff12bee51..c98d06fca6e3 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/container.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/container.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/container.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/counter_style.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/counter_style.css.snap index d13fc40aedbc..76528e796a0e 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/counter_style.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/counter_style.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/counter_style.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/document.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/document.css.snap index eaf75fb1f00b..54350c43a3c3 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/document.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/document.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/document.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/font_face.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/font_face.css.snap index 0ee449bc63a1..589aafd5ac58 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/font_face.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/font_face.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/font_face.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/font_feature_values.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/font_feature_values.css.snap index 646d5363c027..f354eccb6773 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/font_feature_values.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/font_feature_values.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/font_feature_values.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/function.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/function.css.snap index 586bb5385251..b96eb2973b9b 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/function.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/function.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/import.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/import.css.snap index 40c49291861f..2f37ff8ea083 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/import.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/import.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/import.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/keyframes.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/keyframes.css.snap index 03ae3f4f3bff..c890eadb530b 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/keyframes.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/keyframes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/keyframes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/layer.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/layer.css.snap index add9dc2fa9e0..690f20c2e47e 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/layer.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/layer.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/layer.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/media.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/media.css.snap index 2163bc07200b..2f9ab3937c72 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/media.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/media.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/media.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/namespace.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/namespace.css.snap index 17ea9160b44e..53185b7cd79e 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/namespace.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/namespace.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/namespace.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/page.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/page.css.snap index 4ae012e5f99f..bfa85cb4012d 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/page.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/page.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/page.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/page_complex.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/page_complex.css.snap index 50a2d905f530..99a37c1eb3ea 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/page_complex.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/page_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/page_complex.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/property.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/property.css.snap index 3797cdce6cae..51860962f6f6 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/property.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/property.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/property.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/scope.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/scope.css.snap index 6b3c0b5248d3..176c78b588e6 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/scope.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/scope.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/scope.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/starting_style.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/starting_style.css.snap index 91e3b87199f4..e7c65f133deb 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/starting_style.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/starting_style.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/starting_style.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/supports.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/supports.css.snap index b33ba2fc056f..d9fd1162bd3d 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/supports.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/supports.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/supports.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/supports_complex.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/supports_complex.css.snap index ca60d0279b0b..e68193503c36 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/supports_complex.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/supports_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/supports_complex.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/tailwind/source-not.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/tailwind/source-not.css.snap index 307b79857110..2b3bceedb9b5 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/tailwind/source-not.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/tailwind/source-not.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/tailwind/source-not.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/unknown.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/unknown.css.snap index d32bc1d14d06..4c5e95d0e517 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/unknown.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/unknown.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/unknown.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/atrule/value.css.snap b/crates/biome_css_formatter/tests/specs/css/atrule/value.css.snap index 839a577d7c38..3383ca367343 100644 --- a/crates/biome_css_formatter/tests/specs/css/atrule/value.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/atrule/value.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/value.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/attr.css.snap b/crates/biome_css_formatter/tests/specs/css/attr.css.snap index c91745539a0f..593c71f8c591 100644 --- a/crates/biome_css_formatter/tests/specs/css/attr.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/attr.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/attr.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/block.css.snap b/crates/biome_css_formatter/tests/specs/css/block.css.snap index 734d681baf54..1fc64a0bc065 100644 --- a/crates/biome_css_formatter/tests/specs/css/block.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/block.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/block.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/casing.css.snap b/crates/biome_css_formatter/tests/specs/css/casing.css.snap index 2acd579c41db..0fac21bd5f73 100644 --- a/crates/biome_css_formatter/tests/specs/css/casing.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/casing.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/casing.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/color/functional_colors.css.snap b/crates/biome_css_formatter/tests/specs/css/color/functional_colors.css.snap index b2a8b7a3dbce..dea8e30d8004 100644 --- a/crates/biome_css_formatter/tests/specs/css/color/functional_colors.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/color/functional_colors.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/color/functional_colors.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/color/hex_colors.css.snap b/crates/biome_css_formatter/tests/specs/css/color/hex_colors.css.snap index 50843ba443f4..a348019c96e4 100644 --- a/crates/biome_css_formatter/tests/specs/css/color/hex_colors.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/color/hex_colors.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/color/hex_colors.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/comma_separated_values.css.snap b/crates/biome_css_formatter/tests/specs/css/comma_separated_values.css.snap index 6d5cb81f9f3a..3597b60340be 100644 --- a/crates/biome_css_formatter/tests/specs/css/comma_separated_values.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/comma_separated_values.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/comma_separated_values.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/composes.css.snap b/crates/biome_css_formatter/tests/specs/css/composes.css.snap index 7396ff8f18c5..afdd49f0486c 100644 --- a/crates/biome_css_formatter/tests/specs/css/composes.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/composes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/composes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/declaration_empty.css.snap b/crates/biome_css_formatter/tests/specs/css/declaration_empty.css.snap index b89c4cc1d92c..28db75544c8c 100644 --- a/crates/biome_css_formatter/tests/specs/css/declaration_empty.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/declaration_empty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/declaration_empty.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/declaration_list.css.snap b/crates/biome_css_formatter/tests/specs/css/declaration_list.css.snap index 28074dd4424b..d19bf9a369ac 100644 --- a/crates/biome_css_formatter/tests/specs/css/declaration_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/declaration_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/declaration_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/dimensions.css.snap b/crates/biome_css_formatter/tests/specs/css/dimensions.css.snap index 6c06fcdb4534..c10f93221438 100644 --- a/crates/biome_css_formatter/tests/specs/css/dimensions.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/dimensions.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/dimensions.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/empty.css.snap b/crates/biome_css_formatter/tests/specs/css/empty.css.snap index 5a2b0e3762e3..b3ee5beb45dd 100644 --- a/crates/biome_css_formatter/tests/specs/css/empty.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/empty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/empty.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/functions.css.snap b/crates/biome_css_formatter/tests/specs/css/functions.css.snap index 31d0291d7917..8b6c6dcdad87 100644 --- a/crates/biome_css_formatter/tests/specs/css/functions.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/functions.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/functions.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/global_suppression.css.snap b/crates/biome_css_formatter/tests/specs/css/global_suppression.css.snap index cd9ea5eb47fa..5e53067543fd 100644 --- a/crates/biome_css_formatter/tests/specs/css/global_suppression.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/global_suppression.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/global_suppression.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/if.css.snap b/crates/biome_css_formatter/tests/specs/css/if.css.snap index b3dc50382a06..a4c97d021a0a 100644 --- a/crates/biome_css_formatter/tests/specs/css/if.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/if.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/if.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/important.css.snap b/crates/biome_css_formatter/tests/specs/css/important.css.snap index 3aef74a164aa..e13847a3c86a 100644 --- a/crates/biome_css_formatter/tests/specs/css/important.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/important.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/important.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/issue_3229.css.snap b/crates/biome_css_formatter/tests/specs/css/issue_3229.css.snap index 8f1a9e363042..69fb67eb4d9b 100644 --- a/crates/biome_css_formatter/tests/specs/css/issue_3229.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/issue_3229.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/issue_3229.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/issue_4298.css.snap b/crates/biome_css_formatter/tests/specs/css/issue_4298.css.snap index 5b3caf172a96..8728f31e2620 100644 --- a/crates/biome_css_formatter/tests/specs/css/issue_4298.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/issue_4298.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/issue_4298.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/issue_8636.css.snap b/crates/biome_css_formatter/tests/specs/css/issue_8636.css.snap index ae7a920daf31..cde7a83b0411 100644 --- a/crates/biome_css_formatter/tests/specs/css/issue_8636.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/issue_8636.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/issue_8636.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/namespace.css.snap b/crates/biome_css_formatter/tests/specs/css/namespace.css.snap index 7763bc906662..0505aece8845 100644 --- a/crates/biome_css_formatter/tests/specs/css/namespace.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/namespace.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/namespace.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/nesting/conditional_at_rule.css.snap b/crates/biome_css_formatter/tests/specs/css/nesting/conditional_at_rule.css.snap index d157e6f329cc..6d32c7d20cbb 100644 --- a/crates/biome_css_formatter/tests/specs/css/nesting/conditional_at_rule.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/nesting/conditional_at_rule.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/nesting/conditional_at_rule.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/nesting/nesting.css.snap b/crates/biome_css_formatter/tests/specs/css/nesting/nesting.css.snap index 919a55ca9278..4df15ab07e14 100644 --- a/crates/biome_css_formatter/tests/specs/css/nesting/nesting.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/nesting/nesting.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/nesting/nesting.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/nesting/nesting_1.css.snap b/crates/biome_css_formatter/tests/specs/css/nesting/nesting_1.css.snap index 6f239c035a72..47437749602f 100644 --- a/crates/biome_css_formatter/tests/specs/css/nesting/nesting_1.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/nesting/nesting_1.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/nesting/nesting_1.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/number.css.snap b/crates/biome_css_formatter/tests/specs/css/number.css.snap index 1cdf9d3ab47f..0e80e0b7a73e 100644 --- a/crates/biome_css_formatter/tests/specs/css/number.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/number.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/number.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/all.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/all.css.snap index 66c2c8de5ad8..1d5ecfb81360 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/all.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/all.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/all.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/border.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/border.css.snap index d4de290264c1..3caac33ac80f 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/border.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/border.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/border.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/custom.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/custom.css.snap index 5370c568380b..39dec074212b 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/custom.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/custom.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/custom.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/generic.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/generic.css.snap index 1accd6529328..8231c0d1164d 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/generic.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/generic.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/generic.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/grid.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/grid.css.snap index 01bf9b546859..2130ae3e2b54 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/grid.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/grid.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/grid.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/unicode_range.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/unicode_range.css.snap index a02720449629..581c4d79e02c 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/unicode_range.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/unicode_range.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/unicode_range.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/properties/z-index.css.snap b/crates/biome_css_formatter/tests/specs/css/properties/z-index.css.snap index 0be2d3606196..c07f1b49c60c 100644 --- a/crates/biome_css_formatter/tests/specs/css/properties/z-index.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/properties/z-index.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/properties/z-index.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/is.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/is.css.snap index c1c3025883eb..a78d95598fab 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/is.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/is.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/is.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/not.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/not.css.snap index 816c0c074eb3..99d2cfc265eb 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/not.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/not.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/not.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector.css.snap index 9f6ebca0af60..a3832a9602ee 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_compound_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector_list.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector_list.css.snap index 73a1f1e67eca..a7e4c966caa0 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_compound_selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_compound_selector_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_custom_identifier_list.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_custom_identifier_list.css.snap index d3b99ee0f075..1ba39381b985 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_custom_identifier_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_custom_identifier_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_custom_identifier_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_nth.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_nth.css.snap index abf4fad49c0b..35ecb2f1ef13 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_nth.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_nth.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_nth.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_relative_selector_list.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_relative_selector_list.css.snap index 223923f59200..586486c9aecf 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_relative_selector_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_relative_selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_relative_selector_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_selector.css.snap index 9366f85a3f99..a895fd33aee7 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_state.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_state.css.snap index 81ed2d23f058..bbc6eb8d0e33 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_state.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_state.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_state.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_value_list.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_value_list.css.snap index a8d0640fca1f..05d7a5a6af68 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_value_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_function_value_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_function_value_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_identifier.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_identifier.css.snap index 3e1b0722ae5d..fa36ff0421ac 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_identifier.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_class_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_class_identifier.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_element_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_element_selector.css.snap index bc6ac78fe2f3..24913fe14c42 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_element_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/pseudo_element_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/pseudo_element_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/pseudo/where.css.snap b/crates/biome_css_formatter/tests/specs/css/pseudo/where.css.snap index a9572a82cabb..77706370e587 100644 --- a/crates/biome_css_formatter/tests/specs/css/pseudo/where.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/pseudo/where.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/pseudo/where.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/quote_style/normalize_quotes.css.snap b/crates/biome_css_formatter/tests/specs/css/quote_style/normalize_quotes.css.snap index 63282a30fd27..3531d2276c6f 100644 --- a/crates/biome_css_formatter/tests/specs/css/quote_style/normalize_quotes.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/quote_style/normalize_quotes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/quote_style/normalize_quotes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/between_rules.css.snap b/crates/biome_css_formatter/tests/specs/css/range/between_rules.css.snap index 923958722eb4..8eac662c18a4 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/between_rules.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/between_rules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/between_rules.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/keyframes.css.snap b/crates/biome_css_formatter/tests/specs/css/range/keyframes.css.snap index 45747c25816f..d764f4a905cb 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/keyframes.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/keyframes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/keyframes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/mid_value.css.snap b/crates/biome_css_formatter/tests/specs/css/range/mid_value.css.snap index e818c04d2d97..0896d3610843 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/mid_value.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/mid_value.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/mid_value.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/selector_list.css.snap b/crates/biome_css_formatter/tests/specs/css/range/selector_list.css.snap index dd6646e4091a..e07674b9b961 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/selector_list.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/selector_list.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/single_declaration.css.snap b/crates/biome_css_formatter/tests/specs/css/range/single_declaration.css.snap index 913c7e3de66b..8fcaa35d698f 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/single_declaration.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/single_declaration.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/single_declaration.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/single_rule.css.snap b/crates/biome_css_formatter/tests/specs/css/range/single_rule.css.snap index 71173c444695..aeeb9c162d17 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/single_rule.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/single_rule.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/single_rule.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/range/single_value.css.snap b/crates/biome_css_formatter/tests/specs/css/range/single_value.css.snap index b24a6c445192..b41623011c87 100644 --- a/crates/biome_css_formatter/tests/specs/css/range/single_value.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/range/single_value.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/range/single_value.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/scss/declaration/global-flag.scss.snap b/crates/biome_css_formatter/tests/specs/css/scss/declaration/global-flag.scss.snap index 7068c23bba82..5a19b4fc8cbf 100644 --- a/crates/biome_css_formatter/tests/specs/css/scss/declaration/global-flag.scss.snap +++ b/crates/biome_css_formatter/tests/specs/css/scss/declaration/global-flag.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/scss/declaration/global-flag.scss --- + # Input ```scss diff --git a/crates/biome_css_formatter/tests/specs/css/scss/declaration/mixed.scss.snap b/crates/biome_css_formatter/tests/specs/css/scss/declaration/mixed.scss.snap index 0f4326cdd939..0b22524b4cb7 100644 --- a/crates/biome_css_formatter/tests/specs/css/scss/declaration/mixed.scss.snap +++ b/crates/biome_css_formatter/tests/specs/css/scss/declaration/mixed.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/scss/declaration/mixed.scss --- + # Input ```scss diff --git a/crates/biome_css_formatter/tests/specs/css/scss/declaration/namespaced.scss.snap b/crates/biome_css_formatter/tests/specs/css/scss/declaration/namespaced.scss.snap index 8e37657ebf17..915838e1c14d 100644 --- a/crates/biome_css_formatter/tests/specs/css/scss/declaration/namespaced.scss.snap +++ b/crates/biome_css_formatter/tests/specs/css/scss/declaration/namespaced.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/scss/declaration/namespaced.scss --- + # Input ```scss diff --git a/crates/biome_css_formatter/tests/specs/css/scss/declaration/simple-variable.scss.snap b/crates/biome_css_formatter/tests/specs/css/scss/declaration/simple-variable.scss.snap index 7b9713a195a3..410df8dd3d71 100644 --- a/crates/biome_css_formatter/tests/specs/css/scss/declaration/simple-variable.scss.snap +++ b/crates/biome_css_formatter/tests/specs/css/scss/declaration/simple-variable.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/scss/declaration/simple-variable.scss --- + # Input ```scss diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/attribute_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/attribute_selector.css.snap index 9ce59e024adb..6eac41f629ed 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/attribute_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/attribute_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/attribute_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/class_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/class_selector.css.snap index 6ab511bd4e06..9d49783950fc 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/class_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/class_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/class_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/complex_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/complex_selector.css.snap index 3f2bc71ec397..64d820f5a200 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/complex_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/complex_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/complex_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/id_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/id_selector.css.snap index 7687ae0e6bf1..4339e493434d 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/id_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/id_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/id_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/pseudo_class/pseudo_class_has.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/pseudo_class/pseudo_class_has.css.snap index 63902d4784df..e97b47eea210 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/pseudo_class/pseudo_class_has.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/pseudo_class/pseudo_class_has.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/pseudo_class/pseudo_class_has.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/selector_lists.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/selector_lists.css.snap index 8399c38fac76..39cedbbd7929 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/selector_lists.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/selector_lists.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/selector_lists.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/selectors/type_selector.css.snap b/crates/biome_css_formatter/tests/specs/css/selectors/type_selector.css.snap index 7281337c6a10..57ab89c841a3 100644 --- a/crates/biome_css_formatter/tests/specs/css/selectors/type_selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/selectors/type_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selectors/type_selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/simple.css.snap b/crates/biome_css_formatter/tests/specs/css/simple.css.snap index 0e6c4cdea018..14ff8c14607b 100644 --- a/crates/biome_css_formatter/tests/specs/css/simple.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/simple.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/simple.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/long-apply.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/long-apply.css.snap index 856e15a51122..e4fd6f02c729 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/long-apply.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/long-apply.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/long-apply.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-no-options.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-no-options.css.snap index 5ba948ad9619..12205dd45927 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-no-options.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-no-options.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/plugin-no-options.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-with-options.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-with-options.css.snap index 470985320df8..f306e6ea74a4 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-with-options.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/plugin-with-options.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/plugin-with-options.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/shadcn-default.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/shadcn-default.css.snap index d6cf498b8c04..4414d83d2d5c 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/shadcn-default.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/shadcn-default.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/shadcn-default.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/source-inline.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/source-inline.css.snap index e4ea6427a85b..23a6f6ba0fe6 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/source-inline.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/source-inline.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/source-inline.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/tailwind/utility.css.snap b/crates/biome_css_formatter/tests/specs/css/tailwind/utility.css.snap index fa79305214a0..32430c552d2f 100644 --- a/crates/biome_css_formatter/tests/specs/css/tailwind/utility.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/tailwind/utility.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/tailwind/utility.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/trailing_newline/simple.css.snap b/crates/biome_css_formatter/tests/specs/css/trailing_newline/simple.css.snap index 982f859fd4ae..bb1d087d4e5a 100644 --- a/crates/biome_css_formatter/tests/specs/css/trailing_newline/simple.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/trailing_newline/simple.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/trailing_newline/simple.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/units.css.snap b/crates/biome_css_formatter/tests/specs/css/units.css.snap index beeb91d89c14..46ed7ed07411 100644 --- a/crates/biome_css_formatter/tests/specs/css/units.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/units.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/units.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/url.css.snap b/crates/biome_css_formatter/tests/specs/css/url.css.snap index 25f11c379546..e897c2d76ab1 100644 --- a/crates/biome_css_formatter/tests/specs/css/url.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/url.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/url.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/value_fill.css.snap b/crates/biome_css_formatter/tests/specs/css/value_fill.css.snap index d7b5866790ea..d20e53fe0457 100644 --- a/crates/biome_css_formatter/tests/specs/css/value_fill.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/value_fill.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/value_fill.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/value_one_group_per_line.css.snap b/crates/biome_css_formatter/tests/specs/css/value_one_group_per_line.css.snap index 811e1b63e423..022277495738 100644 --- a/crates/biome_css_formatter/tests/specs/css/value_one_group_per_line.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/value_one_group_per_line.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/value_one_group_per_line.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/value_one_per_line.css.snap b/crates/biome_css_formatter/tests/specs/css/value_one_per_line.css.snap index 353210e394fa..2243c28181f5 100644 --- a/crates/biome_css_formatter/tests/specs/css/value_one_per_line.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/value_one_per_line.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/value_one_per_line.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/css/variables.css.snap b/crates/biome_css_formatter/tests/specs/css/variables.css.snap index 8109386d3b45..a09e148c5ccc 100644 --- a/crates/biome_css_formatter/tests/specs/css/variables.css.snap +++ b/crates/biome_css_formatter/tests/specs/css/variables.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/variables.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/at-root.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/at-root.css.snap index be2f47996fc3..f0c3a79e1e3d 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/at-root.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/at-root.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/at-root.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-media.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-media.css.snap index 7de2468ad0e3..62412b738709 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-media.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-media.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/custom-media.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-selector.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-selector.css.snap index e92925f1806a..3dd3dd43e766 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/custom-selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/custom-selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/debug.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/debug.css.snap index d2d14312b6e7..77e4e411e02e 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/debug.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/debug.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/debug.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/each.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/each.css.snap index f225cd32afd3..aa3f5c82725c 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/each.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/each.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/each.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/extend.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/extend.css.snap index 6632cd992926..eeaffac96652 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/extend.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/extend.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/extend.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/for.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/for.css.snap index e66ad1148ade..94e541a626fa 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/for.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/for.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/for.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/function.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/function.css.snap index 4369f620a7b2..d86e7046b163 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/function.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/function.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/if-else.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/if-else.css.snap index 4df8fbddb429..b9415c9d3ba1 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/if-else.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/if-else.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/if-else.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/import.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/import.css.snap index 22f1d988e8a7..8a9b46d41568 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/import.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/import.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/import.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/include.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/include.css.snap index 7a3563b97203..953fc14341c9 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/include.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/include.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/include.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/media.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/media.css.snap index 1afa98580fd6..a578cb724bd8 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/media.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/media.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/media.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/mixin.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/mixin.css.snap index c66ae64e8226..b72760f332eb 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/mixin.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/mixin.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/mixin.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/return.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/return.css.snap index 298866e49b89..40bb95d8d16c 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/return.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/return.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/return.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/supports.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/supports.css.snap index 1bc94ef6893b..01c9791044cc 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/supports.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/supports.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/supports.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/while.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/while.css.snap index 5c33cd44084f..c8cf879258ff 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atrule/while.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atrule/while.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atrule/while.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/attribute/custom-selector.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/attribute/custom-selector.css.snap index 8d5bffab1cbf..107c2e997961 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/attribute/custom-selector.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/attribute/custom-selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/attribute/custom-selector.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/attribute/quotes.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/attribute/quotes.css.snap index d0044568cb5b..c50da37f0066 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/attribute/quotes.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/attribute/quotes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/attribute/quotes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/atword/atword.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/atword/atword.css.snap index 37cf9127ce73..3c4f7a559140 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/atword/atword.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/atword/atword.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/atword/atword.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/bom/bom.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/bom/bom.css.snap index 1b1e9ae724df..179648e46f20 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/bom/bom.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/bom/bom.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/bom/bom.css -snapshot_kind: text --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/case/case.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/case/case.css.snap index 179984ac6a7a..9ee5fcef3dce 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/case/case.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/case/case.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/case/case.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/character-escaping/character_escaping.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/character-escaping/character_escaping.css.snap index dd6f0f1dbe22..eee2cae529ad 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/character-escaping/character_escaping.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/character-escaping/character_escaping.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/character-escaping/character_escaping.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/color/color-adjuster.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/color/color-adjuster.css.snap index 2ab476a6756f..7ecb3d7f415e 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/color/color-adjuster.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/color/color-adjuster.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/color/color-adjuster.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/comments/at-rules.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/comments/at-rules.css.snap index ff49760581e4..72b0c49cec2b 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/comments/at-rules.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/comments/at-rules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/comments/at-rules.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/comments/custom-properties.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/comments/custom-properties.css.snap index 623fd942a45e..f7e90a6b94de 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/comments/custom-properties.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/comments/custom-properties.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/comments/custom-properties.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/comments/declaration.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/comments/declaration.css.snap index 96f33dc6171c..f08903d314c5 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/comments/declaration.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/comments/declaration.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/comments/declaration.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/comments/selectors.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/comments/selectors.css.snap index 058463479dda..f81a7f65b385 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/comments/selectors.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/comments/selectors.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/comments/selectors.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/fill-value/fill.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/fill-value/fill.css.snap index 7399df19a0ff..4c09561d6669 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/fill-value/fill.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/fill-value/fill.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/fill-value/fill.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/custom-parser.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/custom-parser.css.snap index 3f0d9a97cac6..c299ea44d711 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/custom-parser.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/custom-parser.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/front-matter/custom-parser.css -snapshot_kind: text --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/empty.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/empty.css.snap index c73d8aea2adb..7c1048ec08d2 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/empty.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/front-matter/empty.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/front-matter/empty.css -snapshot_kind: text --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/grid/grid.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/grid/grid.css.snap index 8d97756575eb..ae7ac053b0aa 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/grid/grid.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/grid/grid.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/grid/grid.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/indent/indent.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/indent/indent.css.snap index 8f2cb6b8afd0..9192c063b69b 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/indent/indent.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/indent/indent.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs -assertion_line: 211 info: css/indent/indent.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/inline-url/inline_url.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/inline-url/inline_url.css.snap index 2d3c979dbb28..bafbfe618e92 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/inline-url/inline_url.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/inline-url/inline_url.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/inline-url/inline_url.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/loose/loose.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/loose/loose.css.snap index da4364900bb6..4037aabae4d4 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/loose/loose.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/loose/loose.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/loose/loose.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/numbers/numbers.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/numbers/numbers.css.snap index 25eb7617ac49..1facc7900f6f 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/numbers/numbers.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/numbers/numbers.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/numbers/numbers.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/parens/empty-lines.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/parens/empty-lines.css.snap index 87dd5490113d..4b064ff4f577 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/parens/empty-lines.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/parens/empty-lines.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/parens/empty-lines.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/parens/parens.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/parens/parens.css.snap index 66d4aaab9a83..3f9603599e96 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/parens/parens.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/parens/parens.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/parens/parens.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-8-improment/empty-props.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-8-improment/empty-props.css.snap index 41f0f2f9fbd5..f258bf31c9cc 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-8-improment/empty-props.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-8-improment/empty-props.css.snap @@ -43,5 +43,3 @@ info: css/postcss-8-improment/empty-props.css --many-space: ; } ``` - - diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-mixins.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-mixins.css.snap index 21500da38b77..34f1171a0c1c 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-mixins.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-mixins.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/postcss-plugins/postcss-mixins.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nested-props.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nested-props.css.snap index 85cab1f41f93..27cb940ece2f 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nested-props.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nested-props.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/postcss-plugins/postcss-nested-props.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nesting.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nesting.css.snap index f389b88828c1..427b2106abef 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nesting.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-nesting.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/postcss-plugins/postcss-nesting.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-simple-vars.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-simple-vars.css.snap index 8dc80d12be8e..00a19530521b 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-simple-vars.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/postcss-plugins/postcss-simple-vars.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/postcss-plugins/postcss-simple-vars.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/quotes/quotes.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/quotes/quotes.css.snap index 5ae132718eca..5e2c2c413c53 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/quotes/quotes.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/quotes/quotes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/quotes/quotes.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/range/issue2267.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/range/issue2267.css.snap index 9d0e585e0141..631236a5f0d3 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/range/issue2267.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/range/issue2267.css.snap @@ -28,5 +28,3 @@ info: css/range/issue2267.css .x { } ``` - - diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/selector-call/call.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/selector-call/call.css.snap index 475e25404d0f..372e822e1574 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/selector-call/call.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/selector-call/call.css.snap @@ -62,5 +62,3 @@ call.css:1:17 parse ━━━━━━━━━━━━━━━━━━━━ ``` - - diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/selector-list/selectors.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/selector-list/selectors.css.snap index 12da63b46539..9f2a0938366d 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/selector-list/selectors.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/selector-list/selectors.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/selector-list/selectors.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/trailing-comma/var-func.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/trailing-comma/var-func.css.snap index debf63dcac58..3806d551b474 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/trailing-comma/var-func.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/trailing-comma/var-func.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/trailing-comma/var-func.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/units/values.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/units/values.css.snap index cd123348fa6f..465f48657a97 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/units/values.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/units/values.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/units/values.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/url/url.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/url/url.css.snap index 906c313fafd0..7d259078453b 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/url/url.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/url/url.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs -assertion_line: 211 info: css/url/url.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/variables/apply-rule.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/variables/apply-rule.css.snap index c721bcbe7d39..2c86bfcaeb1e 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/variables/apply-rule.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/variables/apply-rule.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/variables/apply-rule.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/comment_after.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/comment_after.css.snap index e868a85451ba..36251019618b 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/comment_after.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/comment_after.css.snap @@ -1,8 +1,8 @@ --- source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/comment_after.css -snapshot_kind: text --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/dirty.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/dirty.css.snap index 8a5274280c0d..a7935ad833b5 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/dirty.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/dirty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/dirty.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty.css.snap index 7279d922169a..a8753b57e264 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/empty.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty_newlines.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty_newlines.css.snap index bbe062eada68..0139a368488c 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty_newlines.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/empty_newlines.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/empty_newlines.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/malformed-2.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/malformed-2.css.snap index a0981e1974cf..4b01048ce3dd 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/malformed-2.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/malformed-2.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/malformed-2.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/only_comments.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/only_comments.css.snap index d9f4ae7abd37..2958a4925f9e 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/only_comments.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/only_comments.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/only_comments.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/with_comments.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/with_comments.css.snap index f4b8fc466950..3e7a63f81dda 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/with_comments.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/with_comments.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/with_comments.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/without-newline-after.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/without-newline-after.css.snap index afcf19f5fea9..51fddeeb4104 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/without-newline-after.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/without-newline-after.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/without-newline-after.css --- + # Input ```css diff --git a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/yaml.css.snap b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/yaml.css.snap index 305de8ac056b..0ba257c7a4f2 100644 --- a/crates/biome_css_formatter/tests/specs/prettier/css/yaml/yaml.css.snap +++ b/crates/biome_css_formatter/tests/specs/prettier/css/yaml/yaml.css.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: css/yaml/yaml.css --- + # Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_charset_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_charset_error.css.snap index 94cb37fbcb16..de50ca105735 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_charset_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_charset_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_color_profile_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_color_profile_error.css.snap index cab4930da706..2fbcd554be7a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_color_profile_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_color_profile_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_and_query_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_and_query_error.css.snap index 183d4c7c727a..56820c04280a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_and_query_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_and_query_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_error.css.snap index cc87135ce95f..2b6cf0d44d57 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_or_query_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_or_query_error.css.snap index c0d07e67fca0..802a8a7c18d2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_or_query_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_or_query_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_not_query.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_not_query.css.snap index 8d53f6f8da97..e7286a07b9d0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_not_query.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_not_query.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_query_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_query_error.css.snap index 76e93651fa70..b7d46f83a2d6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_query_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_container/at_rule_container_style_query_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_counter_style_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_counter_style_error.css.snap index 869162ccbe6e..76f339e691a0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_counter_style_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_counter_style_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_document_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_document_error.css.snap index 1724ebb2f843..a1e272e98c3f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_document_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_document_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_face_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_face_error.css.snap index c93917fe2e0e..d6423508d16f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_face_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_face_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_feature_values_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_feature_values_error.css.snap index 1ab3b86ed73e..eb5bc9d05aa1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_feature_values_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_feature_values_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_palette_values_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_palette_values_error.css.snap index 8a0da8041156..9d52ee8f8ac1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_palette_values_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_font_palette_values_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_function_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_function_error.css.snap index 5faa8d0ca4a7..a3605d7e1a64 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_function_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_function_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_import/at_rule_import_support_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_import/at_rule_import_support_error.css.snap index 3373f36347e6..24985b002a23 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_import/at_rule_import_support_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_import/at_rule_import_support_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes.css.snap index ae21cedf6ff2..9a83fd99de12 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes_1.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes_1.css.snap index 0748beec6de3..fbfab859bbdf 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes_1.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/at_rule_keyframes_1.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/disabled_css_module/at_rule_keyframe_disabled_css_modules.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/disabled_css_module/at_rule_keyframe_disabled_css_modules.css.snap index 0cbf0aae12d6..0217dd552d02 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/disabled_css_module/at_rule_keyframe_disabled_css_modules.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/disabled_css_module/at_rule_keyframe_disabled_css_modules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/enabled_css_module/at_rule_keyframe_enabled_css_modules.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/enabled_css_module/at_rule_keyframe_enabled_css_modules.css.snap index 7fbdcb072f3a..bd7932543ce7 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/enabled_css_module/at_rule_keyframe_enabled_css_modules.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_keyframes/enabled_css_module/at_rule_keyframe_enabled_css_modules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_layer_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_layer_error.css.snap index 797c8a3ab947..b9c69d4b7fe5 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_layer_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_layer_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_media_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_media_error.css.snap index 596d8050c46b..e4f97c17ea11 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_media_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_media_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_namespace_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_namespace_error.css.snap index 95173ee610f9..2724e00bf3d6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_namespace_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_namespace_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_page_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_page_error.css.snap index cc2ddda4507c..30b2837ac7cc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_page_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_page_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_property_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_property_error.css.snap index 81a53516ab9c..2c85404fedba 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_property_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_property_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_scope_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_scope_error.css.snap index 71a799a6dbe9..c9b46d15565f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_scope_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_scope_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_and_condition_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_and_condition_error.css.snap index b74339d221f4..f7932c13631b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_and_condition_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_and_condition_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_invalid_after_support_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_invalid_after_support_error.css.snap index b440da12010f..44794ce51283 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_invalid_after_support_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_invalid_after_support_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_not_condition_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_not_condition_error.css.snap index 48b1fd19744f..53c97ee77575 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_not_condition_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_not_condition_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_or_condition_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_or_condition_error.css.snap index dcbb3a595550..44342533dafc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_or_condition_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/at_rule_supports/at_rule_supports_or_condition_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/conditional_at_rule_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/conditional_at_rule_error.css.snap index 7c569221e46e..ed7fd981f02a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/conditional_at_rule_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/conditional_at_rule_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/at_rule_value_disabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/at_rule_value_disabled.css.snap index 9ed8243dbcea..02c4dd33f426 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/at_rule_value_disabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/at_rule_value_disabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/enabled/at_rule_value_error_enabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/enabled/at_rule_value_error_enabled.css.snap index 8b746dbaca0d..afcb72780947 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/enabled/at_rule_value_error_enabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/at_rule/value/enabled/at_rule_value_error_enabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/block/css_unfinished_block.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/block/css_unfinished_block.css.snap index ea1a45310b1e..999a1e31f257 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/block/css_unfinished_block.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/block/css_unfinished_block.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/function/attr.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/function/attr.css.snap index 90239935bb78..33103b9e5f17 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/function/attr.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/function/attr.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/function/if.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/function/if.css.snap index 0ba2929acdb5..4251cd2f0730 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/function/if.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/function/if.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/function/v_bind_disabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/function/v_bind_disabled.css.snap index 0b5a4ff4a4d6..4800645caaae 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/function/v_bind_disabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/function/v_bind_disabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/color_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/color_error.css.snap index 5add87e2ed4d..9d8aedfa3cd4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/color_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/color_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/composes.enabled/composes_error_enabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/composes.enabled/composes_error_enabled.css.snap index 196b6dae20e1..c84f1f27af2b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/composes.enabled/composes_error_enabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/composes.enabled/composes_error_enabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/composes/disabled/composes_error_disabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/composes/disabled/composes_error_disabled.css.snap index 3819df49de7f..9a67b5563dd8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/composes/disabled/composes_error_disabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/composes/disabled/composes_error_disabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/grid/grid_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/grid/grid_error.css.snap index 7fef449a2128..a17e9d14f208 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/grid/grid_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/grid/grid_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/property_generic_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/property_generic_error.css.snap index 22f135bb03f4..8d3fdc32b3a5 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/property_generic_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/property_generic_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/property/unicode_range_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/property/unicode_range_error.css.snap index 1e7da02bfeb8..0b746f68a7bc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/property/unicode_range_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/property/unicode_range_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/relative_selector/relative_selector_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/relative_selector/relative_selector_error.css.snap index ef7ca4b6dd02..b449eb7e1be6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/relative_selector/relative_selector_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/relative_selector/relative_selector_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/invalid-modifier.scss.snap b/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/invalid-modifier.scss.snap index 5cf1e8374b43..583cf1cb5d20 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/invalid-modifier.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/invalid-modifier.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/missing-modifier.scss.snap b/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/missing-modifier.scss.snap index 1e29ae7ad650..d390e8a0b856 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/missing-modifier.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/scss/declaration/missing-modifier.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/attribute_selector.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/attribute_selector.css.snap index da909833c033..b10cb382b926 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/attribute_selector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/attribute_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/class_selector_err.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/class_selector_err.css.snap index ca9b4f1e2fe0..8d7f920507bc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/class_selector_err.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/class_selector_err.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/id_selector_err.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/id_selector_err.css.snap index 57527705430f..fc3964026f17 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/id_selector_err.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/id_selector_err.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/invalid_selector.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/invalid_selector.css.snap index a0ae9dceb786..6002a6408d5a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/invalid_selector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/invalid_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/missing_identifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/missing_identifier.css.snap index 107f941b24d7..e1cf8323aea3 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/missing_identifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/missing_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector.css.snap index 353b24a957e3..9991de6fe615 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector_list.css.snap index af0657167773..14e87cc08e32 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_compound_selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_error.css.snap index c4d667465028..0b66989e7422 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_list_error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_list_error.css.snap index c1bbe195f5fa..8a4dd7de5a12 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_list_error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_custom_identifier_list_error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_identifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_identifier.css.snap index 8a44532b16e7..1f1d24c20ad3 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_identifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_nth.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_nth.css.snap index 6d4f14822949..da800d93f38a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_nth.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_nth.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_relative_selector_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_relative_selector_list.css.snap index e587af97ec0e..e8dbbfb99463 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_relative_selector_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_relative_selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/disabled/pseudo_class_function_selector_disabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/disabled/pseudo_class_function_selector_disabled.css.snap index ec59ea1ff699..322a302a00ba 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/disabled/pseudo_class_function_selector_disabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/disabled/pseudo_class_function_selector_disabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/enabled/pseudo_class_function_selector_enabled.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/enabled/pseudo_class_function_selector_enabled.css.snap index ca4b69abaee9..75ae0554a78f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/enabled/pseudo_class_function_selector_enabled.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector/enabled/pseudo_class_function_selector_enabled.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector_list.css.snap index 2232ae92e64c..e62b165c3f4d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_selector_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_value_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_value_list.css.snap index 699920c9d113..f7ab8a43019f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_value_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_function_value_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_identifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_identifier.css.snap index c4ced4cd75bc..a7ba27681767 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_identifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_class/pseudo_class_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element.css.snap index 6f3c28554092..6a151e9f2c22 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_identifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_identifier.css.snap index dde8003a3188..2c1f21b7e131 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_identifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_selector.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_selector.css.snap index 99ae4bd00489..3cd645bd56e5 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_selector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/pseudo_element_function_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/selector.error.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/selector.error.css.snap index 68203177c0e2..5b558a039b4d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/selector.error.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/selector.error.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/selector/traling_comma.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/selector/traling_comma.css.snap index 63ac76c2b8a4..507f32ca2cbf 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/selector/traling_comma.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/selector/traling_comma.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/apply.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/apply.css.snap index 28146d875062..bfbf8749f7f2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/apply.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/apply.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/config.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/config.css.snap index 7da29effdb05..8c10945d64de 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/config.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/config.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/custom-theme.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/custom-theme.css.snap index fb80153cb234..9c71abc71355 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/custom-theme.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/custom-theme.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/plugin.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/plugin.css.snap index 59ae1eaa0eec..6c7105013ec0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/plugin.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/plugin.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/reference.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/reference.css.snap index 07d583250612..64ef0c57bb52 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/reference.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/reference.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/slot.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/slot.css.snap index a4d8ccf42ddf..e6c7c096cecb 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/slot.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/slot.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/source.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/source.css.snap index 49e0f0e8530e..ba50f593f458 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/source.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/source.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/theme.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/theme.css.snap index 2b954399c1a4..7216cc1b08b3 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/theme.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/theme.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/utility.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/utility.css.snap index 7cb5f75b9a86..9a492533e591 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/utility.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/utility.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/variant.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/variant.css.snap index 853de545ffa5..77a994280deb 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/variant.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-disabled/variant.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/apply-missing-semicolon.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/apply-missing-semicolon.css.snap index 6dccba30aa2e..304e1441febe 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/apply-missing-semicolon.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/apply-missing-semicolon.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options-2.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options-2.css.snap index bc9a3803ab27..c23271145d1e 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options-2.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options-2.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options.css.snap index 04d59f8c8f2b..df2b004c07b4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/plugin-with-invalid-options.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/source.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/source.css.snap index b4585675f2aa..05dfd350cd7c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/source.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/source.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-arbitrary.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-arbitrary.css.snap index ce053af860e4..960ab2cc9af8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-arbitrary.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-arbitrary.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-incomplete.css.snap b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-incomplete.css.snap index 2c4255f72ca0..65c491280beb 100644 --- a/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-incomplete.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/error/tailwind/when-enabled/value-incomplete.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_charset.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_charset.css.snap index d15b0b492eae..4b5f99bbc060 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_charset.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_charset.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_color_profile.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_color_profile.css.snap index 14f3dd9d2f84..4ae023eb120d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_color_profile.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_color_profile.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container.css.snap index 297baba281b4..4e8186e1aedb 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container_complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container_complex.css.snap index 58b31ff49e73..5e157a029a08 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container_complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_container_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_counter_style.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_counter_style.css.snap index 71c63d33f3ef..e1b28a2bfeb2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_counter_style.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_counter_style.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_document.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_document.css.snap index fd0c9528db96..eac14c29bafa 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_document.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_document.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_face.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_face.css.snap index ee0bdd8593f3..79bae0a7d009 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_face.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_face.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_feature_values.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_feature_values.css.snap index 2298ac872701..dd57ed126172 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_feature_values.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_feature_values.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_palette_values.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_palette_values.css.snap index 856367aaa918..c5db447dfd78 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_palette_values.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_font_palette_values.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_function.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_function.css.snap index 95c5aa804557..149333432d76 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_function.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_import.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_import.css.snap index 1d0046d20229..13d4f63abab1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_import.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_import.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_keyframe.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_keyframe.css.snap index e231da3debe5..53cc8889cb83 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_keyframe.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_keyframe.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_layer.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_layer.css.snap index 347803b38ec0..39d0e4ff211f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_layer.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_layer.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media.css.snap index afb4662c290e..0cf4289ff09f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media_complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media_complex.css.snap index 505371f3fd97..b28e41327a6b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media_complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_media_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_namespace.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_namespace.css.snap index 2f1b48bbfb25..8e44068001dc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_namespace.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_namespace.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page.css.snap index 7c6877fa9fa3..204a56002ae9 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page_complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page_complex.css.snap index 47f15c790452..93c73e6831f8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page_complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_page_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_position_try.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_position_try.css.snap index b9a6c9ef7cb6..6d0ef2b08b1b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_position_try.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_position_try.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_property.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_property.css.snap index 521ee7e5367a..c99928396150 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_property.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_property.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_scope.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_scope.css.snap index 581a5917b447..bb491cc06cf0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_scope.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_scope.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_starting_style.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_starting_style.css.snap index 6b4adc1a3897..e8debb7775ae 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_starting_style.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_starting_style.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports.css.snap index 647e91e85640..262945f80a9c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports_complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports_complex.css.snap index 2fd17730438b..1b11fcc50a42 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports_complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_supports_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_unknown.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_unknown.css.snap index 0b841cdcf05c..eff42e4b76a6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_unknown.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_unknown.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_view_transition.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_view_transition.css.snap index 3da806402635..57cd59e75a32 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_view_transition.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/at_rule_view_transition.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/keyframes/at_rule_keyframe_css_modules.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/keyframes/at_rule_keyframe_css_modules.css.snap index af1d5e4a62d7..97651ac4142f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/keyframes/at_rule_keyframe_css_modules.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/keyframes/at_rule_keyframe_css_modules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/value/at_rule_value.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/value/at_rule_value.css.snap index 2734615b4c31..8a2c03f22838 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/value/at_rule_value.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/at_rule/value/at_rule_value.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/class_selector.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/class_selector.css.snap index bf71ff9fde12..eb90292c2a56 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/class_selector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/class_selector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/declaration_emty.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/declaration_emty.css.snap index 9855e73ffe28..d012d5f696ac 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/declaration_emty.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/declaration_emty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/declaration_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/declaration_list.css.snap index 59983f9ad659..bc3ab457e4ba 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/declaration_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/declaration_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/dimension.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/dimension.css.snap index 341e52f19f40..2592afc1e2c6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/dimension.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/dimension.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/empty.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/empty.css.snap index e806c2dd21c9..d2c06f0755f4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/empty.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/empty.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/attr.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/attr.css.snap index 1f76e4ac7708..ac513fcde9c7 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/attr.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/attr.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/calc.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/calc.css.snap index 6aa49e424c34..026b11706dc8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/calc.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/calc.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/if.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/if.css.snap index 8b0b53e52124..6adfdeec563e 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/if.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/if.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/linear-gradient.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/linear-gradient.css.snap index 302f26189b55..2a51569ca3f6 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/linear-gradient.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/linear-gradient.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/rgb.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/rgb.css.snap index a28188918001..d9ecf362a760 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/rgb.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/rgb.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/unknow.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/unknow.css.snap index d8e3a3619050..376de2a82574 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/unknow.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/unknow.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/url.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/url.css.snap index 32ffc1e3ef73..fc9e40464f57 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/url.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/url.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/function/var.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/function/var.css.snap index d41404903624..f059eb139482 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/function/var.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/function/var.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/grit_metavariable/metavar.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/grit_metavariable/metavar.css.snap index c5151e63d290..77ffec7b2477 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/grit_metavariable/metavar.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/grit_metavariable/metavar.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/conditional_at_rule.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/conditional_at_rule.css.snap index 773f04caf060..3207306dd753 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/conditional_at_rule.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/conditional_at_rule.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/multiple_amp.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/multiple_amp.css.snap index 5855e8d221c7..cf478d71809d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/multiple_amp.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/multiple_amp.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting.css.snap index 130ae85365b6..5a2b7c91d545 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting_1.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting_1.css.snap index d16568ca7134..9e50fe2a88b2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting_1.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/nesting/nesting_1.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/composes/composes.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/composes/composes.css.snap index 3599d37b7736..e1a3c3521f8a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/composes/composes.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/composes/composes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/grid.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/grid.css.snap index e7cf7b7eeecd..a0832d01c9e8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/grid.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/grid.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/property-with-emoji.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/property-with-emoji.css.snap index 6391693aa1ac..9f3ea37a9f3e 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/property-with-emoji.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/property-with-emoji.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_all.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_all.css.snap index a2afc301ea24..f50ed2516e2b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_all.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_all.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_border.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_border.css.snap index 11652b24a6c4..dc5f071aa41b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_border.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_border.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_generic.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_generic.css.snap index 411ebe7a25a2..e5f1c36afca9 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_generic.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_generic.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_z-index.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_z-index.css.snap index 57e8a60348b0..ef9c37ca9b6d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/property_z-index.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/property_z-index.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/property/unicode_range.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/property/unicode_range.css.snap index 79fe1e210116..78a811258b10 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/property/unicode_range.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/property/unicode_range.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/line.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/line.scss.snap index 1ab751ff56d4..d60090f9f1cc 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/line.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/line.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/multiline.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/multiline.scss.snap index 0c35b3187c19..25c91e85afb9 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/multiline.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/multiline.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/nested.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/nested.scss.snap index 6effa8c8021d..70eee8da1562 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/nested.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/comment/nested.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/global-flag.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/global-flag.scss.snap index d211ce50dcbd..1d844ac398ac 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/global-flag.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/global-flag.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/important.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/important.scss.snap index 6cb366938b8d..3122e253e1a0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/important.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/important.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/namespace-properties.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/namespace-properties.scss.snap index 60be8b9fad9f..58eba46ad976 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/namespace-properties.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/namespace-properties.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/nested-variables.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/nested-variables.scss.snap index 1497e5f42298..4d812bf9415d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/nested-variables.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/nested-variables.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/semicolon-eof.scss.snap b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/semicolon-eof.scss.snap index 950d4cc7ccd2..98949f650050 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/semicolon-eof.scss.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/scss/declaration/semicolon-eof.scss.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/attribute.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/attribute.css.snap index 931e603b0e94..6f02bafd7d83 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/attribute.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/attribute.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/class.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/class.css.snap index c0a577c59e39..aa092c34ef87 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/class.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/class.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/complex.css.snap index 8dcbbb745d49..24df03fd1173 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/id.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/id.css.snap index 1885662d94c7..8f315f36bfda 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/id.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/id.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_an_plus_b.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_an_plus_b.css.snap index 600bb8c408e6..89771abb7115 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_an_plus_b.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_an_plus_b.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_any.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_any.css.snap index 2d28c8c61099..fea4457e22b1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_any.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_any.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_basic.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_basic.css.snap index 2df5e9fcb4d0..dd5cba5f12c8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_basic.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_basic.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_current.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_current.css.snap index 1b6307c2663d..1ab5f6fad68f 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_current.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_current.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_dir.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_dir.css.snap index 9678c33d8984..1cb324ac2036 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_dir.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_dir.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier.css.snap index f5195803e525..ba16caae73f8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier_list.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier_list.css.snap index f2bd17c8ffb0..395041f27a20 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier_list.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_function_custom_identifier_list.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_future.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_future.css.snap index f5d95b573814..a572aae71df3 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_future.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_future.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_has.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_has.css.snap index 52db069205c2..3a4d9ed6a061 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_has.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_has.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host.css.snap index d5e6112718bf..a9ff06d709c9 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host_context.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host_context.css.snap index b19ddb8615a3..da6abf5921ec 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host_context.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_host_context.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_ident.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_ident.css.snap index 97d3a2a2d07a..6b9ce65f54a3 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_ident.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_ident.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_is.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_is.css.snap index 9e37d2afe0fa..2b7ac5fdb56c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_is.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_is.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_lang.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_lang.css.snap index b989b8650fcb..76dc5d280328 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_lang.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_lang.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_matches.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_matches.css.snap index 41d8b107925e..81c1437450d2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_matches.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_matches.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_module/pseudo_class_module.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_module/pseudo_class_module.css.snap index 8c2d3c862404..82b067d125c4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_module/pseudo_class_module.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_module/pseudo_class_module.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_not.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_not.css.snap index e11fa618e679..1a0d43a76a63 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_not.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_not.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_past.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_past.css.snap index 4432ecc4fe9b..2aa57c617f25 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_past.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_past.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_state.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_state.css.snap index f5195803e525..ba16caae73f8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_state.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_state.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_where.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_where.css.snap index 832c0b17ea35..29c3d7da5dd5 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_where.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_class/pseudo_class_where.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/basic.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/basic.css.snap index a281b34ede24..9e3b07fc3a0a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/basic.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/basic.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue-region.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue-region.css.snap index 1f0fdfa04b82..39bc50222934 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue-region.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue-region.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue.css.snap index cc9d592a7fb4..b2a95cdc2792 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/cue.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/escaped.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/escaped.css.snap index 839ccdc7a531..85d76b8b518b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/escaped.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/escaped.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/highlight.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/highlight.css.snap index 41cb77058d61..27cb9b0963de 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/highlight.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/highlight.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/part.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/part.css.snap index 2ffa8c4b9a73..8b9242697de8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/part.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/part.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/presudo_complex.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/presudo_complex.css.snap index 10e32603a5d7..31deda1d907c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/presudo_complex.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/presudo_complex.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/slotted.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/slotted.css.snap index 8ee17538ea34..63f2043ddd9e 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/slotted.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/pseudo_element/slotted.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/subselector.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/subselector.css.snap index 71226c56ac9f..81399f4d8364 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/subselector.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/subselector.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/type.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/type.css.snap index 45be857e210b..32c1e44fa05a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/type.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/type.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/selector/universal.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/selector/universal.css.snap index d24879d038ce..64c52d639d08 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/selector/universal.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/selector/universal.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/alpha_function.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/alpha_function.css.snap index bf3e71009fe1..c5e05ec82079 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/alpha_function.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/alpha_function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/apply.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/apply.css.snap index d013ed039196..37f34ac37a9c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/apply.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/apply.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/config.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/config.css.snap index 12b097abc15f..d9bd25eb59c4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/config.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/config.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/block-slot.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/block-slot.css.snap index be268417abd1..9ac6a1622ef1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/block-slot.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/block-slot.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/dark.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/dark.css.snap index 6321a0f1e907..308eebb63ec9 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/dark.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/dark.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules-simple.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules-simple.css.snap index f9436455ec7c..246d62174458 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules-simple.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules-simple.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules.css.snap index f55d83788820..02454e17117a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-at-rules.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-multiple-selectors.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-multiple-selectors.css.snap index a3b0c41c52ba..fac870bf811d 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-multiple-selectors.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand-multiple-selectors.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand.css.snap index 341bbafad8f8..65697b94d593 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/custom-variants/shorthand.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options-2.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options-2.css.snap index e74cb022aae3..ee57896a4028 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options-2.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options-2.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options.css.snap index 46764818d955..1f9f0b416958 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin-with-options.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin.css.snap index 709d767f70f2..0048f8590625 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/plugin.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/reference.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/reference.css.snap index b803dcb99280..e88b9e5abba4 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/reference.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/reference.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/shadcn-default.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/shadcn-default.css.snap index 2ccb9a1c7cbc..635ee9834019 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/shadcn-default.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/shadcn-default.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/simple.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/simple.css.snap index 64b80355ba2d..c7ad26ebb89a 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/simple.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/simple.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-inline.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-inline.css.snap index c153a1a54f59..29e0a4d486fe 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-inline.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-inline.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-not.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-not.css.snap index 560dc6251a4d..4ee972e90b78 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-not.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source-not.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source.css.snap index 98c59aebb0f5..84a81ba7118b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/source.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/spacing_function.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/spacing_function.css.snap index 5ac1ffb5b25b..24fb4175c31b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/spacing_function.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/spacing_function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/custom-theme.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/custom-theme.css.snap index 5f3bf7aa81b9..a1bd4905d51b 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/custom-theme.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/custom-theme.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-keyframes.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-keyframes.css.snap index fa8a6f3c795b..383f2150f1e8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-keyframes.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-keyframes.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-name.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-name.css.snap index fbed12d47540..1c3a28bce5ba 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-name.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-name.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-star-vars.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-star-vars.css.snap index a6b325d501e6..277c802326bd 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-star-vars.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme-with-star-vars.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme.css.snap index d18e121f22b0..3cc906a6f7ac 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/theme/theme.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/tw-import.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/tw-import.css.snap index 33967f785db0..263ce1ae20d8 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/tw-import.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/tw-import.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/arbitrary-star.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/arbitrary-star.css.snap index ffd0525a8777..a81a7bfb26df 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/arbitrary-star.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/arbitrary-star.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/enhanced-value-function.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/enhanced-value-function.css.snap index 8403761bfe8e..570dec44acc2 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/enhanced-value-function.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/enhanced-value-function.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/modifier.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/modifier.css.snap index 23edd2f2374c..6532df259781 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/modifier.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/modifier.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/px-functional.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/px-functional.css.snap index ed97b0c72cd6..dc35aa20bd2c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/px-functional.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/px-functional.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/simple-utility.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/simple-utility.css.snap index 510d8a62d7a5..c69db9979438 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/simple-utility.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/simple-utility.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/value-literals.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/value-literals.css.snap index e1ad5c1afca3..cf019be01887 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/value-literals.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/value-literals.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-param.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-param.css.snap index 49756cb0b0d9..e8c8052a45f0 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-param.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-param.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-sub-block.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-sub-block.css.snap index 1003f5d8d481..17796835c7f1 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-sub-block.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/utility/with-sub-block.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/variant.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/variant.css.snap index a23b796cca8e..ef47fded3dbe 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/variant.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/tailwind/variant.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/values/number.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/values/number.css.snap index e8b7dfcd26ad..caa70be7fd21 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/values/number.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/values/number.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_css_parser/tests/css_test_suite/ok/values/url_value.css.snap b/crates/biome_css_parser/tests/css_test_suite/ok/values/url_value.css.snap index eff5f510c148..fac49b81879c 100644 --- a/crates/biome_css_parser/tests/css_test_suite/ok/values/url_value.css.snap +++ b/crates/biome_css_parser/tests/css_test_suite/ok/values/url_value.css.snap @@ -2,6 +2,7 @@ source: crates/biome_css_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```css diff --git a/crates/biome_formatter/src/snapshots/formatter_syntax_error.snap b/crates/biome_formatter/src/snapshots/formatter_syntax_error.snap index 14d07f8e5e6d..affbd33ce0f9 100644 --- a/crates/biome_formatter/src/snapshots/formatter_syntax_error.snap +++ b/crates/biome_formatter/src/snapshots/formatter_syntax_error.snap @@ -5,6 +5,3 @@ expression: content example.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Syntax error. - - - diff --git a/crates/biome_formatter/src/snapshots/invalid_document.snap b/crates/biome_formatter/src/snapshots/invalid_document.snap index 02bba812a0f6..915b635d26ad 100644 --- a/crates/biome_formatter/src/snapshots/invalid_document.snap +++ b/crates/biome_formatter/src/snapshots/invalid_document.snap @@ -7,6 +7,3 @@ example.js format INTERNAL ━━━━━━━━━━━━━━━━━ × Invalid document: Expected start tag of kind Align but found start tag of kind ConditionalContent. ! This diagnostic was derived from an internal Biome error. Potential bug, please report it if necessary. - - - diff --git a/crates/biome_formatter/src/snapshots/poor_layout.snap b/crates/biome_formatter/src/snapshots/poor_layout.snap index 42f4a56c9b11..60737157601d 100644 --- a/crates/biome_formatter/src/snapshots/poor_layout.snap +++ b/crates/biome_formatter/src/snapshots/poor_layout.snap @@ -7,6 +7,3 @@ example.js format INTERNAL ━━━━━━━━━━━━━━━━━ × Poor layout: The formatter wasn't able to pick a good layout for your document. ! This diagnostic was derived from an internal Biome error. Potential bug, please report it if necessary. - - - diff --git a/crates/biome_formatter/src/snapshots/range_error.snap b/crates/biome_formatter/src/snapshots/range_error.snap index d1b7c267a541..7fb3a6231dcb 100644 --- a/crates/biome_formatter/src/snapshots/range_error.snap +++ b/crates/biome_formatter/src/snapshots/range_error.snap @@ -5,6 +5,3 @@ expression: content example.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Formatting range 7..10 is larger than syntax tree 0..5 - - - diff --git a/crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql.snap b/crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql.snap index 6f874d14efec..5b1513d9a477 100644 --- a/crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql.snap +++ b/crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql.snap @@ -1,7 +1,6 @@ --- source: crates/biome_graphql_analyze/tests/spec_tests.rs expression: noDuplicatedFields.graphql -snapshot_kind: text --- # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql.snap index 3a3ef8dd9df6..d021e76749a0 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/directive_definition.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql.snap index c78c36cf60d2..548c6110b488 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/enum.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql.snap index e34e85e9443a..6e4ec334cc32 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/enum_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql.snap index c62c239707ce..83df688b8fab 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/fragment.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql.snap index 833dca357064..03a1669b955b 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/input_object.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql.snap index 933ada34f7a9..3db67d44da30 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/input_object_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql.snap index 344a31ed6cb1..c956f53fcf0c 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/interface.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql.snap index 45721bc67c75..9874d511c308 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/interface_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql.snap index 17f6fbf045ef..0e9bc1f19fe4 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/object.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql.snap index 1d8e10c11801..2817dd22ea1f 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/object_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql.snap index b95ae8509e53..dd5e46418bf5 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/scalar.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql.snap index 8245b17de23a..4a96659209a3 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/scalar_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql.snap index e3bc328cce4b..d517b5f248f8 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/schema.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql.snap index 312937521427..c5fa7d72a698 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/schema_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql.snap index ed215bf7875c..ff5169cd89bb 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/union.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql.snap index 4c359a2261be..6ccaeb42bba8 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/union_extension.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql.snap index 5a9b1c87f7db..298d761fee62 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/directive.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql.snap index 67e4ce344cfa..ef3ea415c78b 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/newline_clrf.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql.snap index 6774b9b486b2..a65420d64876 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/object/spacing/global/object_spacing.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql.snap index 1ed514b246b0..1b95aefde5d9 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/object/spacing/object_spacing.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql.snap index f138831a0f80..ad90b17d9af4 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/operation.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql.snap index 7e3342f014d9..59122870a9ed 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/selection_set.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql.snap index 9ff1a23b9098..f86ddd50a874 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/simple.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql.snap index 119063e52a70..a82e51218172 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/suppression.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql.snap index e83f658cb4fd..6e4052aa8b50 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/trailing_newline/simple.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/type.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/type.graphql.snap index 3dd3424af90b..f1dca76fdf14 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/type.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/type.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/type.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/graphql/value.graphql.snap b/crates/biome_graphql_formatter/tests/specs/graphql/value.graphql.snap index 9fa26167c074..9f75a786f2c8 100644 --- a/crates/biome_graphql_formatter/tests/specs/graphql/value.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/graphql/value.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/value.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql.snap b/crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql.snap index 77d98597a481..4962ed976167 100644 --- a/crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/definitions/fields.graphql --- + # Input ```graphql diff --git a/crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql.snap b/crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql.snap index 10bcddeaead6..4be4662491df 100644 --- a/crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql.snap +++ b/crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: graphql/fragment-variables/fragment_variables.graphql --- + # Input ```graphql diff --git a/crates/biome_grit_formatter/tests/specs/grit/bubble.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/bubble.grit.snap index f2e340e215b3..35d2db150de3 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/bubble.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/bubble.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/bubble.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/comments/multifile.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/comments/multifile.grit.snap index 1c79abc9b4d5..3925ddd9ffda 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/comments/multifile.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/comments/multifile.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/comments/multifile.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/comments/top-comments.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/comments/top-comments.grit.snap index 6410885222da..c06d603f9486 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/comments/top-comments.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/comments/top-comments.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/comments/top-comments.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/file_node.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/file_node.grit.snap index b5a77c961cc7..ce5b5f1c886c 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/file_node.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/file_node.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/file_node.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/function_definition.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/function_definition.grit.snap index 115a1be1ec11..87cd0b241587 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/function_definition.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/function_definition.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/function_definition.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/global_suppression.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/global_suppression.grit.snap index 3aa3f8f3772b..39f4cc09153f 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/global_suppression.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/global_suppression.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/global_suppression.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/list.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/list.grit.snap index 0a4d33f1548a..4c3998a9c0c5 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/list.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/list.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/list.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/map.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/map.grit.snap index f30c90e8c67f..7ac0d145409c 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/map.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/map.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/map.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/complex.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/complex.grit.snap index fc2032ca79ce..8372e8b1ad23 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/complex.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/complex.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/complex.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/engine.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/engine.grit.snap index 199d7badb729..856f03a83846 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/engine.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/engine.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/engine.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/go_code.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/go_code.grit.snap index 454953212e7e..e8b01062ec05 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/go_code.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/go_code.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/go_code.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/go_unknown.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/go_unknown.grit.snap index 212873c19280..c1b018dca52b 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/go_unknown.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/go_unknown.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/go_unknown.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/python.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/python.grit.snap index 29d0e9c68835..cb12498fab64 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/python.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/python.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/python.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/react_hooks.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/react_hooks.grit.snap index 1ac5e56919ba..fb1f6f04fb1d 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/react_hooks.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/react_hooks.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/react_hooks.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/marzano/shadow_scope.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/marzano/shadow_scope.grit.snap index eb07057fffd7..5bf3b685104d 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/marzano/shadow_scope.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/marzano/shadow_scope.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/marzano/shadow_scope.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/multifile.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/multifile.grit.snap index b3fa8b576eff..9f8a1d23c42b 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/multifile.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/multifile.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/multifile.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/any.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/any.grit.snap index c54ad530ce11..2b4933ceb669 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/any.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/any.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/any.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/contains.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/contains.grit.snap index 31a4f3cc2359..04c7f1d9f838 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/contains.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/contains.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/contains.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/create_new_files.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/create_new_files.grit.snap index c34d99f4d9f5..d90070796007 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/create_new_files.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/create_new_files.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/create_new_files.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/definition_body.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/definition_body.grit.snap index 45a56eedf920..0c60871451c5 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/definition_body.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/definition_body.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/definition_body.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/file_node.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/file_node.grit.snap index d8fd34e680ba..1fa003e50de9 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/file_node.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/file_node.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/file_node.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/if_else.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/if_else.grit.snap index 3c18daae2073..9ce5831a52b6 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/if_else.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/if_else.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/if_else.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/like.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/like.grit.snap index 01c6d8a5cebc..cdd47a19769a 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/like.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/like.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/like.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/list_pattern.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/list_pattern.grit.snap index 2693e6adb720..4782066aff67 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/list_pattern.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/list_pattern.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/list_pattern.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/or.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/or.grit.snap index f853539c4146..15f4f1526d76 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/or.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/or.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/or.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/orelse.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/orelse.grit.snap index 1fb267853334..c9f3d729661c 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/orelse.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/orelse.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/orelse.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/regex.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/regex.grit.snap index 92ee38da7f44..b7c9214714cd 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/regex.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/regex.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/regex.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/patterns/where_pattern.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/patterns/where_pattern.grit.snap index 7e3672db83e0..3aade4e736ac 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/patterns/where_pattern.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/patterns/where_pattern.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/patterns/where_pattern.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/predicates/and.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/predicates/and.grit.snap index 436c67a46922..9248b656190c 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/predicates/and.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/predicates/and.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/predicates/and.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/predicates/any.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/predicates/any.grit.snap index a6c2c5a5ede5..2fead5b4aa17 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/predicates/any.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/predicates/any.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/predicates/any.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/predicates/assignment.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/predicates/assignment.grit.snap index 0d1f2b9d2220..85bcf11cdb0e 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/predicates/assignment.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/predicates/assignment.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/predicates/assignment.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/predicates/or.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/predicates/or.grit.snap index 7519827fb54b..e509219b4886 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/predicates/or.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/predicates/or.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/predicates/or.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/sequential.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/sequential.grit.snap index 830675e7d579..35f5d268f9a2 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/sequential.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/sequential.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/sequential.grit --- + # Input ```grit diff --git a/crates/biome_grit_formatter/tests/specs/grit/version.grit.snap b/crates/biome_grit_formatter/tests/specs/grit/version.grit.snap index b73fcc2f865d..d9b5c2908528 100644 --- a/crates/biome_grit_formatter/tests/specs/grit/version.grit.snap +++ b/crates/biome_grit_formatter/tests/specs/grit/version.grit.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: grit/version.grit --- + # Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate.grit.snap index 3b8373af248a..10ac007663eb 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate_subject.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate_subject.grit.snap index 4ae6b8d8a91f..56bf54010f09 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate_subject.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/err/invalid_predicate_subject.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause.grit.snap index 8465cfd44168..e9cb87c4bda9 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause_arguments.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause_arguments.grit.snap index 08da17678576..63df3dc7481f 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause_arguments.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/bubble_clause_arguments.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/function_definition.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/function_definition.grit.snap index 2d1653ca2b68..e142ef1897bf 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/function_definition.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/function_definition.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/pattern_definition.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/pattern_definition.grit.snap index 7acd6a271050..a5cd2c3d6c84 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/pattern_definition.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/pattern_definition.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/predicate_definition.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/predicate_definition.grit.snap index 886f880ee7b7..c5d7c37cb042 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/predicate_definition.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/predicate_definition.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/private_pattern.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/private_pattern.grit.snap index 56350cef8abc..06d17df6c612 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/private_pattern.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/private_pattern.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_parser/tests/grit_test_suite/ok/sequential.grit.snap b/crates/biome_grit_parser/tests/grit_test_suite/ok/sequential.grit.snap index 3d9197cf8979..429ee2ead853 100644 --- a/crates/biome_grit_parser/tests/grit_test_suite/ok/sequential.grit.snap +++ b/crates/biome_grit_parser/tests/grit_test_suite/ok/sequential.grit.snap @@ -1,7 +1,6 @@ --- source: crates/biome_grit_parser/tests/spec_test.rs expression: snapshot -snapshot_kind: text --- ## Input ```grit diff --git a/crates/biome_grit_patterns/tests/specs/json/biomeCompatibility.snap b/crates/biome_grit_patterns/tests/specs/json/biomeCompatibility.snap index 9179af893b55..b8d17372fc22 100644 --- a/crates/biome_grit_patterns/tests/specs/json/biomeCompatibility.snap +++ b/crates/biome_grit_patterns/tests/specs/json/biomeCompatibility.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: biomeCompatibility --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/json/matchArray.snap b/crates/biome_grit_patterns/tests/specs/json/matchArray.snap index dd69afc78390..dcdc1601582d 100644 --- a/crates/biome_grit_patterns/tests/specs/json/matchArray.snap +++ b/crates/biome_grit_patterns/tests/specs/json/matchArray.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: matchArray --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/json/matchMember.snap b/crates/biome_grit_patterns/tests/specs/json/matchMember.snap index fc23392dde8a..2a99573eaa19 100644 --- a/crates/biome_grit_patterns/tests/specs/json/matchMember.snap +++ b/crates/biome_grit_patterns/tests/specs/json/matchMember.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: matchMember --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/json/matchObject.snap b/crates/biome_grit_patterns/tests/specs/json/matchObject.snap index 62113b4f30d3..5365efd59bad 100644 --- a/crates/biome_grit_patterns/tests/specs/json/matchObject.snap +++ b/crates/biome_grit_patterns/tests/specs/json/matchObject.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: matchObject --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/json/matchStringValue.snap b/crates/biome_grit_patterns/tests/specs/json/matchStringValue.snap index d5ae3a86d861..2e6855aff36e 100644 --- a/crates/biome_grit_patterns/tests/specs/json/matchStringValue.snap +++ b/crates/biome_grit_patterns/tests/specs/json/matchStringValue.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: matchStringValue --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/json/metavariableSlots.snap b/crates/biome_grit_patterns/tests/specs/json/metavariableSlots.snap index 2167adb36f51..df94949c1233 100644 --- a/crates/biome_grit_patterns/tests/specs/json/metavariableSlots.snap +++ b/crates/biome_grit_patterns/tests/specs/json/metavariableSlots.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: metavariableSlots --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/ts/arrow_function_parameters.snap b/crates/biome_grit_patterns/tests/specs/ts/arrow_function_parameters.snap index ef2ecc40ea61..f6d5e0cf4fce 100644 --- a/crates/biome_grit_patterns/tests/specs/ts/arrow_function_parameters.snap +++ b/crates/biome_grit_patterns/tests/specs/ts/arrow_function_parameters.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: arrow_function_parameters --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/ts/filenameMatch.snap b/crates/biome_grit_patterns/tests/specs/ts/filenameMatch.snap index 5c569a709a84..0bf73a4ba6bb 100644 --- a/crates/biome_grit_patterns/tests/specs/ts/filenameMatch.snap +++ b/crates/biome_grit_patterns/tests/specs/ts/filenameMatch.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: filenameMatch --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/ts/filenameNoMatch.snap b/crates/biome_grit_patterns/tests/specs/ts/filenameNoMatch.snap index d7067509637d..ad25a74f974e 100644 --- a/crates/biome_grit_patterns/tests/specs/ts/filenameNoMatch.snap +++ b/crates/biome_grit_patterns/tests/specs/ts/filenameNoMatch.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: filenameNoMatch --- SnapshotResult { diff --git a/crates/biome_grit_patterns/tests/specs/tsx/jsx_slots.snap b/crates/biome_grit_patterns/tests/specs/tsx/jsx_slots.snap index b49120635be6..3c119e3d51b2 100644 --- a/crates/biome_grit_patterns/tests/specs/tsx/jsx_slots.snap +++ b/crates/biome_grit_patterns/tests/specs/tsx/jsx_slots.snap @@ -1,6 +1,5 @@ --- source: crates/biome_grit_patterns/tests/spec_tests.rs -assertion_line: 94 expression: jsx_slots --- SnapshotResult { diff --git a/crates/biome_html_analyze/tests/specs/nursery/noScriptUrl/valid.html.snap b/crates/biome_html_analyze/tests/specs/nursery/noScriptUrl/valid.html.snap index 030078d7a82a..142f322c2841 100644 --- a/crates/biome_html_analyze/tests/specs/nursery/noScriptUrl/valid.html.snap +++ b/crates/biome_html_analyze/tests/specs/nursery/noScriptUrl/valid.html.snap @@ -1,6 +1,5 @@ --- source: crates/biome_html_analyze/tests/spec_tests.rs -assertion_line: 83 expression: valid.html --- # Input diff --git a/crates/biome_html_formatter/tests/specs/html/astro/component.astro.snap b/crates/biome_html_formatter/tests/specs/html/astro/component.astro.snap index e65084dcdbc1..29e454dd0c90 100644 --- a/crates/biome_html_formatter/tests/specs/html/astro/component.astro.snap +++ b/crates/biome_html_formatter/tests/specs/html/astro/component.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: astro/component.astro --- + # Input ```astro diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/break.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/break.html.snap index 60b819f26bc7..a4d0b9b245ae 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/break.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/break.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/break.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/multiline/break.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/multiline/break.html.snap index f0631c39dcc6..fb2e7f54c9f1 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/multiline/break.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/multiline/break.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/multiline/break.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/multiline/no-break.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/multiline/no-break.html.snap index 6cdbf4147f23..fb08d8635cb1 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/multiline/no-break.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/multiline/no-break.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/multiline/no-break.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/no-break.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/no-break.html.snap index 0f2ac5f575eb..dd7e376f60bd 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/no-break.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/no-break.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/no-break.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/normalize-attr-casing.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/normalize-attr-casing.html.snap index 826712e34518..18a085785854 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/normalize-attr-casing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/normalize-attr-casing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/normalize-attr-casing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/self-closing.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/self-closing.html.snap index 30f6425f8a58..cd2828842007 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/self-closing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/self-closing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/self-closing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/attributes/single-quotes.html.snap b/crates/biome_html_formatter/tests/specs/html/attributes/single-quotes.html.snap index fd59ed0780f5..3d33facdfa6d 100644 --- a/crates/biome_html_formatter/tests/specs/html/attributes/single-quotes.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/attributes/single-quotes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: attributes/single-quotes.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/after-text-inside-div.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/after-text-inside-div.html.snap index f937c3b53af9..0c1d75de9c81 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/after-text-inside-div.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/after-text-inside-div.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/after-text-inside-div.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/after-text.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/after-text.html.snap index ebe466abab43..155a38f2b50d 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/after-text.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/after-text.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/after-text.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/before-text-2.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/before-text-2.html.snap index 65a6bd6662fb..1e349ce056e4 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/before-text-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/before-text-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/before-text-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/before-text-inside-div.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/before-text-inside-div.html.snap index fb913d1caa3e..f39b669dc603 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/before-text-inside-div.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/before-text-inside-div.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/before-text-inside-div.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/before-text.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/before-text.html.snap index 0ff3b2cdc780..65b0369aea68 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/before-text.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/before-text.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/before-text.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/inline-with-block-element.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/inline-with-block-element.html.snap index dc24809ca6c9..3c20fadfeb0a 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/inline-with-block-element.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/inline-with-block-element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/inline-with-block-element.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/inline.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/inline.html.snap index c6d00c6ca3f1..525e8ef8cb2f 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/inline.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/inline.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/inline.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/comments/inside-text.html.snap b/crates/biome_html_formatter/tests/specs/html/comments/inside-text.html.snap index 67fb967db0b4..db19857a4b3f 100644 --- a/crates/biome_html_formatter/tests/specs/html/comments/inside-text.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/comments/inside-text.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: comments/inside-text.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/component-frameworks/astro-component-casing.astro.snap b/crates/biome_html_formatter/tests/specs/html/component-frameworks/astro-component-casing.astro.snap index 05618aefe2ce..b53cefeb66a1 100644 --- a/crates/biome_html_formatter/tests/specs/html/component-frameworks/astro-component-casing.astro.snap +++ b/crates/biome_html_formatter/tests/specs/html/component-frameworks/astro-component-casing.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: component-frameworks/astro-component-casing.astro --- + # Input ```astro diff --git a/crates/biome_html_formatter/tests/specs/html/component-frameworks/html-canonical-lowercasing.html.snap b/crates/biome_html_formatter/tests/specs/html/component-frameworks/html-canonical-lowercasing.html.snap index 37cfce524542..24582a32beeb 100644 --- a/crates/biome_html_formatter/tests/specs/html/component-frameworks/html-canonical-lowercasing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/component-frameworks/html-canonical-lowercasing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: component-frameworks/html-canonical-lowercasing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/component-frameworks/large-self-closing.svelte.snap b/crates/biome_html_formatter/tests/specs/html/component-frameworks/large-self-closing.svelte.snap index 20f11ee9a151..0101397bddee 100644 --- a/crates/biome_html_formatter/tests/specs/html/component-frameworks/large-self-closing.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/component-frameworks/large-self-closing.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: component-frameworks/large-self-closing.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/component-frameworks/svelte-component-casing.svelte.snap b/crates/biome_html_formatter/tests/specs/html/component-frameworks/svelte-component-casing.svelte.snap index 50edc172dde5..62824ea95cbb 100644 --- a/crates/biome_html_formatter/tests/specs/html/component-frameworks/svelte-component-casing.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/component-frameworks/svelte-component-casing.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: component-frameworks/svelte-component-casing.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/component-frameworks/vue-component-casing.vue.snap b/crates/biome_html_formatter/tests/specs/html/component-frameworks/vue-component-casing.vue.snap index 68c90c52537e..b9fcd68ceed1 100644 --- a/crates/biome_html_formatter/tests/specs/html/component-frameworks/vue-component-casing.vue.snap +++ b/crates/biome_html_formatter/tests/specs/html/component-frameworks/vue-component-casing.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: component-frameworks/vue-component-casing.vue --- + # Input ```vue diff --git a/crates/biome_html_formatter/tests/specs/html/content-breaks-when-attr-breaks.html.snap b/crates/biome_html_formatter/tests/specs/html/content-breaks-when-attr-breaks.html.snap index 7ea2c32748ff..8fb8afa6b94f 100644 --- a/crates/biome_html_formatter/tests/specs/html/content-breaks-when-attr-breaks.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/content-breaks-when-attr-breaks.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: content-breaks-when-attr-breaks.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/directive/lowercase.html.snap b/crates/biome_html_formatter/tests/specs/html/directive/lowercase.html.snap index eeafdf8834f9..3eb3cafa3966 100644 --- a/crates/biome_html_formatter/tests/specs/html/directive/lowercase.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/directive/lowercase.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: directive/lowercase.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/directive/uppercase.html.snap b/crates/biome_html_formatter/tests/specs/html/directive/uppercase.html.snap index 9f7bea66bc63..3a5f82d254a8 100644 --- a/crates/biome_html_formatter/tests/specs/html/directive/uppercase.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/directive/uppercase.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: directive/uppercase.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/directive/uppercase2.html.snap b/crates/biome_html_formatter/tests/specs/html/directive/uppercase2.html.snap index 65d72ff4673e..e1d27a10a791 100644 --- a/crates/biome_html_formatter/tests/specs/html/directive/uppercase2.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/directive/uppercase2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: directive/uppercase2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/element.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/element.html.snap index ae2776c71b45..9caab7c1ae34 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/element.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/bracket-same-line/element.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/self-closing.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/self-closing.html.snap index ccba226a123e..aa4043a71d22 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/self-closing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/bracket-same-line/self-closing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/bracket-same-line/self-closing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/empty-extra-lines.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/empty-extra-lines.html.snap index e5a6d3ff181c..5fa48e55c216 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/empty-extra-lines.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/empty-extra-lines.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/empty-extra-lines.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/iframe-allow.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/iframe-allow.html.snap index ba70a360feba..74cf648d2811 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/iframe-allow.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/iframe-allow.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/iframe-allow.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/mixed-block-inline.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/mixed-block-inline.html.snap index 42b5271ce738..071438c6e985 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/mixed-block-inline.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/mixed-block-inline.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/mixed-block-inline.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content-2.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content-2.html.snap index 31374cb3628b..e87d04888d4f 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/tags-dont-hug-content-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content.html.snap index d231bd53ad99..84dce164bb06 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-dont-hug-content.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/tags-dont-hug-content.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-longer-w-attr.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-longer-w-attr.html.snap index dddcd11ec1cc..b785c66f7b88 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-longer-w-attr.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-longer-w-attr.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/tags-hug-content-longer-w-attr.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-w-attr.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-w-attr.html.snap index c800d3a5a4e5..4e65e049c10e 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-w-attr.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content-w-attr.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/tags-hug-content-w-attr.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content.html.snap index 05b176585728..73e4101aa027 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/inline/tags-hug-content.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/inline/tags-hug-content.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/normalize-tag-casing.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/normalize-tag-casing.html.snap index 1bf95264efb4..f2ee36712290 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/normalize-tag-casing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/normalize-tag-casing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/normalize-tag-casing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/pre-with-brackets.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/pre-with-brackets.html.snap index f7309d7e6d77..1208f24d73e1 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/pre-with-brackets.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/pre-with-brackets.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/pre-with-brackets.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/pre-with-braille.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/pre-with-braille.html.snap index fb0baecae299..0d5553eba949 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/pre-with-braille.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/pre-with-braille.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/pre-with-braille.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/pre.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/pre.html.snap index e65b80390521..52c2b4d6cc07 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/pre.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/pre.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/pre.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case0.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case0.html.snap index f7b3b70fe7f9..bb01e639ed45 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case0.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case0.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/spacing/case0.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case1.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case1.html.snap index 3236dbe700a3..75f3fcd886e1 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case1.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case1.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/spacing/case1.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case2.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case2.html.snap index d1c62bc94839..19ea367cd89c 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case2.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/spacing/case2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case3.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case3.html.snap index 5e8ecc806571..9026e6168626 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case3.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case3.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/spacing/case3.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case4.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case4.html.snap index 1202a3e4ab95..9720dffd108f 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/spacing/case4.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/spacing/case4.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/spacing/case4.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/elements/whitespace/ignore/long-content.html.snap b/crates/biome_html_formatter/tests/specs/html/elements/whitespace/ignore/long-content.html.snap index 301a4c7b0ff3..0b5447b81578 100644 --- a/crates/biome_html_formatter/tests/specs/html/elements/whitespace/ignore/long-content.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/elements/whitespace/ignore/long-content.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: elements/whitespace/ignore/long-content.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/embedded/strict-whitespace-sensitivity/sensitive-style.html.snap b/crates/biome_html_formatter/tests/specs/html/embedded/strict-whitespace-sensitivity/sensitive-style.html.snap index 35dbc4c1e3cb..909219e62283 100644 --- a/crates/biome_html_formatter/tests/specs/html/embedded/strict-whitespace-sensitivity/sensitive-style.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/embedded/strict-whitespace-sensitivity/sensitive-style.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: embedded/strict-whitespace-sensitivity/sensitive-style.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/frontmatter.html.snap b/crates/biome_html_formatter/tests/specs/html/frontmatter.html.snap index 516d1cb5ed43..e2c969b660df 100644 --- a/crates/biome_html_formatter/tests/specs/html/frontmatter.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/frontmatter.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: frontmatter.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/long-content.html.snap b/crates/biome_html_formatter/tests/specs/html/long-content.html.snap index e9a2cc11f5b8..691fd1fd5526 100644 --- a/crates/biome_html_formatter/tests/specs/html/long-content.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/long-content.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: long-content.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/long-inline-elements.html.snap b/crates/biome_html_formatter/tests/specs/html/long-inline-elements.html.snap index 91dc8e89cdf7..08a95d007528 100644 --- a/crates/biome_html_formatter/tests/specs/html/long-inline-elements.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/long-inline-elements.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: long-inline-elements.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/many-children.html.snap b/crates/biome_html_formatter/tests/specs/html/many-children.html.snap index 27a2d589d4be..68e48e1f9627 100644 --- a/crates/biome_html_formatter/tests/specs/html/many-children.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/many-children.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: many-children.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/self-closing.html.snap b/crates/biome_html_formatter/tests/specs/html/self-closing.html.snap index 72f68a9fbd69..3bdc370198a8 100644 --- a/crates/biome_html_formatter/tests/specs/html/self-closing.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/self-closing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: self-closing.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/self-closing/always.html.snap b/crates/biome_html_formatter/tests/specs/html/self-closing/always.html.snap index d25eac65d2c9..f2a390350f86 100644 --- a/crates/biome_html_formatter/tests/specs/html/self-closing/always.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/self-closing/always.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: self-closing/always.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/self-closing/never.html.snap b/crates/biome_html_formatter/tests/specs/html/self-closing/never.html.snap index 7122826e58f3..0037c2e90097 100644 --- a/crates/biome_html_formatter/tests/specs/html/self-closing/never.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/self-closing/never.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: self-closing/never.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression-2.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression-2.html.snap index 27e5eb5058f4..6b2824e4c3cb 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/basic-suppression-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression.html.snap index aae850a67f7c..d25c14ff2b34 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/basic-suppression.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/basic-suppression.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/global_suppression.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/global_suppression.html.snap index c0f12abdf8b2..20e754c7c645 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/global_suppression.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/global_suppression.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/global_suppression.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/inline-content.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/inline-content.html.snap index b2d6824152bf..ba17799a58da 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/inline-content.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/inline-content.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/inline-content.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/inline-elements.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/inline-elements.html.snap index bfb618188cce..7b79959ae3e9 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/inline-elements.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/inline-elements.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/inline-elements.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/suppressions/suppress-inside-element.html.snap b/crates/biome_html_formatter/tests/specs/html/suppressions/suppress-inside-element.html.snap index e92d48501a0f..dab737a46af6 100644 --- a/crates/biome_html_formatter/tests/specs/html/suppressions/suppress-inside-element.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/suppressions/suppress-inside-element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: suppressions/suppress-inside-element.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/attach.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/attach.svelte.snap index 4988a1fea1f7..62d149cb75d9 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/attach.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/attach.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/attach.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_array_destructuring.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_array_destructuring.svelte.snap index f7ee03aac99e..cb7b232570b9 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_array_destructuring.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_array_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_array_destructuring.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_basic.svelte.snap index 2cfdb45e123e..baddd68b7cd3 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_catch_only.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_catch_only.svelte.snap index a9d2764c0363..3ed72b56323d 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_catch_only.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_catch_only.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_catch_only.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_complex_expression.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_complex_expression.svelte.snap index dec63d24bcd3..5236ffd22616 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_complex_expression.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_complex_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_complex_expression.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_destructuring.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_destructuring.svelte.snap index f7f5384389bc..276a259d3b09 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_destructuring.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_destructuring.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_dynamic_import.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_dynamic_import.svelte.snap index 86285e0fc771..eddd586e1fc3 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_dynamic_import.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_dynamic_import.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_dynamic_import.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_inline.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_inline.svelte.snap index 556e6c504855..965205accd9d 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_inline.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_inline.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_inline.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_long_expression.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_long_expression.svelte.snap index 142c84d065a2..8f4e9d218e6b 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_long_expression.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_long_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_long_expression.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_multiline.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_multiline.svelte.snap index 285b64019444..0221b7a41090 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_multiline.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_multiline.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_multiline.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_multiple.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_multiple.svelte.snap index a50192650e8e..6560e1acb6f6 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_multiple.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_multiple.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_nested.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_nested.svelte.snap index 5e2cbda8db7c..263cc11fb18b 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_nested.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_nested.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_no_catch.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_no_catch.svelte.snap index 41ab14cd19bc..a627b17c506c 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_no_catch.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_no_catch.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_no_catch.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_one_liner.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_one_liner.svelte.snap index ed309d9ef495..2ce8bf1508ec 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_one_liner.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_one_liner.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_one_liner.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_shorthand.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_shorthand.svelte.snap index 3dd3bf5d9b52..d3e4f8be2d1b 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_shorthand.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_shorthand.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_with_comments.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_with_comments.svelte.snap index 4d202baab76a..a57088305a5d 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_with_comments.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_with_comments.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_with_comments.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/await_with_whitespace.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/await_with_whitespace.svelte.snap index 430788ebc23d..ab31df438b66 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/await_with_whitespace.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/await_with_whitespace.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/await_with_whitespace.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/bind_component.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/bind_component.svelte.snap index 101a064b4a90..fa474bac460c 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/bind_component.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/bind_component.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/bind_component.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/compat_binding.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/compat_binding.svelte.snap index 6be2a3515aa4..17bdbf05572a 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/compat_binding.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/compat_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/compat_binding.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/component.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/component.svelte.snap index 0a72adf541a1..f8635eb9dfca 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/component.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/component.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/component.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/const.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/const.svelte.snap index 403387fefada..6a9567238dff 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/const.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/const.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/const.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/debug.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/debug.svelte.snap index 49fe083d26c4..2392600bd92d 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/debug.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/debug.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/debug.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_bind_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_bind_basic.svelte.snap index 87c65816c246..5d62e5fb261b 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_bind_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_bind_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_bind_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_class_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_class_basic.svelte.snap index 84e3bb8f9e3c..05e366fd90f5 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_class_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_class_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_class_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_multiple.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_multiple.svelte.snap index 6981118cff85..c852da1fcc6a 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_multiple.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_multiple.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_style_important.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_style_important.svelte.snap index b6956f9868ff..a4daccf86bd2 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_style_important.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_style_important.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_style_important.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_transition_modifiers.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_transition_modifiers.svelte.snap index 152cdc7a3d63..fbc44e2e8135 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_transition_modifiers.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_transition_modifiers.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_transition_modifiers.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/directive_use_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/directive_use_basic.svelte.snap index 0d2456f37e44..9c25828a1c6c 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/directive_use_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/directive_use_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/directive_use_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_basic.svelte.snap index 6efec2305afa..60da7b4746b6 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_combinations.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_combinations.svelte.snap index 66b0ddaa7b8b..4e2acc50b754 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_combinations.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_combinations.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_complex_combinations.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_expression.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_expression.svelte.snap index 4a4794448415..f7a9209eea96 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_expression.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_complex_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_complex_expression.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_nested.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_nested.svelte.snap index 8e3e9b3bab4f..cb279d61c3a0 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_nested.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_nested.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_one_liner.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_one_liner.svelte.snap index f83a967b4354..225786a0850c 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_one_liner.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_one_liner.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_one_liner.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_destructuring.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_destructuring.svelte.snap index 27a334ac4cfa..d257d2f95886 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_destructuring.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_destructuring.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_else.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_else.svelte.snap index 88532a3bfcec..95267d89b331 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_else.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_else.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index.svelte.snap index d30d1dcfc6de..5f5ebf148aa5 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_index.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index_and_key.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index_and_key.svelte.snap index 226211a369ae..cc4185ba40fc 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index_and_key.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_index_and_key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_index_and_key.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_key.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_key.svelte.snap index 3a5b2c6d746d..1e836314bdc6 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_key.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_key.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_whitespace.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_whitespace.svelte.snap index a524dbe1fb10..fa2cacdae9dc 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/each_with_whitespace.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/each_with_whitespace.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/each_with_whitespace.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/html.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/html.svelte.snap index a538c04da9b8..3ee050aa09ea 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/html.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/html.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/html.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/if.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/if.svelte.snap index 435bb2caab66..b60ff114fc13 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/if.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/if.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/if.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/if_else.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/if_else.svelte.snap index c6f5fe6e191f..03309520104d 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/if_else.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/if_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/if_else.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/if_else_if_else.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/if_else_if_else.svelte.snap index 0c097e8f9576..ef86651501ba 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/if_else_if_else.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/if_else_if_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/if_else_if_else.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/if_nested.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/if_nested.svelte.snap index e9dd57061aac..a895a9978ebf 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/if_nested.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/if_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/if_nested.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/issue_8515.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/issue_8515.svelte.snap index 6f819de445b0..b6560c0a62af 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/issue_8515.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/issue_8515.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/issue_8515.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/key.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/key.svelte.snap index ae2bf3d53f37..6d64078d323f 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/key.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/key.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/render.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/render.svelte.snap index ba58f6fc2597..f68ddec79d69 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/render.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/render.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/render.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_basic.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_basic.svelte.snap index adb68e0f78c0..1308b126abfc 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_basic.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/snippet_basic.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_nested.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_nested.svelte.snap index 3f29aebd1fe4..ae89c1b446f9 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_nested.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/snippet_nested.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_with_whitespace.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_with_whitespace.svelte.snap index e3c796e13f67..091dab112656 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/snippet_with_whitespace.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/snippet_with_whitespace.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/snippet_with_whitespace.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584-w-newline.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584-w-newline.svelte.snap index 5bf436778059..8a7eeda579f5 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584-w-newline.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584-w-newline.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/whitespace/issue-8584-w-newline.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584.svelte.snap b/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584.svelte.snap index e01be564bc9a..c01bf0ee3e3f 100644 --- a/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584.svelte.snap +++ b/crates/biome_html_formatter/tests/specs/html/svelte/whitespace/issue-8584.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: svelte/whitespace/issue-8584.svelte --- + # Input ```svelte diff --git a/crates/biome_html_formatter/tests/specs/html/text_expressions/expressions.vue.snap b/crates/biome_html_formatter/tests/specs/html/text_expressions/expressions.vue.snap index 167d529d6125..4b832a4434af 100644 --- a/crates/biome_html_formatter/tests/specs/html/text_expressions/expressions.vue.snap +++ b/crates/biome_html_formatter/tests/specs/html/text_expressions/expressions.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: text_expressions/expressions.vue --- + # Input ```vue diff --git a/crates/biome_html_formatter/tests/specs/html/trailing_newline/simple.html.snap b/crates/biome_html_formatter/tests/specs/html/trailing_newline/simple.html.snap index 96ae2ac6b1e7..a54b233e5cba 100644 --- a/crates/biome_html_formatter/tests/specs/html/trailing_newline/simple.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/trailing_newline/simple.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: trailing_newline/simple.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/vue/component.vue.snap b/crates/biome_html_formatter/tests/specs/html/vue/component.vue.snap index f034ea2467f5..9e05afd82d26 100644 --- a/crates/biome_html_formatter/tests/specs/html/vue/component.vue.snap +++ b/crates/biome_html_formatter/tests/specs/html/vue/component.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/component.vue --- + # Input ```vue diff --git a/crates/biome_html_formatter/tests/specs/html/vue/event-with-colon.vue.snap b/crates/biome_html_formatter/tests/specs/html/vue/event-with-colon.vue.snap index 26cdccf5283d..d775e3fd8e51 100644 --- a/crates/biome_html_formatter/tests/specs/html/vue/event-with-colon.vue.snap +++ b/crates/biome_html_formatter/tests/specs/html/vue/event-with-colon.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/event-with-colon.vue --- + # Input ```vue diff --git a/crates/biome_html_formatter/tests/specs/html/vue/issue-8174.vue.snap b/crates/biome_html_formatter/tests/specs/html/vue/issue-8174.vue.snap index f0fcc6c5272c..1393c4e37bc5 100644 --- a/crates/biome_html_formatter/tests/specs/html/vue/issue-8174.vue.snap +++ b/crates/biome_html_formatter/tests/specs/html/vue/issue-8174.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/issue-8174.vue --- + # Input ```vue diff --git a/crates/biome_html_formatter/tests/specs/html/whitespace/force-break-nontext-and-non-sensitive-sibling.html.snap b/crates/biome_html_formatter/tests/specs/html/whitespace/force-break-nontext-and-non-sensitive-sibling.html.snap index c97479689f70..b81f9b0681d1 100644 --- a/crates/biome_html_formatter/tests/specs/html/whitespace/force-break-nontext-and-non-sensitive-sibling.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/whitespace/force-break-nontext-and-non-sensitive-sibling.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: whitespace/force-break-nontext-and-non-sensitive-sibling.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/whitespace/no-break-display-none.html.snap b/crates/biome_html_formatter/tests/specs/html/whitespace/no-break-display-none.html.snap index 41a73c16e63a..c83aff9a4ac2 100644 --- a/crates/biome_html_formatter/tests/specs/html/whitespace/no-break-display-none.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/whitespace/no-break-display-none.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: whitespace/no-break-display-none.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-newline-after-element.html.snap b/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-newline-after-element.html.snap index 4291ce7c1a6a..70b3a9f20039 100644 --- a/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-newline-after-element.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-newline-after-element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: whitespace/preserve-newline-after-element.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-space-after-element.html.snap b/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-space-after-element.html.snap index cd6025fe80d1..cbbf2c56e844 100644 --- a/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-space-after-element.html.snap +++ b/crates/biome_html_formatter/tests/specs/html/whitespace/preserve-space-after-element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: whitespace/preserve-space-after-element.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/attributes.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/attributes.html.snap index a6ffd8529af0..85ed1363941d 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/attributes.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/attributes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/attributes.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-bem1.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-bem1.html.snap index 727990ff0cda..b5eae734450b 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-bem1.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-bem1.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/class-bem1.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-names.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-names.html.snap index 3222a6925921..b23346169095 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-names.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/class-names.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/class-names.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/event-attributes.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/event-attributes.html.snap index f50d98d6277f..28405460cd2c 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/event-attributes.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/event-attributes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/event-attributes.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/allow-attribute.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/allow-attribute.html.snap index b1dae27877e7..f920cc7c4855 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/allow-attribute.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/allow-attribute.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/iframe-allow-attribute/allow-attribute.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/small-print-width/allow-attribute.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/small-print-width/allow-attribute.html.snap index a78966c4980b..d77de9c6fa4d 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/small-print-width/allow-attribute.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/iframe-allow-attribute/small-print-width/allow-attribute.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/iframe-allow-attribute/small-print-width/allow-attribute.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/smart-quotes.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/smart-quotes.html.snap index eafb8acfe2fe..f5eda5b66093 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/smart-quotes.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/smart-quotes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/smart-quotes.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/srcset.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/srcset.html.snap index aa0d31ae2022..42879cbf04ef 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/srcset.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/srcset.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/srcset.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/style.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/style.html.snap index 44d89779eefc..a46828cea26c 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/attributes/style.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/attributes/style.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/attributes/style.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/basics/comment.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/basics/comment.html.snap index dff88a3b2bcf..ce70743560b8 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/basics/comment.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/basics/comment.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/basics/comment.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/basics/hello-world.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/basics/hello-world.html.snap index 63f73fbe14db..7463bedabd56 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/basics/hello-world.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/basics/hello-world.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/basics/hello-world.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/basics/html5-boilerplate.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/basics/html5-boilerplate.html.snap index 455cf2a70b1d..54de48ec1d7a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/basics/html5-boilerplate.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/basics/html5-boilerplate.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/basics/html5-boilerplate.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/basics/void-elements-2.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/basics/void-elements-2.html.snap index 3f04913b71d2..bf13b98abf74 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/basics/void-elements-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/basics/void-elements-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/basics/void-elements-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/basics/with-colon.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/basics/with-colon.html.snap index 33ba9e236eca..86298e49d6e2 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/basics/with-colon.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/basics/with-colon.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/basics/with-colon.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/embed.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/embed.html.snap index 5635b6a01b5b..cd3ac7a025b9 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/embed.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/embed.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/bracket-same-line/embed.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/void-elements.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/void-elements.html.snap index 9e98cdcc1f9a..561a7a5d91e4 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/void-elements.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/bracket-same-line/void-elements.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/bracket-same-line/void-elements.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/case/case.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/case/case.html.snap index 388cf125dc64..26502e79f112 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/case/case.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/case/case.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/case/case.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/cdata/example.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/cdata/example.html.snap index 1faeb95e1b4b..1382b488b8de 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/cdata/example.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/cdata/example.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/cdata/example.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/comments/bogus.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/comments/bogus.html.snap index e1a4c07425e4..1345c1b17d2d 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/comments/bogus.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/comments/bogus.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/comments/bogus.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/comments/conditional.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/comments/conditional.html.snap index a94fcc828236..cbf95509e138 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/comments/conditional.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/comments/conditional.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/comments/conditional.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/comments/for_debugging.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/comments/for_debugging.html.snap index ecb1dfe2972b..02ef221a75f7 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/comments/for_debugging.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/comments/for_debugging.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/comments/for_debugging.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/comments/hidden.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/comments/hidden.html.snap index 7e7c242e14f9..882065c37c35 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/comments/hidden.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/comments/hidden.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/comments/hidden.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/less.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/less.html.snap index 33efd24fd57e..eed3202a65f9 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/less.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/less.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/less.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/mj-style.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/mj-style.html.snap index 45fb58507192..5d9838ba7546 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/mj-style.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/mj-style.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/mj-style.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/postcss.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/postcss.html.snap index 7ee539ef4633..be90b0290267 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/postcss.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/postcss.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/postcss.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/scss.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/scss.html.snap index ef07ce54b010..117b3cf2cbfb 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/scss.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/scss.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/scss.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/simple.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/simple.html.snap index 50f170416e00..276c17203964 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/simple.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/simple.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/simple.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/css/single-style.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/css/single-style.html.snap index 8791afbdfa14..f0664514c9ff 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/css/single-style.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/css/single-style.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/css/single-style.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/html5.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/html5.html.snap index 869a9bcde249..7f64c30ef371 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/html5.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/html5.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/doctype_declarations/html5.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/xhtml1.1.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/xhtml1.1.html.snap index 439b2d47a17b..7b911b79282a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/xhtml1.1.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/doctype_declarations/xhtml1.1.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/doctype_declarations/xhtml1.1.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/handlebars-venerable/template.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/handlebars-venerable/template.html.snap index 02aa675120f0..cc593296ea16 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/handlebars-venerable/template.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/handlebars-venerable/template.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/handlebars-venerable/template.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/js.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/js.html.snap index fbc53055e579..6889393c4495 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/js.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/js.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/js.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/simple.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/simple.html.snap index c907ec07b3dc..17ec87906ffe 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/simple.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/simple.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/simple.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/single-script.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/single-script.html.snap index 6ec5a99beaf4..350c585c6182 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/single-script.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/single-script.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/single-script.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/something-else.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/something-else.html.snap index 1508d8d81716..483e20700cc3 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/something-else.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/something-else.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/something-else.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/template-literal.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/template-literal.html.snap index 0e9c3a8b9401..432a45dacb58 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/template-literal.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/template-literal.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/template-literal.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/js/typescript.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/js/typescript.html.snap index ae1d2b4a6091..314ec3a762b1 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/js/typescript.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/js/typescript.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/js/typescript.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/magic_comments/display.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/magic_comments/display.html.snap index 001b8854ebfc..1e451ae6ae09 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/magic_comments/display.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/magic_comments/display.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/magic_comments/display.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/css/html-with-css-style.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/css/html-with-css-style.html.snap index aed20c74c4e9..a8ff6feb6904 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/css/html-with-css-style.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/css/html-with-css-style.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/css/html-with-css-style.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/html-with-js-script.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/html-with-js-script.html.snap index c2c38ebcc58a..ec835b8fd924 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/html-with-js-script.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/html-with-js-script.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/js/html-with-js-script.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/script-tag-escaping.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/script-tag-escaping.html.snap index c1d114c483b1..b5a2749368d6 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/script-tag-escaping.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/js/script-tag-escaping.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/js/script-tag-escaping.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/markdown/html-with-markdown-script.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/markdown/html-with-markdown-script.html.snap index dc930e0d05a1..c1eece60757c 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/markdown/html-with-markdown-script.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/markdown/html-with-markdown-script.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/markdown/html-with-markdown-script.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/ts/html-with-ts-script.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/ts/html-with-ts-script.html.snap index 9c8a3d0b5ce5..fbec1ff9332a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/ts/html-with-ts-script.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/ts/html-with-ts-script.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/ts/html-with-ts-script.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/unknown/unknown-lang.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/unknown/unknown-lang.html.snap index 9c4ef9144be2..fedaf475ef9c 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/unknown/unknown-lang.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/multiparser/unknown/unknown-lang.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/multiparser/unknown/unknown-lang.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/next_empty_line/standalone-end-marker.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/next_empty_line/standalone-end-marker.html.snap index 1954324f59b9..0c043368f12b 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/next_empty_line/standalone-end-marker.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/next_empty_line/standalone-end-marker.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/next_empty_line/standalone-end-marker.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/cases.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/cases.html.snap index ee816e184330..26a177abaeec 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/cases.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/cases.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/prettier_ignore/cases.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/issue-15738.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/issue-15738.html.snap index 7e0c22fd22f3..7a44445c8db1 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/issue-15738.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/issue-15738.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/prettier_ignore/issue-15738.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/long_lines.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/long_lines.html.snap index d95ce473bb11..0a08528ef50a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/long_lines.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/long_lines.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/prettier_ignore/long_lines.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/unclosed2.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/unclosed2.html.snap index ac503c88bef1..67fcdaec7230 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/unclosed2.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/prettier_ignore/unclosed2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/prettier_ignore/unclosed2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/script/babel.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/script/babel.html.snap index 94e350b9cf2a..fba501521c53 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/script/babel.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/script/babel.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/script/babel.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/script/legacy.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/script/legacy.html.snap index 16b6306103c2..64c393958d78 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/script/legacy.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/script/legacy.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/script/legacy.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/script/module.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/script/module.html.snap index 235950d6c352..7e3c1b734349 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/script/module.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/script/module.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/script/module.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/script/script.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/script/script.html.snap index 180f03a3d2d8..38c1cf13bf12 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/script/script.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/script/script.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/script/script.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/svg/embeded/svg.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/svg/embeded/svg.html.snap index b9a400bf3c8e..fa04f812eab9 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/svg/embeded/svg.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/svg/embeded/svg.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/svg/embeded/svg.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/svg/svg.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/svg/svg.html.snap index 22b491683113..91b75b50d816 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/svg/svg.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/svg/svg.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/svg/svg.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/marquee.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/marquee.html.snap index 0f4ab1971bcd..a006170f5fcc 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/marquee.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/marquee.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/marquee.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/object-prototype-properties/object-prototype-properties.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/object-prototype-properties/object-prototype-properties.html.snap index e0cf63dde07e..e5a30abb044a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/object-prototype-properties/object-prototype-properties.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/object-prototype-properties/object-prototype-properties.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/object-prototype-properties/object-prototype-properties.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/pre.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/pre.html.snap index 0d6a2f009c14..b7ba7784bca2 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/pre.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/pre.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/pre.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/seach.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/seach.html.snap index d398f7ff3570..e0ccf7357863 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/seach.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/seach.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/seach.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags.html.snap index 1cc2ac817be9..1398bcde02d6 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/tags.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags2.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags2.html.snap index f876130207f8..7fec066bf476 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags2.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/tags2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/tags2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/tags/textarea.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/tags/textarea.html.snap index 190092ad4e09..5b5706ef720f 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/tags/textarea.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/tags/textarea.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/tags/textarea.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/text/tag-should-in-fill.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/text/tag-should-in-fill.html.snap index d69090724d4e..7145943c2b9f 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/text/tag-should-in-fill.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/text/tag-should-in-fill.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/text/tag-should-in-fill.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-inline-block.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-inline-block.html.snap index c2589d6498f4..22ffd19919dd 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-inline-block.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-inline-block.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/whitespace/display-inline-block.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-none.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-none.html.snap index 50b4859c6c45..2ef099181042 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-none.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/display-none.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/whitespace/display-none.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/fill.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/fill.html.snap index 081a25fda679..50b7948c0de8 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/fill.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/fill.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/whitespace/fill.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/nested-inline-without-whitespace.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/nested-inline-without-whitespace.html.snap index fc0599255d68..c15ac854427c 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/nested-inline-without-whitespace.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/whitespace/nested-inline-without-whitespace.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/whitespace/nested-inline-without-whitespace.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/html/yaml/yaml.html.snap b/crates/biome_html_formatter/tests/specs/prettier/html/yaml/yaml.html.snap index 0e0f60203cb3..1f99be593582 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/html/yaml/yaml.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/html/yaml/yaml.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: html/yaml/yaml.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/bracket-same-line/vue.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/bracket-same-line/vue.html.snap index 6a69553cf871..3781128f692d 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/bracket-same-line/vue.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/bracket-same-line/vue.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/bracket-same-line/vue.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/elastic-header.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/elastic-header.html.snap index 55c3f2c6355d..ba9b90d09a8a 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/elastic-header.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/elastic-header.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/html-vue/elastic-header.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/hello-world.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/hello-world.html.snap index 2b15625d878f..671463c2f948 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/hello-world.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/hello-world.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/html-vue/hello-world.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-2.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-2.html.snap index 0a83546ce9cc..f45aa07471e0 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/html-vue/upper-case-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-2.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-2.html.snap index 59ec96194f99..91b2039d2fd4 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-2.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/html-vue/upper-case-html-tag-2.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-4.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-4.html.snap index 0001e555a839..fa9cc9d10ecc 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-4.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/html-vue/upper-case-html-tag-4.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/html-vue/upper-case-html-tag-4.html --- + # Input ```html diff --git a/crates/biome_html_formatter/tests/specs/prettier/vue/vue/template-dom.html.snap b/crates/biome_html_formatter/tests/specs/prettier/vue/vue/template-dom.html.snap index f1eead2511b8..5aa60fe007df 100644 --- a/crates/biome_html_formatter/tests/specs/prettier/vue/vue/template-dom.html.snap +++ b/crates/biome_html_formatter/tests/specs/prettier/vue/vue/template-dom.html.snap @@ -2,6 +2,7 @@ source: crates/biome_formatter_test/src/snapshot_builder.rs info: vue/vue/template-dom.html --- + # Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/astro/attribute_expression.astro.snap b/crates/biome_html_parser/tests/html_specs/error/astro/attribute_expression.astro.snap index e4f647274404..a0eae127f16a 100644 --- a/crates/biome_html_parser/tests/html_specs/error/astro/attribute_expression.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/error/astro/attribute_expression.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/error/astro/missing_fence.astro.snap b/crates/biome_html_parser/tests/html_specs/error/astro/missing_fence.astro.snap index 8954e097ddf3..9bb782dbf113 100644 --- a/crates/biome_html_parser/tests/html_specs/error/astro/missing_fence.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/error/astro/missing_fence.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/error/astro/nested_expression.astro.snap b/crates/biome_html_parser/tests/html_specs/error/astro/nested_expression.astro.snap index 627f19356f45..ccb79413d752 100644 --- a/crates/biome_html_parser/tests/html_specs/error/astro/nested_expression.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/error/astro/nested_expression.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/error/astro/spread.astro.snap b/crates/biome_html_parser/tests/html_specs/error/astro/spread.astro.snap index cb7975395ff6..8afdc34938a2 100644 --- a/crates/biome_html_parser/tests/html_specs/error/astro/spread.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/error/astro/spread.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value1.html.snap b/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value1.html.snap index 394381eb0628..81b21f9c1c17 100644 --- a/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value1.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value1.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value2.html.snap b/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value2.html.snap index 8c743db80739..58d3e08d855d 100644 --- a/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/attributes/invalid-unquoted-value2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/attributes/missing-initializer.html.snap b/crates/biome_html_parser/tests/html_specs/error/attributes/missing-initializer.html.snap index 7319c970bf1d..63a7790439cd 100644 --- a/crates/biome_html_parser/tests/html_specs/error/attributes/missing-initializer.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/attributes/missing-initializer.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/br-with-end.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/br-with-end.html.snap index e06ebfe813fd..3911b10e47f6 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/br-with-end.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/br-with-end.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/child-no-tag-name.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/child-no-tag-name.html.snap index f9624b3ad780..9b64f624c6df 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/child-no-tag-name.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/child-no-tag-name.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag-2.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag-2.html.snap index e33ea04fdce8..c0551b504811 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag-2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag-2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag.html.snap index 8353d8914f63..411369100284 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/missing-close-tag.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/missing-element-name.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/missing-element-name.html.snap index 25aaca1881b2..bdebba1b4e75 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/missing-element-name.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/missing-element-name.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/solo-no-tag-name.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/solo-no-tag-name.html.snap index 44b5ec329a8a..bc459fd46b48 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/solo-no-tag-name.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/solo-no-tag-name.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/element/tag-name-starts-with-digit.html.snap b/crates/biome_html_parser/tests/html_specs/error/element/tag-name-starts-with-digit.html.snap index 24b93ce85cce..a57e4ac46cab 100644 --- a/crates/biome_html_parser/tests/html_specs/error/element/tag-name-starts-with-digit.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/element/tag-name-starts-with-digit.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/frontmatter.html.snap b/crates/biome_html_parser/tests/html_specs/error/frontmatter.html.snap index 1e2dcdaa09f7..3732c1097948 100644 --- a/crates/biome_html_parser/tests/html_specs/error/frontmatter.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/frontmatter.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/frontmatter_bogus.html.snap b/crates/biome_html_parser/tests/html_specs/error/frontmatter_bogus.html.snap index 15f2d3a8b118..d8d52ef85a4b 100644 --- a/crates/biome_html_parser/tests/html_specs/error/frontmatter_bogus.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/frontmatter_bogus.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/interpolation-attributes.html.snap b/crates/biome_html_parser/tests/html_specs/error/interpolation-attributes.html.snap index 503ecf4b6e79..e478f5894aea 100644 --- a/crates/biome_html_parser/tests/html_specs/error/interpolation-attributes.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/interpolation-attributes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/interpolation.html.snap b/crates/biome_html_parser/tests/html_specs/error/interpolation.html.snap index 34d0c7489b73..be5ff3fdb891 100644 --- a/crates/biome_html_parser/tests/html_specs/error/interpolation.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/interpolation.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/attach.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/attach.svelte.snap index 45357509a0b3..c57e3fb57323 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/attach.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/attach.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_before_then.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_before_then.svelte.snap index 6825e5bd8499..2b30bcf50f77 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_before_then.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_before_then.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_only_missing_binding.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_only_missing_binding.svelte.snap index 7a2c3152e82a..3562ffe3a969 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_only_missing_binding.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_catch_only_missing_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_catch.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_catch.svelte.snap index f50ffe2ec57b..998d030adc92 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_catch.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_catch.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_then.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_then.svelte.snap index a13dff89f82a..163c3851c1f3 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_then.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_duplicate_then.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_catch_only_with_clause.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_catch_only_with_clause.svelte.snap index 014d85da8dac..363b9d1e91cc 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_catch_only_with_clause.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_catch_only_with_clause.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_shorthand_with_clause.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_shorthand_with_clause.svelte.snap index e056cbee23cd..b6d15915c1f0 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_shorthand_with_clause.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_invalid_shorthand_with_clause.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_catch_binding.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_catch_binding.svelte.snap index d8b3cffac3a2..91cd7c2f50cd 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_catch_binding.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_catch_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_close.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_close.svelte.snap index fdbb3a1579ba..11cf6c5f70eb 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_close.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_close.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_expression.svelte.snap index 2f4c80e83cb1..c539e5c7c09a 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_then_binding.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_then_binding.svelte.snap index 59ce2d290ba5..975a3aa16e22 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_then_binding.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_missing_then_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_shorthand_missing_binding.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_shorthand_missing_binding.svelte.snap index b43120c50e65..935fa8c089bd 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_shorthand_missing_binding.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_shorthand_missing_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/await_unclosed.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/await_unclosed.svelte.snap index b4b6161ebcea..b47ebe351663 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/await_unclosed.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/await_unclosed.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/const.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/const.svelte.snap index ff8576eca6e7..53c4f7bdfae8 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/const.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/const.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/debug-trailing-comma.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/debug-trailing-comma.svelte.snap index 8cd332c8d57e..c30919e845b6 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/debug-trailing-comma.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/debug-trailing-comma.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/debug.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/debug.svelte.snap index fe5ffaf259e7..4cb4eb69668e 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/debug.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/debug.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_invalid_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_invalid_params.svelte.snap index 2db27be6f103..f3d5e16d5a5c 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_invalid_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_invalid_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_missing_name.svelte.snap index 62bd1615ae8b..ab699c67ee92 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/animate_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_incomplete_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_incomplete_expression.svelte.snap index d5475af946f1..c4c03616e334 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_incomplete_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_incomplete_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_invalid_syntax.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_invalid_syntax.svelte.snap index 996b16e24d65..c3ec38160336 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_invalid_syntax.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/bind_invalid_syntax.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_invalid_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_invalid_expression.svelte.snap index 9887568df285..702d8b0a95fc 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_invalid_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_invalid_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_missing_name.svelte.snap index ab4bdca86e72..38acdb7d4b6a 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/class_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_invalid_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_invalid_params.svelte.snap index 153fb134f30e..9a9feb8c1545 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_invalid_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_invalid_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_missing_name.svelte.snap index ad23ee9c043b..234e0561d5f8 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/in_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_invalid_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_invalid_params.svelte.snap index 129d5b2b27f1..5e73501f5351 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_invalid_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_invalid_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_missing_name.svelte.snap index d3f3d91198d0..b54184dd5a0f 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/out_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_incomplete_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_incomplete_expression.svelte.snap index cd1fe7d0a149..c077f7c74a72 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_incomplete_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_incomplete_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_missing_property.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_missing_property.svelte.snap index 244cc879d3db..647c56b83e2f 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_missing_property.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/style_missing_property.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_incomplete_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_incomplete_params.svelte.snap index 4c24b191fe38..5a350f93f351 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_incomplete_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_incomplete_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_missing_name.svelte.snap index b36ba933b56d..e0183adecb96 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_modifier_only.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_modifier_only.svelte.snap index bce0ca95ceed..e04e024020b7 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_modifier_only.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/transition_modifier_only.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_invalid_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_invalid_expression.svelte.snap index 0bdf9b02a599..902f04a6b431 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_invalid_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_invalid_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_missing_name.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_missing_name.svelte.snap index 04f2272346f5..1a15d5c01c32 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_missing_name.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/directives/use_missing_name.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_as.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_as.svelte.snap index ca93fb0a4ac0..302545e4fa78 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_as.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_as.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_binding.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_binding.svelte.snap index 0ef2263b285e..3098ef1d52b8 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_binding.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_binding.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_closing_paren.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_closing_paren.svelte.snap index 653205d2c0c3..70d38e34c66d 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_closing_paren.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_closing_paren.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_expression.svelte.snap index 61d3fffda749..9eae35ccc45c 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/each_missing_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/each_unclosed.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/each_unclosed.svelte.snap index 4deb76cccf21..4ef66d8923c9 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/each_unclosed.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/each_unclosed.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/html.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/html.svelte.snap index 0e8d474461a8..de81bb46c3f5 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/html.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/html.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/invalid_curly_in_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/invalid_curly_in_expression.svelte.snap index dc1f0017c572..604f37b868ef 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/invalid_curly_in_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/invalid_curly_in_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_close.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_close.svelte.snap index f11c50004a0c..4c47cd3d8a8b 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_close.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_close.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_expression.svelte.snap index 9eada158d155..cae113c73ddd 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/key_missing_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/render.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/render.svelte.snap index b06a68e0d408..1afd7a32e41c 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/render.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/render.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_missing_close.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_missing_close.svelte.snap index dac7ff7f3191..3a33dd385215 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_missing_close.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_missing_close.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_unclosed.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_unclosed.svelte.snap index 26ae868da492..5a3d0203ed0d 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_unclosed.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/snippet_unclosed.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/svelte/spread.svelte.snap b/crates/biome_html_parser/tests/html_specs/error/svelte/spread.svelte.snap index 57932e17da63..af1eba09e508 100644 --- a/crates/biome_html_parser/tests/html_specs/error/svelte/spread.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/error/svelte/spread.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-5450.html.snap b/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-5450.html.snap index e8092f90379d..e0c0c0e5f204 100644 --- a/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-5450.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-5450.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-8605.html.snap b/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-8605.html.snap index 09535fff6637..497112255a1f 100644 --- a/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-8605.html.snap +++ b/crates/biome_html_parser/tests/html_specs/error/template-langs/django/issue-8605.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-bind-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-bind-shorthand.vue.snap index 19ab02aace6f..a9e2087c521a 100644 --- a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-bind-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-bind-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-on-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-on-shorthand.vue.snap index 23ae97f2faa7..2794c05e4731 100644 --- a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-on-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-on-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-slot-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-slot-shorthand.vue.snap index 56f980c48eb4..5e4dbaa016ba 100644 --- a/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-slot-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/error/vue/invalid-v-slot-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/error/vue/vue_unclosed_expression.vue.snap b/crates/biome_html_parser/tests/html_specs/error/vue/vue_unclosed_expression.vue.snap index 57e77718bd05..6b63eb7ea136 100644 --- a/crates/biome_html_parser/tests/html_specs/error/vue/vue_unclosed_expression.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/error/vue/vue_unclosed_expression.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/attribute_expression.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/attribute_expression.astro.snap index ee093158ed0d..e6e9a226e911 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/attribute_expression.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/attribute_expression.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/comment_in_frontmatter.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/comment_in_frontmatter.astro.snap index 3cfc52d7ce00..9f649df01f41 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/comment_in_frontmatter.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/comment_in_frontmatter.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/component.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/component.astro.snap index 6af16818ab31..f293ece42af7 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/component.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/component.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/component_member.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/component_member.astro.snap index 1555cb0c858b..af4ae631349e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/component_member.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/component_member.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/component_member_nested.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/component_member_nested.astro.snap index 06cf40aba49c..a5dba5e680fc 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/component_member_nested.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/component_member_nested.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/component_with_attributes.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/component_with_attributes.astro.snap index 5dd9fb78ba11..1c71ab280134 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/component_with_attributes.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/component_with_attributes.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/empty_frontmatter.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/empty_frontmatter.astro.snap index 0721e8f5b6b2..98f20ae2acf5 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/empty_frontmatter.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/empty_frontmatter.astro.snap @@ -1,8 +1,8 @@ --- source: crates/biome_html_parser/tests/spec_test.rs -assertion_line: 138 expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/frontmatter_in_quotes.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/frontmatter_in_quotes.astro.snap index 0c7a73f02c18..b743bb37b216 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/frontmatter_in_quotes.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/frontmatter_in_quotes.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/issue_7837.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/issue_7837.astro.snap index 6e69b3c1a450..f87a934bd733 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/issue_7837.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/issue_7837.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/multiple_nested_expression.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/multiple_nested_expression.astro.snap index e39e1abd36d6..54787833c714 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/multiple_nested_expression.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/multiple_nested_expression.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/nested_expression.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/nested_expression.astro.snap index ce3e1ef036fb..d8d9edff9534 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/nested_expression.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/nested_expression.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/no_fence.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/no_fence.astro.snap index 5e609dc76ad7..ab4ff42fffe5 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/no_fence.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/no_fence.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/spread.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/spread.astro.snap index e60f34126fe1..4e6aeaa86924 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/spread.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/spread.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/astro/with_fence.astro.snap b/crates/biome_html_parser/tests/html_specs/ok/astro/with_fence.astro.snap index fa935d16080e..cbd017904c04 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/astro/with_fence.astro.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/astro/with_fence.astro.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```astro diff --git a/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes-unquoted.html.snap b/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes-unquoted.html.snap index f2a86827ed09..bcfc3fc571ad 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes-unquoted.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes-unquoted.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes.html.snap b/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes.html.snap index 208048ef804b..a7eec7b0497d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/attributes/attributes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attribute-value.html.snap b/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attribute-value.html.snap index 133e0fadb3d6..b0ce896cdfb8 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attribute-value.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attribute-value.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attributes.html.snap b/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attributes.html.snap index 6e3444ebafb6..5968b22d1984 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attributes.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/attributes/multiline-attributes.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/bom.html.snap b/crates/biome_html_parser/tests/html_specs/ok/bom.html.snap index 92a48c087871..efa654603719 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/bom.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/bom.html.snap @@ -1,8 +1,8 @@ --- source: crates/biome_html_parser/tests/spec_test.rs -assertion_line: 138 expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/cdata.html.snap b/crates/biome_html_parser/tests/html_specs/ok/cdata.html.snap index 7b2cb711c2be..6c390d71ba36 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/cdata.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/cdata.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/comment-inline.html.snap b/crates/biome_html_parser/tests/html_specs/ok/comment-inline.html.snap index f03e1696d8a1..223c982b3884 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/comment-inline.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/comment-inline.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/comment.html.snap b/crates/biome_html_parser/tests/html_specs/ok/comment.html.snap index 24f65c8105b9..b8f293e07739 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/comment.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/comment.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/comment2.html.snap b/crates/biome_html_parser/tests/html_specs/ok/comment2.html.snap index 7744b4ff7914..d3d8efc2d01f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/comment2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/comment2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/compat/non-spec-compliant-tag-name.html.snap b/crates/biome_html_parser/tests/html_specs/ok/compat/non-spec-compliant-tag-name.html.snap index 0ee15ff5ab6a..6fd113a3fe01 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/compat/non-spec-compliant-tag-name.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/compat/non-spec-compliant-tag-name.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/content-blocks.html.snap b/crates/biome_html_parser/tests/html_specs/ok/content-blocks.html.snap index e1b2d2d306b5..8d943b8e3209 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/content-blocks.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/content-blocks.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/doctype/basic.html.snap b/crates/biome_html_parser/tests/html_specs/ok/doctype/basic.html.snap index a4dbb65b88a4..8d0c37cc71b9 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/doctype/basic.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/doctype/basic.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy1.html.snap b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy1.html.snap index bb09ba0b223b..b02ba6949772 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy1.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy1.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy2.html.snap b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy2.html.snap index 70d9270a3d64..aec5f5e41ae6 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy3.html.snap b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy3.html.snap index f75fcf5d0b66..ef7cd7256d37 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy3.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/doctype/long-legacy3.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/doctype/minimal.html.snap b/crates/biome_html_parser/tests/html_specs/ok/doctype/minimal.html.snap index 8c017a515a2c..3343877cead2 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/doctype/minimal.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/doctype/minimal.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/element.html.snap b/crates/biome_html_parser/tests/html_specs/ok/element.html.snap index 659bb50621d1..5e6596b4d1a4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/element.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/element.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/element_list.html.snap b/crates/biome_html_parser/tests/html_specs/ok/element_list.html.snap index f39d8d024b4a..8b78503eb4e7 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/element_list.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/element_list.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/element_list2.html.snap b/crates/biome_html_parser/tests/html_specs/ok/element_list2.html.snap index bd14371291f5..bdf95046422e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/element_list2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/element_list2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-basic.html.snap b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-basic.html.snap index 8036a51f9eb4..a602e04fb6ef 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-basic.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-basic.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-empty.html.snap b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-empty.html.snap index c634092114be..3d29313ce246 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-empty.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-empty.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-in-string.html.snap b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-in-string.html.snap index 53cb21d634b7..2fcc726a177b 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-in-string.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-in-string.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-less-than.html.snap b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-less-than.html.snap index 4d363bdc90d5..f61f73a2854d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-less-than.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/embedded-languages/script-less-than.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/hello-world.html.snap b/crates/biome_html_parser/tests/html_specs/ok/hello-world.html.snap index a455f2f80a3f..fee60a416fb6 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/hello-world.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/hello-world.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br-in-span.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br-in-span.html.snap index e10ab01a33db..7759fd1b2c00 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br-in-span.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br-in-span.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br.html.snap index dfd401c0756c..183356eb70da 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/br.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/casing.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/casing.html.snap index a615094e3cf2..dd05830926ed 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/casing.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/casing.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/meta.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/meta.html.snap index 7e646d190014..2f206aa25cb0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/meta.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/meta.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/param.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/param.html.snap index 0f1c6126295a..e725e32604f0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/param.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/param.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/wbr.html.snap b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/wbr.html.snap index 91bc685b4027..76282b005556 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/wbr.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/no-end-tags/wbr.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/ok.html.snap b/crates/biome_html_parser/tests/html_specs/ok/ok.html.snap index f4d05a255c94..ff69aa8652de 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/ok.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/ok.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/ok2.html.snap b/crates/biome_html_parser/tests/html_specs/ok/ok2.html.snap index d8f0f84dfddb..f8a0a58fa3fa 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/ok2.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/ok2.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/quote-in-child.html.snap b/crates/biome_html_parser/tests/html_specs/ok/quote-in-child.html.snap index 934f9b9f9086..9fbec6470d34 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/quote-in-child.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/quote-in-child.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/special-chars.html.snap b/crates/biome_html_parser/tests/html_specs/ok/special-chars.html.snap index 9ee4f0d774b4..984600edf44e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/special-chars.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/special-chars.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/attach.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/attach.svelte.snap index bac2aac4554f..e1b778951c69 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/attach.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/attach.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_array_destructuring.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_array_destructuring.svelte.snap index 0f2663223c9d..033d822576eb 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_array_destructuring.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_array_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_basic.svelte.snap index 2acd6ab4f7c6..181714b7a4f0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_no_then.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_no_then.svelte.snap index 09f0c5e2ad5b..98322f8fd2f4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_no_then.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_no_then.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_only.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_only.svelte.snap index 0a5337dc4a7b..dff8c5a0a9a6 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_only.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_catch_only.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_complex_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_complex_expression.svelte.snap index 657b489dc43d..06c2ab740dd2 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_complex_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_complex_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_destructuring.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_destructuring.svelte.snap index d5204fe2c8d5..323e5488d610 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_destructuring.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_dynamic_import.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_dynamic_import.svelte.snap index 7d35af60e60d..e619764332d4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_dynamic_import.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_dynamic_import.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_multiline.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_multiline.svelte.snap index f7aac936c6fa..317ac4727235 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_multiline.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_multiline.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_nested.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_nested.svelte.snap index 047c7e086ba6..c3cfdd863c70 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_nested.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_no_catch.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_no_catch.svelte.snap index 8cab1ad882d7..02baadb61ad8 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_no_catch.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_no_catch.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_one_linter.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_one_linter.svelte.snap index d3672a32a9ad..2d13c5344579 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_one_linter.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_one_linter.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_shorthand.svelte.snap index 941d3a3da8c0..1f36058ac7ba 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/await_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/await_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/complex_expressions.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/complex_expressions.svelte.snap index 4f6c39ccaa17..536b96693c20 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/complex_expressions.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/complex_expressions.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/component.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/component.svelte.snap index 3130023d1232..2434b5cfc00c 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/component.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/component.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member.svelte.snap index 2c3d545a5e9a..a561b528a50b 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member_nested.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member_nested.svelte.snap index 5e5322df1e55..f3ee6eda70ef 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member_nested.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_member_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_with_attributes.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_with_attributes.svelte.snap index 339fb9879d7a..211d4ed049f6 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/component_with_attributes.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/component_with_attributes.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/const.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/const.svelte.snap index 33edf4e876aa..90793c0983ae 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/const.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/const.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/debug.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/debug.svelte.snap index 60e512bf329f..faed39327b9f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/debug.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/debug.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_basic.svelte.snap index a3a3c2b6aabd..e092e1e2d1cf 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/animate_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_shorthand.svelte.snap index beb6af7980bc..0aba9fc7ff56 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/bind_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_basic.svelte.snap index 87e2e14dee6b..a01121c7057a 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_global_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_global_modifier.svelte.snap index 9c40fe9df642..383fc4baf348 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_global_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_global_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_local_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_local_modifier.svelte.snap index 743bcadbe01d..2070bbe6aab4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_local_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_local_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_multiple_modifiers.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_multiple_modifiers.svelte.snap index a54337a7873a..aeb3c35f08cf 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_multiple_modifiers.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/in_multiple_modifiers.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_basic.svelte.snap index 0b666b6f44bc..62aaebf0dcf9 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_global_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_global_modifier.svelte.snap index ddaae2ee22bf..b49800013abd 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_global_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_global_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_local_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_local_modifier.svelte.snap index 042f54f41ea2..92970e48e899 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_local_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_local_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_multiple_modifiers.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_multiple_modifiers.svelte.snap index c386d86bc1ac..37361273d29b 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_multiple_modifiers.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/out_multiple_modifiers.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_basic.svelte.snap index 3528bcf732d7..df7d5c343dd5 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_modifier.svelte.snap index 5399d3e4ef73..f45278ccf90d 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_important_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_kebab_case.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_kebab_case.svelte.snap index 31a90dc27509..b7f007347bdd 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_kebab_case.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_kebab_case.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple.svelte.snap index c70c3621bc12..27ef0e5c4c7c 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_shorthand.svelte.snap index 4b1307918310..52d46cbff496 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/style_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_basic.svelte.snap index 711ef2ae69a9..bcdf45bd093c 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_global_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_global_modifier.svelte.snap index 9727e5cdaeaa..3242338c5b5f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_global_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_global_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_local_modifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_local_modifier.svelte.snap index ee9d11526212..a2e57a550ace 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_local_modifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_local_modifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_multiple_modifiers.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_multiple_modifiers.svelte.snap index 10cc5412cfe7..6d22793ec19b 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_multiple_modifiers.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_multiple_modifiers.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_shorthand.svelte.snap index 37d35e9f91f8..bf19f689f40f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/transition_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_basic.svelte.snap index cee933d76c54..bb31f71d8dea 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_shorthand.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_shorthand.svelte.snap index 7bacd7f6eced..f52b9854e50f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_shorthand.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/directives/use_shorthand.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/dynamic-prop.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/dynamic-prop.svelte.snap index 6f52d979e382..4f9cad12a187 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/dynamic-prop.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/dynamic-prop.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_as_in_identifier.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_as_in_identifier.svelte.snap index 1b12f4d5f021..4da50940d728 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_as_in_identifier.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_as_in_identifier.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_basic.svelte.snap index c19696e4f052..57019e7bdf10 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_combinations.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_combinations.svelte.snap index 7cd3f3838f8a..176f9effefbe 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_combinations.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_combinations.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_expression.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_expression.svelte.snap index 77045de5882e..f96b85419c54 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_expression.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_complex_expression.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_index_only.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_index_only.svelte.snap index 2ab93befcb29..af4d707afaa9 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_index_only.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_index_only.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_destructuring.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_destructuring.svelte.snap index 5f3c141c6f22..8799472d00ec 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_destructuring.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_else.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_else.svelte.snap index 0d2e4b124fd6..65057a12b729 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_else.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index.svelte.snap index 6643ba597ed0..0736587adb20 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index_and_key.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index_and_key.svelte.snap index c7977b5b8673..e686b7af1fb3 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index_and_key.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_index_and_key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_key.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_key.svelte.snap index adba0216770d..649eb5a7ad62 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_key.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/each_with_key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/html.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/html.svelte.snap index 25f1fa9fc323..668b018631f0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/html.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/html.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/if.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/if.svelte.snap index 1972bce6560f..b4a194f7bb35 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/if.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/if.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else.svelte.snap index 463d5554994b..d54363374316 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else_if_else.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else_if_else.svelte.snap index 8da67f3fa672..b02a1132374b 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else_if_else.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/if_else_if_else.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/key.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/key.svelte.snap index bdc8cf3137c2..67c2f73045a0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/key.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/key.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/render.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/render.svelte.snap index 8bb6eb7e4969..1e0fcac3c8a1 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/render.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/render.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-prop.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-prop.svelte.snap index a6cd46dca399..bc563de13826 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-prop.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/shorthand-prop.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_array_destructuring.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_array_destructuring.svelte.snap index 1e6af83b5a59..18ea53a0f3e8 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_array_destructuring.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_array_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_basic.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_basic.svelte.snap index 2946f443b054..1424bf6ff052 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_basic.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_basic.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_default_values.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_default_values.svelte.snap index a48b247676fa..c49af83d77c8 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_default_values.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_default_values.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_destructuring.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_destructuring.svelte.snap index fb45ba96e1f1..ea49795b8601 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_destructuring.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_destructuring.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_multiple.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_multiple.svelte.snap index 063f18407f1c..ca28dec7e268 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_multiple.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_multiple.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_nested.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_nested.svelte.snap index b1d202494d7b..d5d0f87e865f 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_nested.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_nested.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_recursive.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_recursive.svelte.snap index 815e0ecbd769..2516049698f8 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_recursive.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_recursive.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_with_params.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_with_params.svelte.snap index 78582941aa52..323615298241 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_with_params.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/snippet_with_params.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/spread.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/spread.svelte.snap index 81925398af89..254b1c6f2cbe 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/spread.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/spread.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/svelte/svelte_expressions.svelte.snap b/crates/biome_html_parser/tests/html_specs/ok/svelte/svelte_expressions.svelte.snap index 2b3886a4ca18..974c79cfa178 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/svelte/svelte_expressions.svelte.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/svelte/svelte_expressions.svelte.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```svelte diff --git a/crates/biome_html_parser/tests/html_specs/ok/text_keywords.html.snap b/crates/biome_html_parser/tests/html_specs/ok/text_keywords.html.snap index 8c0053d9bf8a..2d7e70dadd22 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/text_keywords.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/text_keywords.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/component.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/component.vue.snap index 687f4fdf1f5d..4abf178e6022 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/component.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/component.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member.vue.snap index 93dfa4c6532e..4b58346e6863 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_nested.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_nested.vue.snap index e78f9c7ac8da..ff4bed9bd9ff 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_nested.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_nested.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_simple.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_simple.vue.snap index 047712a41da2..d94e43e27574 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_simple.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/component_member_simple.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/component_with_attributes.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/component_with_attributes.vue.snap index b5551c31bc1e..6ef37f2c0077 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/component_with_attributes.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/component_with_attributes.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/dynamic-slot-arg.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/dynamic-slot-arg.vue.snap index df94f15ba314..a9729a8e12fb 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/dynamic-slot-arg.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/dynamic-slot-arg.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/event-with-colon.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/event-with-colon.vue.snap index 66c7f28f952a..8187cdff7efd 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/event-with-colon.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/event-with-colon.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-modifiers-no-value.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-modifiers-no-value.vue.snap index cf694b039806..f90c6d7cb95a 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-modifiers-no-value.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-modifiers-no-value.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-no-modifiers-no-value.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-no-modifiers-no-value.vue.snap index 1759bd180b43..f67912183ef4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-no-modifiers-no-value.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/arg-no-modifiers-no-value.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/directive-only.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/directive-only.vue.snap index a803ad757641..5997f6b810a5 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/directive-only.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/directive-only.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/modifiers-no-arg-no-value.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/modifiers-no-arg-no-value.vue.snap index ad9e3db72616..7fb296832834 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/modifiers-no-arg-no-value.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/generic-directives/modifiers-no-arg-no-value.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/interpolation.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/interpolation.vue.snap index 216b52184f63..973a2814058a 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/interpolation.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/interpolation.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8174.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8174.vue.snap index 70c3e858db2f..c4add6b77976 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8174.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8174.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8765.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8765.vue.snap index 8268801e1765..decf15b15041 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8765.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/issue-8765.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/modifier.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/modifier.vue.snap index 64b157e499f8..69fdb94d25dd 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/modifier.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/modifier.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/modifiers-all-variants.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/modifiers-all-variants.vue.snap index 18f589126a69..80b9c77ab2a1 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/modifiers-all-variants.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/modifiers-all-variants.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/multiple_expressions.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/multiple_expressions.vue.snap index e1698da43f6f..cdbf2b4ce133 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/multiple_expressions.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/multiple_expressions.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-dynamic.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-dynamic.vue.snap index 825a6bbc822a..1cf696d19441 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-dynamic.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-dynamic.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-mixed.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-mixed.vue.snap index 67c09d2e31a9..caf0c3f7bd67 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-mixed.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-mixed.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-shorthand.vue.snap index 6b098a4ba349..a1f1178f0859 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind.vue.snap index dee9054d234a..8a5fcb202442 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-bind.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-dynamic-chains.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-dynamic-chains.vue.snap index c930a25338b1..0ae21b251600 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-dynamic-chains.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-dynamic-chains.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-else-if.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-else-if.vue.snap index ffb595793c69..b212362d4b6a 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-else-if.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-else-if.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-else.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-else.vue.snap index e454b5d9d8d7..deb990738fce 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-else.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-else.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-for.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-for.vue.snap index f622cc8bf760..7fdfaa6666ad 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-for.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-for.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-html-text.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-html-text.vue.snap index a44c2afec895..f55592aaf07e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-html-text.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-html-text.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-if.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-if.vue.snap index 74dbd5bda52a..702e62f7deb0 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-if.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-if.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-mixed-complex.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-mixed-complex.vue.snap index c02c6ff0877e..d543840e5097 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-mixed-complex.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-mixed-complex.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-model-mixed.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-model-mixed.vue.snap index 4812e21cafdf..201111ba4add 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-model-mixed.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-model-mixed.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-mixed.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-mixed.vue.snap index 2111a8102676..968b3b5cf6cd 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-mixed.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-mixed.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-shorthand.vue.snap index 721e00fc020d..9743ccb5053e 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-on-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/v-slot-shorthand.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/v-slot-shorthand.vue.snap index cc5bafc5536b..0bb5c5f65dce 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/v-slot-shorthand.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/v-slot-shorthand.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions.vue.snap index f1e305a8186d..7d45c1230db4 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions_escaped.vue.snap b/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions_escaped.vue.snap index 577ac22f071b..ba7f1db5c82a 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions_escaped.vue.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/vue/vue_expressions_escaped.vue.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```vue diff --git a/crates/biome_html_parser/tests/html_specs/ok/with-text-expressions/issue-8605.html.snap b/crates/biome_html_parser/tests/html_specs/ok/with-text-expressions/issue-8605.html.snap index 386c704a2c07..2c55ffd2f8d2 100644 --- a/crates/biome_html_parser/tests/html_specs/ok/with-text-expressions/issue-8605.html.snap +++ b/crates/biome_html_parser/tests/html_specs/ok/with-text-expressions/issue-8605.html.snap @@ -2,6 +2,7 @@ source: crates/biome_html_parser/tests/spec_test.rs expression: snapshot --- + ## Input ```html diff --git a/crates/biome_js_analyze/src/utils/snapshots/cannot_be_renamed.snap b/crates/biome_js_analyze/src/utils/snapshots/cannot_be_renamed.snap index d4cca14c5a26..5e24109aeca8 100644 --- a/crates/biome_js_analyze/src/utils/snapshots/cannot_be_renamed.snap +++ b/crates/biome_js_analyze/src/utils/snapshots/cannot_be_renamed.snap @@ -8,6 +8,3 @@ example.js:1:1 ━━━━━━━━━━━━━━━━━━━━━ > 1 │ async function f() {} │ ^^^^^ - - - diff --git a/crates/biome_js_analyze/src/utils/snapshots/cannot_find_declaration.snap b/crates/biome_js_analyze/src/utils/snapshots/cannot_find_declaration.snap index a771348f292d..a19e388dd3ab 100644 --- a/crates/biome_js_analyze/src/utils/snapshots/cannot_find_declaration.snap +++ b/crates/biome_js_analyze/src/utils/snapshots/cannot_find_declaration.snap @@ -5,6 +5,3 @@ expression: content example.js ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Can't find the declaration. Found node async - - - diff --git a/crates/biome_js_analyze/tests/specs/a11y/noAriaHiddenOnFocusable/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noAriaHiddenOnFocusable/invalid.jsx.snap index e25e9f34438e..9fc1eee109ca 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noAriaHiddenOnFocusable/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noAriaHiddenOnFocusable/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/invalid.jsx.snap index 539ef3a5988f..85989a2c921f 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/valid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/valid.jsx.snap index f94bc9df75d9..e5188c1e0ba6 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/valid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noAriaUnsupportedElements/valid.jsx.snap @@ -14,5 +14,3 @@ expression: valid.jsx ; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/a11y/noAutofocus/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noAutofocus/invalid.jsx.snap index dada8634ac6f..231e9ed3e722 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noAutofocus/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noAutofocus/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noDistractingElements/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noDistractingElements/invalid.jsx.snap index 1a98cbfc0f44..f14c6fa0951c 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noDistractingElements/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noDistractingElements/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noHeaderScope/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noHeaderScope/invalid.jsx.snap index 7825ed42ed11..8e0cddda403f 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noHeaderScope/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noHeaderScope/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/invalid.jsx.snap index a387738761cb..dae33dbaa499 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/valid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/valid.jsx.snap index a62e6caf4e16..a1efea480814 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/valid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noInteractiveElementToNoninteractiveRole/valid.jsx.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: valid.jsx --- # Input diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalid.jsx.snap index 6a9eb96f13e2..adc1d2f9676e 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap index 13f08661081b..e4c14460e43e 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomInputComponents.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidCustomInputComponents.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap index 1ed1e8463b57..e3bad9aeb615 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelAttributes.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidCustomLabelAttributes.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap index 74669dd77a1b..33aaf224ab17 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomLabelComponents.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidCustomLabelComponents.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap index 4a84d549e750..8fdd4bfb6802 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noLabelWithoutControl/invalidCustomOptions.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidCustomOptions.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveElementToInteractiveRole/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveElementToInteractiveRole/invalid.jsx.snap index c79eec6ba9a4..4093ca80aca1 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveElementToInteractiveRole/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveElementToInteractiveRole/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveTabindex/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveTabindex/invalid.jsx.snap index 664965897cfa..8b7423ebbb3d 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveTabindex/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noNoninteractiveTabindex/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/noRedundantAlt/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/noRedundantAlt/invalid.jsx.snap index a912504ed091..ad8d4f99adc6 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/noRedundantAlt/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/noRedundantAlt/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAltText/area.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAltText/area.jsx.snap index c39b950f567b..fc358181392f 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAltText/area.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAltText/area.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: area.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAltText/img.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAltText/img.jsx.snap index eb6eb350cf66..613cc06dc5e8 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAltText/img.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAltText/img.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: img.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAltText/input.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAltText/input.jsx.snap index 8497d9e6228f..4022ae922a7a 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAltText/input.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAltText/input.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: input.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAltText/object.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAltText/object.jsx.snap index 0a65b2f0cfef..7b201018972f 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAltText/object.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAltText/object.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: object.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAnchorContent/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAnchorContent/invalid.jsx.snap index 40b4c7d07c4d..70ed0974f4c2 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAnchorContent/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAnchorContent/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useAriaPropsForRole/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useAriaPropsForRole/invalid.jsx.snap index 3e762b69ba5a..1e49ecff10b1 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useAriaPropsForRole/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useAriaPropsForRole/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/inObject.js.snap b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/inObject.js.snap index ddef08de8df4..58cc9b9fd308 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/inObject.js.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/inObject.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: inObject.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withBindingInvalid.js.snap b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withBindingInvalid.js.snap index 8dd57398f875..b7e063916307 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withBindingInvalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withBindingInvalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: withBindingInvalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withDefaultNamespaceInvalid.js.snap b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withDefaultNamespaceInvalid.js.snap index 55fee4657bc4..1e77624efa24 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withDefaultNamespaceInvalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withDefaultNamespaceInvalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: withDefaultNamespaceInvalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withRenamedImportInvalid.js.snap b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withRenamedImportInvalid.js.snap index 18838710748f..a8dde4148a20 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withRenamedImportInvalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useButtonType/withRenamedImportInvalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: withRenamedImportInvalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/a11y/useHeadingContent/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useHeadingContent/invalid.jsx.snap index b9e9d8100351..a8751afc8072 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useHeadingContent/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useHeadingContent/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useIframeTitle/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useIframeTitle/invalid.jsx.snap index 2ebef7ba198b..9ba168dda621 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useIframeTitle/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useIframeTitle/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useKeyWithMouseEvents/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useKeyWithMouseEvents/invalid.jsx.snap index c27707da7543..dd80c90a477a 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useKeyWithMouseEvents/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useKeyWithMouseEvents/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useMediaCaption/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useMediaCaption/invalid.jsx.snap index 7fdf95e196ed..db67bc6768b6 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useMediaCaption/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useMediaCaption/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useValidAnchor/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useValidAnchor/invalid.jsx.snap index fa2576eb3786..574a517f9c13 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useValidAnchor/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useValidAnchor/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/a11y/useValidAriaRole/invalid.jsx.snap b/crates/biome_js_analyze/tests/specs/a11y/useValidAriaRole/invalid.jsx.snap index 991ab1abdbdd..7c84d1c3da62 100644 --- a/crates/biome_js_analyze/tests/specs/a11y/useValidAriaRole/invalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/a11y/useValidAriaRole/invalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noAdjacentSpacesInRegex/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noAdjacentSpacesInRegex/valid.jsonc.snap index 8c6d8eedc041..7923dbca01fb 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noAdjacentSpacesInRegex/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noAdjacentSpacesInRegex/valid.jsonc.snap @@ -26,5 +26,3 @@ expression: valid.jsonc ```cjs /‎⁦⁩/gu; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/noCommaOperator/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noCommaOperator/valid.jsonc.snap index 44821782e685..1b85e3e32e11 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noCommaOperator/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noCommaOperator/valid.jsonc.snap @@ -36,5 +36,3 @@ for (; test; i++, j++); ```cjs for (let i = 0, j = 1, k = 2; i < 100; i++, j++, k++) {} ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators.js.snap index 2b529aea3c1c..7e4543e84858 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: booleanOperators.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators2.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators2.js.snap index d3d3f54cbcbf..7b0b2571c566 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators2.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/booleanOperators2.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: booleanOperators2.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/complexEventHandler.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/complexEventHandler.ts.snap index d350efa79e30..af6c32a9307e 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/complexEventHandler.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/complexEventHandler.ts.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: complexEventHandler.ts -snapshot_kind: text --- # Input ```ts diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/excessiveNesting.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/excessiveNesting.js.snap index d409392e4200..2b3777b93f9d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/excessiveNesting.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/excessiveNesting.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: excessiveNesting.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/functionalChain.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/functionalChain.js.snap index c23e0328b0b9..98f0a01bbb17 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/functionalChain.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/functionalChain.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: functionalChain.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/getWords.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/getWords.js.snap index 18bfc412d60d..a9d8ff81a75d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/getWords.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/getWords.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: getWords.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/invalidConfig.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/invalidConfig.js.snap index fa2367d4e951..d624678d38c7 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/invalidConfig.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/invalidConfig.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidConfig.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/lambdas.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/lambdas.js.snap index 55d6b82bb69f..15d1d803be60 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/lambdas.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/lambdas.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: lambdas.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/nestedControlFlowStructures.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/nestedControlFlowStructures.js.snap index 452917882b94..9fbc9f59f50b 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/nestedControlFlowStructures.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/nestedControlFlowStructures.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: nestedControlFlowStructures.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches.js.snap index 56d23fed41ad..1520692d221e 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: simpleBranches.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches2.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches2.js.snap index 5da3258e256a..5245ec1dcf89 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches2.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/simpleBranches2.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: simpleBranches2.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/sumOfPrimes.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/sumOfPrimes.js.snap index d182b754798b..2b2f92fdb63a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/sumOfPrimes.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/sumOfPrimes.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: sumOfPrimes.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/valid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/valid.js.snap index da620384a0fa..70aba3c0cf0a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noExcessiveCognitiveComplexity/valid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalid.js.snap index cb0f09a775e7..9350a972e5de 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalidConfig.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalidConfig.js.snap index 9152e0fc817b..761445a04116 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalidConfig.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noForEach/invalidConfig.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidConfig.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/invalid.js.snap index fde87678d4fe..f2bb57fc05a7 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/valid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/valid.js.snap index 239e810619c6..0bdb13f2f69b 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessCatch/valid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.js.snap index 11b3269bf697..1dd35e599892 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.jsonc.snap index 2a72df9e1a0e..8228290a125c 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.ts.snap index 840705b035a6..14379bc7484d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/invalid.ts.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.ts -snapshot_kind: text --- # Input ```ts diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/valid.jsonc.snap index e554d12f38be..d78c7433fb4f 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessConstructor/valid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_default_export.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_default_export.js.snap index 6721e191cffb..b51e0e2b92ef 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_default_export.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_default_export.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_default_export.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_empty_export.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_empty_export.js.snap index 8ca29baa2b07..488f788dd916 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_empty_export.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_empty_export.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_empty_export.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export.js.snap index fd1140973dd8..a773be600e85 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_export.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export_from.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export_from.js.snap index b4235560fe61..34bbd4bf7642 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export_from.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_export_from.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_export_from.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_import.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_import.js.snap index d6bc78f7d8da..8301c30dab75 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_import.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_import.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_import.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_sideeffect_import.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_sideeffect_import.js.snap index 3f8489575f7c..e82cbc4715df 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_sideeffect_import.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessEmptyExport/invalid_with_sideeffect_import.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_with_sideeffect_import.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportInvalid.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportInvalid.jsx.snap index 86adf95e5bab..150a5060865d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportInvalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportInvalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: fromImportInvalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportNamespaceInvalid.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportNamespaceInvalid.jsx.snap index e5396b4640b7..4c77a3869409 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportNamespaceInvalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportNamespaceInvalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: fromImportNamespaceInvalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportRenameInvalid.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportRenameInvalid.jsx.snap index d7864ad7ecb5..fc2aca89fe18 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportRenameInvalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/fromImportRenameInvalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: fromImportRenameInvalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_1926.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_1926.jsx.snap index 40cf68f7266b..747401677ef2 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_1926.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_1926.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_1926.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_2460.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_2460.jsx.snap index bd42de09d17d..c969973fa665 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_2460.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_2460.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_2460.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3149.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3149.jsx.snap index 38b4c8c4426b..fe987e3a468c 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3149.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3149.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_3149.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3545.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3545.jsx.snap index 6fdc69424c65..f40d69fcbc50 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3545.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_3545.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_3545.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4208.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4208.jsx.snap index 3868b29373e0..c7a67c1c218d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4208.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4208.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_4208.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4553.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4553.jsx.snap index b888ff12a18a..d826596fb3cf 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4553.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/issue_4553.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_4553.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/noChildren.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/noChildren.jsx.snap index de4051a826bc..fe36ca68521f 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/noChildren.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/noChildren.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: noChildren.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withChildren.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withChildren.jsx.snap index 17f8fee8cb0d..af064ea47c5d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withChildren.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withChildren.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: withChildren.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withCommentsInvalid.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withCommentsInvalid.jsx.snap index a5482c8a6ae1..c095234d1782 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withCommentsInvalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessFragments/withCommentsInvalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: withCommentsInvalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/invalid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/invalid.jsonc.snap index 5896cbae1040..7fffc4ed3802 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/invalid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/invalid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/valid.jsonc.snap index c1f232a063b9..282eb6bf865a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessLabel/valid.jsonc.snap @@ -76,5 +76,3 @@ A: for (a in obj) { while (b) { break A; } } ```cjs A: for (a of ary) { switch (b) { case 0: break A; } } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalid.cjs.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalid.cjs.snap index 2da9def14f76..df40056a9d16 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalid.cjs.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalid.cjs.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.cjs -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalidModule.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalidModule.js.snap index 982ad75efa91..4a9e2e6b61e9 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalidModule.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessLoneBlockStatements/invalidModule.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidModule.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessSwitchCase/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessSwitchCase/invalid.js.snap index 8afaa3cfb94e..d9b9a70595c4 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessSwitchCase/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessSwitchCase/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid.js.snap index fc7d66acd3b5..cec7f272da5d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid_without_trivia.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid_without_trivia.js.snap index 727588e958c6..4ba9bb1b0527 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid_without_trivia.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessTernary/invalid_without_trivia.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid_without_trivia.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessThisAlias/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessThisAlias/invalid.js.snap index d7d5cdb08ba0..9de5c6cdb4a0 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessThisAlias/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessThisAlias/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.ts.snap index 8e78b1b3d1b0..15f66a0f8e8a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.ts.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.ts -snapshot_kind: text --- # Input ```ts diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.tsx.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.tsx.snap index 9706aec0dbed..7b3dea4d2b2e 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.tsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessTypeConstraint/invalid.tsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.tsx -snapshot_kind: text --- # Input ```tsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/noUselessUndefinedInitialization/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/noUselessUndefinedInitialization/invalid.js.snap index 20ff774c8349..b94dc9894166 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/noUselessUndefinedInitialization/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/noUselessUndefinedInitialization/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useFlatMap/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/useFlatMap/valid.jsonc.snap index 96e7f08f9c39..ed6084c2740b 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useFlatMap/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useFlatMap/valid.jsonc.snap @@ -26,5 +26,3 @@ MyObject.map(one, two, tree).flat(); ```cjs MyObject.map().flat(1, 'test') ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/useIndexOf/valid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useIndexOf/valid.js.snap index 1c43469c1b8e..c3719c30cf5a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useIndexOf/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useIndexOf/valid.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: valid.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useNumericLiterals/overridden.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useNumericLiterals/overridden.js.snap index e68776eb5efd..c3b93221301f 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useNumericLiterals/overridden.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useNumericLiterals/overridden.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: overridden.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases1.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases1.ts.snap index 97840f64d86a..2c14447e314c 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases1.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases1.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: global_typeofLogicalAndCases1.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases2.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases2.ts.snap index 25efb179deb5..0b1b9c2cbf3c 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases2.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_typeofLogicalAndCases2.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: global_typeofLogicalAndCases2.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases1.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases1.ts.snap index 4c9149fd50d7..576e24fb979c 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases1.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases1.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: global_yoda_expressions_typeofLogicalAndCases1.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases2.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases2.ts.snap index e92da9782ef9..5fe246313fee 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases2.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/global_yoda_expressions_typeofLogicalAndCases2.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: global_yoda_expressions_typeofLogicalAndCases2.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases1.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases1.js.snap index 02be3913aae4..e1f3a6bea225 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases1.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases1.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases1.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases2.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases2.js.snap index 18adeb775e0b..d379808c9dce 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases2.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases2.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases2.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases3.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases3.js.snap index aff2f3794ee0..4ed12c8e33fe 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases3.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases3.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases3.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases4.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases4.js.snap index 7968b8010749..cf89639019c0 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases4.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases4.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases4.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases5.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases5.js.snap index 5b305bc3771c..3d130a10b9dd 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases5.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases5.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases5.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases6.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases6.jsx.snap index 19fb714d9f47..d895810cf958 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases6.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/logicalAndCases6.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: logicalAndCases6.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr1.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr1.ts.snap index d032f7ab6d4d..cd1c1663c944 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr1.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr1.ts.snap @@ -1320,5 +1320,3 @@ nullishAndLogicalOr1.ts:71:1 lint/complexity/useOptionalChain FIXABLE ━━ ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr2.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr2.ts.snap index 875656959a4e..db3701bbc161 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr2.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/nullishAndLogicalOr2.ts.snap @@ -1332,5 +1332,3 @@ nullishAndLogicalOr2.ts:80:1 lint/complexity/useOptionalChain FIXABLE ━━ ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases1.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases1.ts.snap index a4be1fa6546e..67baf103fdf6 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases1.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases1.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: typeofLogicalAndCases1.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases2.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases2.ts.snap index ce67ac88c0ca..b63a0bf96bae 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases2.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/typeofLogicalAndCases2.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: typeofLogicalAndCases2.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/validCases.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/validCases.ts.snap index 60a2a50c5b44..3d75a91bd0fc 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/validCases.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/validCases.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: validCases.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases3.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases3.js.snap index 3ea82f224250..70fba53569ba 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases3.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases3.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_logicalAndCases3.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases4.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases4.js.snap index cc0504776746..60217deac18a 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases4.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases4.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_logicalAndCases4.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases5.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases5.js.snap index 8e6ca6a535c2..8df5ef4c3027 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases5.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases5.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_logicalAndCases5.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases6.jsx.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases6.jsx.snap index a99464907095..02473236140b 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases6.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_logicalAndCases6.jsx.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_logicalAndCases6.jsx --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases1.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases1.ts.snap index f81071e545aa..66d3f3090742 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases1.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases1.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_typeofLogicalAndCases1.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases2.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases2.ts.snap index 294a42b2fca3..9f56a7d65cb2 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases2.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_typeofLogicalAndCases2.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_typeofLogicalAndCases2.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_validCases.ts.snap b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_validCases.ts.snap index edcb5fec325e..7cc87583acf3 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_validCases.ts.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useOptionalChain/yoda_expressions_validCases.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: yoda_expressions_validCases.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/complexity/useRegexLiterals/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/complexity/useRegexLiterals/valid.jsonc.snap index 412201489c14..1495f7a32429 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useRegexLiterals/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useRegexLiterals/valid.jsonc.snap @@ -356,5 +356,3 @@ new RegExp('+', 'g'); ```cjs RegExp('+', 'g'); ``` - - diff --git a/crates/biome_js_analyze/tests/specs/complexity/useWhile/invalid.js.snap b/crates/biome_js_analyze/tests/specs/complexity/useWhile/invalid.js.snap index 64360fb0fe9e..f55eb3085a9d 100644 --- a/crates/biome_js_analyze/tests/specs/complexity/useWhile/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/complexity/useWhile/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noChildrenProp/noChildrenPropInvalid.jsx.snap b/crates/biome_js_analyze/tests/specs/correctness/noChildrenProp/noChildrenPropInvalid.jsx.snap index 7df024fa2e71..96e63dad1f02 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noChildrenProp/noChildrenPropInvalid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noChildrenProp/noChildrenPropInvalid.jsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: noChildrenPropInvalid.jsx -snapshot_kind: text --- # Input ```jsx diff --git a/crates/biome_js_analyze/tests/specs/correctness/noConstAssign/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noConstAssign/invalid.js.snap index 344259039947..4fae54f95b33 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noConstAssign/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noConstAssign/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noConstantCondition/invalid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noConstantCondition/invalid.jsonc.snap index cedfe68f9aa6..a69af3491a1c 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noConstantCondition/invalid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noConstantCondition/invalid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/correctness/noDuplicatePrivateClassMembers/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noDuplicatePrivateClassMembers/invalid.js.snap index c4e43a721a0f..ede1cb20e6cf 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noDuplicatePrivateClassMembers/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noDuplicatePrivateClassMembers/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noEmptyCharacterClassInRegex/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noEmptyCharacterClassInRegex/invalid.js.snap index d980418d0ac5..2157014ac9ff 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noEmptyCharacterClassInRegex/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noEmptyCharacterClassInRegex/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/invalid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/invalid.jsonc.snap index 70969c3b487d..6eea15339a4d 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/invalid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/invalid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/valid.jsonc.snap index c6c8d1dfe6e4..e1fa9c489db3 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noEmptyPattern/valid.jsonc.snap @@ -31,5 +31,3 @@ function foo({a = []}) {} ```cjs var [a] = foo; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noGlobalObjectCalls/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noGlobalObjectCalls/invalid.js.snap index 050df2da309e..7f943e6dcf2a 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noGlobalObjectCalls/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noGlobalObjectCalls/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid-module.cjs.snap b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid-module.cjs.snap index fe8df1a94e3a..f4a8e7dba2a8 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid-module.cjs.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid-module.cjs.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid-module.cjs -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid.jsonc.snap index 166bd9bbc814..fa7a3654072b 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/invalid.jsonc.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.jsonc -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/valid.jsonc.snap index 419ab01f97b6..4352dc17d5dd 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInnerDeclarations/valid.jsonc.snap @@ -126,5 +126,3 @@ class C { method() { var x; } } ```cjs class C { static { var x; } } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInvalidBuiltinInstantiation/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noInvalidBuiltinInstantiation/invalid.js.snap index 62dd7c13c78d..742b7ed34416 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInvalidBuiltinInstantiation/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInvalidBuiltinInstantiation/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInvalidConstructorSuper/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noInvalidConstructorSuper/invalid.js.snap index 11bec3602091..383e13851ab4 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInvalidConstructorSuper/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInvalidConstructorSuper/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noInvalidUseBeforeDeclaration/invalidBindingPattern.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noInvalidUseBeforeDeclaration/invalidBindingPattern.js.snap index a30b5ff83ff0..dfae8590b223 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noInvalidUseBeforeDeclaration/invalidBindingPattern.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noInvalidUseBeforeDeclaration/invalidBindingPattern.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidBindingPattern.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noNestedComponentDefinitions/valid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noNestedComponentDefinitions/valid.js.snap index bc32faab6c18..939339b2f913 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noNestedComponentDefinitions/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noNestedComponentDefinitions/valid.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: valid.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/declare_process.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/declare_process.js.snap index 0dd3d7443915..ccc8f9fc0f85 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/declare_process.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/declare_process.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: declare_process.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/valid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/valid.js.snap index cba5b9ce38db..795801602f9e 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noProcessGlobal/valid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noReactPropAssignments/valid.jsx.snap b/crates/biome_js_analyze/tests/specs/correctness/noReactPropAssignments/valid.jsx.snap index b44b941ad0e0..bd94b07cff02 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noReactPropAssignments/valid.jsx.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noReactPropAssignments/valid.jsx.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: valid.jsx --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidGlobal.tsx.snap b/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidGlobal.tsx.snap index 074c30c2d770..065e8b435ac1 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidGlobal.tsx.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidGlobal.tsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidGlobal.tsx -snapshot_kind: text --- # Input ```tsx diff --git a/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidImport.tsx.snap b/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidImport.tsx.snap index e5a73d7c68eb..2888555a2b16 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidImport.tsx.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noRenderReturnValue/invalidImport.tsx.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalidImport.tsx -snapshot_kind: text --- # Input ```tsx diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/invalid.js.snap index b3170acbb31a..7e4c4b3fdcb7 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/issue548.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/issue548.js.snap index d32dde7e0c62..242571331817 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/issue548.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/issue548.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue548.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/valid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/valid.js.snap index 35aa1a808b83..798cd9be64f4 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSelfAssign/valid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSetterReturn/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noSetterReturn/invalid.js.snap index 45e5f9559fc5..403430d32445 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSetterReturn/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSetterReturn/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noStringCaseMismatch/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noStringCaseMismatch/invalid.js.snap index 56acfb27f333..0382bb0dfa70 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noStringCaseMismatch/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noStringCaseMismatch/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSuperWithoutExtends/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noSuperWithoutExtends/invalid.js.snap index 56c2837a0e24..0566c06d98cd 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSuperWithoutExtends/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSuperWithoutExtends/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noSwitchDeclarations/valid.jsonc.snap b/crates/biome_js_analyze/tests/specs/correctness/noSwitchDeclarations/valid.jsonc.snap index 7ab9e2eab60b..e1c0e3254098 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noSwitchDeclarations/valid.jsonc.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noSwitchDeclarations/valid.jsonc.snap @@ -21,5 +21,3 @@ switch (a) { case 1: { function f() {} break; } default: { function f() {} break ```cjs switch (a) { case 1: { class C {} break; } default: { class C {} break; } } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noTypeOnlyImportAttributes/invalid.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noTypeOnlyImportAttributes/invalid.ts.snap index 8222e2a4aaf9..980cc3a6244c 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noTypeOnlyImportAttributes/invalid.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noTypeOnlyImportAttributes/invalid.ts.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.ts -snapshot_kind: text --- # Input ```ts diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/infer.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/infer.ts.snap index eb56e53b1124..21442541bea4 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/infer.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/infer.ts.snap @@ -11,5 +11,3 @@ export type WithSelectors = S extends { getState: () => infer T } type A = number extends infer T ? T : never; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/typeParameters.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/typeParameters.ts.snap index 60a5d82ddc59..ff8162260f64 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/typeParameters.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUndeclaredVariables/typeParameters.ts.snap @@ -16,5 +16,3 @@ class Foo { } } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/HighComplexity.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/HighComplexity.js.snap index 84c3be8135df..f7882931e0b2 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/HighComplexity.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/HighComplexity.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: HighComplexity.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsBreakStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsBreakStatement.js.snap index e0aa1c9b8380..7b8982f699a6 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsBreakStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsBreakStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsBreakStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsContinueStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsContinueStatement.js.snap index 4acc172ae78d..13ca0e491852 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsContinueStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsContinueStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsContinueStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsDoWhileStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsDoWhileStatement.js.snap index ea7ce91dd206..a08359f42c51 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsDoWhileStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsDoWhileStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsDoWhileStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForInStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForInStatement.js.snap index 84576ca103a7..ad9bc8924641 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForInStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForInStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsForInStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForOfStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForOfStatement.js.snap index b97a7bba0702..aea812f19fde 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForOfStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForOfStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsForOfStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForStatement.js.snap index 9726e47ec9ad..e00e17bd6a65 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsForStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsForStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsIfStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsIfStatement.js.snap index d76af134faee..1943b24a3646 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsIfStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsIfStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsIfStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsLabeledStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsLabeledStatement.js.snap index 688bac2dfbeb..98c3d0f73554 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsLabeledStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsLabeledStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsLabeledStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsNestedTryFinallyStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsNestedTryFinallyStatement.js.snap index af69736f28b1..a6b48d0a08f8 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsNestedTryFinallyStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsNestedTryFinallyStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsNestedTryFinallyStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsReturnStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsReturnStatement.js.snap index e0bcf4266704..167d8194dc41 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsReturnStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsReturnStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsReturnStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsSwitchStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsSwitchStatement.js.snap index 9f03abfe60a9..dfc2a4e6d456 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsSwitchStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsSwitchStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsSwitchStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsThrowStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsThrowStatement.js.snap index 88194d5294f5..b6c7fe62ffd0 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsThrowStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsThrowStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsThrowStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryFinallyStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryFinallyStatement.js.snap index 0b0f553efd32..d494b5985e9b 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryFinallyStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryFinallyStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsTryFinallyStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryStatement.js.snap index f9e16b43a8ee..b3ac5ced5802 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsTryStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsTryStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsVariableStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsVariableStatement.js.snap index 4a59302194d6..1289fbc75a96 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsVariableStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsVariableStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsVariableStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsWhileStatement.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsWhileStatement.js.snap index 0dd1a6ef15ef..0c4827904ff8 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsWhileStatement.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/JsWhileStatement.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: JsWhileStatement.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/MergeRanges.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/MergeRanges.js.snap index 879c741b7814..6717481f550a 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/MergeRanges.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/MergeRanges.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: MergeRanges.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedBlocks.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedBlocks.js.snap index 629c99a12fcc..8c21d883669e 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedBlocks.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedBlocks.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: NestedBlocks.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedFunctions.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedFunctions.js.snap index 23e9a2b1b760..40735e6056db 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedFunctions.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/NestedFunctions.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: NestedFunctions.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/SuppressionComments.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/SuppressionComments.js.snap index 5840e32a3880..eff2afb24148 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/SuppressionComments.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/SuppressionComments.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: SuppressionComments.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/TerminatorsPlurals.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/TerminatorsPlurals.js.snap index 52039b8efbad..a0ed39c8a13e 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/TerminatorsPlurals.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/TerminatorsPlurals.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: TerminatorsPlurals.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/issue-3654.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/issue-3654.js.snap index 844631beda07..73e2822b18ab 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/issue-3654.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachable/issue-3654.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue-3654.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/duplicateSuper.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/duplicateSuper.js.snap index 511a91d579c5..bb6f198ca499 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/duplicateSuper.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/duplicateSuper.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: duplicateSuper.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/missingSuper.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/missingSuper.js.snap index 3b117390696a..344006a6bc3b 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/missingSuper.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/missingSuper.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: missingSuper.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/thisBeforeSuper.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/thisBeforeSuper.js.snap index 1f69ccde0841..d5e6d24b037d 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/thisBeforeSuper.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnreachableSuper/thisBeforeSuper.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: thisBeforeSuper.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnsafeFinally/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnsafeFinally/invalid.js.snap index 251e4233add4..de64a55f8644 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnsafeFinally/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnsafeFinally/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnsafeOptionalChaining/invalid.cjs.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnsafeOptionalChaining/invalid.cjs.snap index e1117a0ad781..4d0cdf803f45 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnsafeOptionalChaining/invalid.cjs.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnsafeOptionalChaining/invalid.cjs.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.cjs -snapshot_kind: text --- # Input ```cjs diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ignoreRestSiblingsFalse.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ignoreRestSiblingsFalse.ts.snap index 18c17dad93e3..d01928e3cd7e 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ignoreRestSiblingsFalse.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ignoreRestSiblingsFalse.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: invalid.ignoreRestSiblingsFalse.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ts.snap index c72cfb737b0c..5b81f4154b0d 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/invalid.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: invalid.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/valid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/valid.js.snap index 2255d9716118..c80d94ef4bee 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/valid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedFunctionParameters/valid.js.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 134 expression: valid.js --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedImports/issue557.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedImports/issue557.ts.snap index 25c05f000470..8dd265d46d03 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedImports/issue557.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedImports/issue557.ts.snap @@ -8,5 +8,3 @@ expression: issue557.ts import type Type from "mod"; export const a: typeof Type = {}; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedLabels/invalid.js.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedLabels/invalid.js.snap index ee17199dbc86..d96c7a50183c 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedLabels/invalid.js.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedLabels/invalid.js.snap @@ -1,7 +1,6 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs expression: invalid.js -snapshot_kind: text --- # Input ```js diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedPrivateClassMembers/invalid.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedPrivateClassMembers/invalid.ts.snap index e7d8b3bcf595..f96705b10c0a 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedPrivateClassMembers/invalid.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedPrivateClassMembers/invalid.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 146 expression: invalid.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/definitionfile.d.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/definitionfile.d.ts.snap index 9fc762f85624..58c73096d59d 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/definitionfile.d.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/definitionfile.d.ts.snap @@ -25,5 +25,3 @@ declare module Module { const B; } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/issue104.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/issue104.ts.snap index 18e78a7539ef..5610091150cb 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/issue104.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/issue104.ts.snap @@ -12,5 +12,3 @@ export function f(X: X): X { } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAbstractClass.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAbstractClass.ts.snap index 10d7ae30cd47..a88c174f6121 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAbstractClass.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAbstractClass.ts.snap @@ -38,5 +38,3 @@ class B extends A { console.log(new B(1)); ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAmbientTypeParam.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAmbientTypeParam.ts.snap index b60f630c4b7d..8db9d76dc21a 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAmbientTypeParam.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validAmbientTypeParam.ts.snap @@ -1,6 +1,5 @@ --- source: crates/biome_js_analyze/tests/spec_tests.rs -assertion_line: 152 expression: validAmbientTypeParam.ts --- # Input diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClass.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClass.ts.snap index f1e4a1ed8874..b72f9b16241a 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClass.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClass.ts.snap @@ -57,5 +57,3 @@ class D { } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClassAndInterfaceExport.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClassAndInterfaceExport.ts.snap index f657f266c7f0..2ffe0621d3db 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClassAndInterfaceExport.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validClassAndInterfaceExport.ts.snap @@ -14,5 +14,3 @@ interface A { export { A }; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validDeclare.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validDeclare.ts.snap index fd8354373d10..ea25e94d0a4f 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validDeclare.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validDeclare.ts.snap @@ -9,5 +9,3 @@ expression: validDeclare.ts declare function a(a); declare const b = 1; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validExport.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validExport.ts.snap index e3ce910bd27f..07108731e7dc 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validExport.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validExport.ts.snap @@ -17,5 +17,3 @@ export const [B] = [1]; export declare const valid; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctionType.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctionType.ts.snap index bbe6f11e05e7..9339607c3ee8 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctionType.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctionType.ts.snap @@ -28,5 +28,3 @@ console.log({ } as Props); ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctions.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctions.ts.snap index 46bf640fbe06..c63b6e9160a3 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctions.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validFunctions.ts.snap @@ -24,5 +24,3 @@ add(1, 1); function id(a = id(null)) { return a } ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariableAndExport.ts.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariableAndExport.ts.snap index d64d96f97779..f2674f30ba1c 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariableAndExport.ts.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariableAndExport.ts.snap @@ -14,5 +14,3 @@ interface a { export { a }; ``` - - diff --git a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariables.tsx.snap b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariables.tsx.snap index afafd7b801b0..73747f064faa 100644 --- a/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariables.tsx.snap +++ b/crates/biome_js_analyze/tests/specs/correctness/noUnusedVariables/validVariables.tsx.snap @@ -17,5 +17,3 @@ function Button() {} console.log(