From c96185e90a29a7cfd424da49c90fbc6457ebbc1a Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 22 Jul 2024 11:41:33 +0200 Subject: [PATCH] =?UTF-8?q?impr:=20replace=20=E1=B9=85=20with=20n=20in=20l?= =?UTF-8?q?azy=20mode=20(@fehmer)=20(#5638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/ts/test/lazy-mode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/test/lazy-mode.ts b/frontend/src/ts/test/lazy-mode.ts index a4e4f347b..e7deb6fa4 100644 --- a/frontend/src/ts/test/lazy-mode.ts +++ b/frontend/src/ts/test/lazy-mode.ts @@ -16,7 +16,7 @@ const accents: [string, string][] = [ ["ĝğg̃", "g"], ["ĥ", "h"], ["ĵ", "j"], - ["ńṇ", "n"], + ["ńṇṅ", "n"], ["ŝśšșşṣ", "s"], ["ß", "ss"], ["żźž", "z"],