From 8f7dbf363e7e2f5373f031c0c7ead77dbbe21524 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Sun, 14 Aug 2022 13:07:28 -0400 Subject: [PATCH] FontEditor: Remove overzealous find-and-replace ""sv operator --- Userland/Applications/FontEditor/MainWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/FontEditor/MainWidget.cpp b/Userland/Applications/FontEditor/MainWidget.cpp index d99fa037d7..27f1c4ef06 100644 --- a/Userland/Applications/FontEditor/MainWidget.cpp +++ b/Userland/Applications/FontEditor/MainWidget.cpp @@ -50,7 +50,7 @@ static constexpr Array pangrams = { "pack my box with five dozen liquor jugs"sv, "quick brown fox jumps over the lazy dog"sv, "waxy and quivering jocks fumble the pizza"sv, - "~#:[@_1%]*{$2.3}/4^(5'6\"sv)-&|7+8!=<9,0\\>?;"sv, + "~#:[@_1%]*{$2.3}/4^(5'6\")-&|7+8!=<9,0\\>?;"sv, "byxfjärmat föl gick på duvshowen"sv, "         "sv, "float Fox.quick(h){ is_brown && it_jumps_over(doges.lazy) }"sv,