diff --git a/spec/directives/use/error/load.hrx b/spec/directives/use/error/load.hrx index bc77c18e35..5f53b31ce5 100644 --- a/spec/directives/use/error/load.hrx +++ b/spec/directives/use/error/load.hrx @@ -195,7 +195,7 @@ Error: This module is currently being loaded. | ^^^^^^^^^^^^ ' other.scss 1:1 @use - other.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> ================================================================================ @@ -212,7 +212,7 @@ Error: This file is already being loaded. | ^^^^^^^ ' other.scss 1:9 @use - other.scss 1:1 root stylesheet + input.scss 1:1 root stylesheet <===> ================================================================================ @@ -245,8 +245,7 @@ Error: There's already a module with namespace "other". 2 | @use "other2" as other; | ^^^^^^^^^^^^^^^^^^^^^^ ' - input.scss 2:1 @use - other2.scss 1:1 root stylesheet + input.scss 2:1 root stylesheet <===> ================================================================================ @@ -262,8 +261,7 @@ Error: There's already a module with namespace "other". 2 | @use "dir2/other"; | ^^^^^^^^^^^^^^^^^ ' - input.scss 2:1 @use - dir2/other.scss 1:1 root stylesheet + input.scss 2:1 root stylesheet <===> ================================================================================ @@ -279,5 +277,4 @@ Error: There's already a module with namespace "other". 2 | @use "other2" as other; | ^^^^^^^^^^^^^^^^^^^^^^ ' - input.scss 2:1 @use - other2.scss 1:1 root stylesheet + input.scss 2:1 root stylesheet diff --git a/spec/directives/use/error/member.hrx b/spec/directives/use/error/member.hrx index 03fdfa8c19..5466246505 100644 --- a/spec/directives/use/error/member.hrx +++ b/spec/directives/use/error/member.hrx @@ -144,8 +144,7 @@ Error: This module and the new module both define a variable named "$member". 3 | @use "other" as *; | ^^^^^^^^^^^^^^^^^ ' - input.scss 3:1 @use - other.scss 1:1 root stylesheet + input.scss 3:1 root stylesheet <===> ================================================================================