Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 17, 2021
1 parent 9bd8946 commit d372965
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
24 changes: 12 additions & 12 deletions test/__snapshots__/modules-option.test.js.snap
Expand Up @@ -10450,10 +10450,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down Expand Up @@ -10498,10 +10498,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down Expand Up @@ -10548,10 +10548,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down Expand Up @@ -10596,10 +10596,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down Expand Up @@ -10646,10 +10646,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down Expand Up @@ -10696,10 +10696,10 @@ Array [
background: url(replaced_file_protocol_/webpack/public/path/img.png#?iefix);
background: url(\\"#hash\\");
background: url(\\"#\\");
background: url(data:image/png;base64,AAA=);
background: url(data:image/png;base64,AAA);
background: url(http://example.com/image.jpg);
background: url(//example.com/image.png);
background: green url(data:image/png;base64,AAA=) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
background: green url(data:image/png;base64,AAA) url(http://example.com/image.jpg) url(//example.com/image.png) url(replaced_file_protocol_/webpack/public/path/img.png) url(\\"replaced_file_protocol_/webpack/public/path/img%20img.png\\") xyz;
}
",
"",
Expand Down

0 comments on commit d372965

Please sign in to comment.