Skip to content

Commit 4018058

Browse files
included the test coverage for the two consecutive special character occurrences
1 parent bad31be commit 4018058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/url-loader/tests/plugins/overlays.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ describe("Plugins", () => {
418418

419419
const color = "white";
420420
const fontFamily = "Source Sans Pro";
421-
const text = "Ne xt/Cloud.in,ary";
422-
const expectedText = "Ne%20xt%252FCloud%252Ein%252Cary";
421+
const text = "Ne xt/Cloud.in,,ary";
422+
const expectedText = "Ne%20xt%252FCloud%252Ein%252C%252Cary";
423423

424424
const options = {
425425
src: TEST_PUBLIC_ID,

0 commit comments

Comments
 (0)