From cb3b2d426f363901d21b67d48edf511b8586f5f4 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Fri, 8 Sep 2023 13:20:31 +0000 Subject: [PATCH] fix formatting --- spec/core_functions/meta/accepts_content.hrx | 4 ++++ spec/core_functions/meta/get_mixin/content.hrx | 3 +-- spec/core_functions/meta/get_mixin/different_module.hrx | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/spec/core_functions/meta/accepts_content.hrx b/spec/core_functions/meta/accepts_content.hrx index 89b5b7b6d..d37155231 100644 --- a/spec/core_functions/meta/accepts_content.hrx +++ b/spec/core_functions/meta/accepts_content.hrx @@ -12,6 +12,8 @@ a { b: true; } +<===> +================================================================================ <===> accepts/nested-child/input.scss @use "sass:meta"; @@ -28,6 +30,8 @@ a { b: true; } +<===> +================================================================================ <===> doesnt-accept/empty/input.scss @use "sass:meta"; @mixin foo() {} diff --git a/spec/core_functions/meta/get_mixin/content.hrx b/spec/core_functions/meta/get_mixin/content.hrx index f8407be4b..294ecbab5 100644 --- a/spec/core_functions/meta/get_mixin/content.hrx +++ b/spec/core_functions/meta/get_mixin/content.hrx @@ -1,5 +1,3 @@ -<===> -================================================================================ <===> passes-content/input.scss @use "sass:meta"; @@ -32,6 +30,7 @@ a { } <===> passes-empty-content/output.css + <===> ================================================================================ <===> denies-content/user-defined/input.scss diff --git a/spec/core_functions/meta/get_mixin/different_module.hrx b/spec/core_functions/meta/get_mixin/different_module.hrx index e9ff40b42..3114ae111 100644 --- a/spec/core_functions/meta/get_mixin/different_module.hrx +++ b/spec/core_functions/meta/get_mixin/different_module.hrx @@ -1,5 +1,3 @@ -<===> -================================================================================ <===> defined/input.scss @use "sass:meta"; @use "foo";