From b722d7bdab8727ce125e54d708a103ec912e3012 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 21 Jul 2025 11:34:12 +0100 Subject: [PATCH] fix char --- src/UrlParams.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UrlParams.test.ts b/src/UrlParams.test.ts index 14635a91..a188fbbc 100644 --- a/src/UrlParams.test.ts +++ b/src/UrlParams.test.ts @@ -83,7 +83,7 @@ describe("UrlParams", () => { ).toBe(ROOM_ID); }); it("(roomId with unprintable chatacters)", () => { - const invisibleChar = "⁦"; + const invisibleChar = "\u2066"; expect( getRoomIdentifierFromUrl( "",