1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

FontEditor: Remove overzealous find-and-replace ""sv operator

This commit is contained in:
thankyouverycool 2022-08-14 13:07:28 -04:00 committed by Andreas Kling
parent 894b41ef4d
commit 8f7dbf363e

View file

@ -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,