mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:17:35 +00:00
FontEditor: Remove overzealous find-and-replace ""sv operator
This commit is contained in:
parent
894b41ef4d
commit
8f7dbf363e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue