We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad31be commit 4018058Copy full SHA for 4018058
packages/url-loader/tests/plugins/overlays.spec.ts
@@ -418,8 +418,8 @@ describe("Plugins", () => {
418
419
const color = "white";
420
const fontFamily = "Source Sans Pro";
421
- const text = "Ne xt/Cloud.in,ary";
422
- const expectedText = "Ne%20xt%252FCloud%252Ein%252Cary";
+ const text = "Ne xt/Cloud.in,,ary";
+ const expectedText = "Ne%20xt%252FCloud%252Ein%252C%252Cary";
423
424
const options = {
425
src: TEST_PUBLIC_ID,
0 commit comments