test: more

This commit is contained in:
alexander.akait 2024-11-08 17:58:13 +03:00
parent 640be2f1fe
commit 2cd4a25570
4 changed files with 22 additions and 2865 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -225,3 +225,6 @@ colorValue-v3 {
@value/* test */(/* test */blue/* test */as/* test */my-name-q/* test */)/* test */from/* test */"./colors.module.css"/* test */;
.foo { color: my-name-q; }
@value;
@value test;

View File

@ -3,8 +3,10 @@ module.exports = [
[/export 'nested2' \(imported as 'style'\) was not found/],
[/export 'global-color' \(imported as 'style'\) was not found/],
[/export 'GLOBAL-COLOR' \(imported as 'style'\) was not found/],
[/Broken '@value' at-rule: @value;'/],
[/export 'global' \(imported as 'style'\) was not found/],
[/export 'nested2' \(imported as 'style'\) was not found/],
[/export 'global-color' \(imported as 'style'\) was not found/],
[/export 'GLOBAL-COLOR' \(imported as 'style'\) was not found/]
[/export 'GLOBAL-COLOR' \(imported as 'style'\) was not found/],
[/Broken '@value' at-rule: @value;'/]
];