mirror of https://github.com/webpack/webpack.git
test: more
This commit is contained in:
parent
640be2f1fe
commit
2cd4a25570
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;'/]
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue