mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix incorrect index marker
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b869eb8d1d
commit
a7c67bbb35
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ namespace Flow.Launcher.Test
|
|||
// Test case :
|
||||
// 0123456
|
||||
// Flow 用户
|
||||
// 0123456789012
|
||||
// Flow Yong Hu"
|
||||
// 012345678901
|
||||
// Flow Yong Hu
|
||||
mapping.AddNewIndex(0, 1); // F
|
||||
mapping.AddNewIndex(1, 1); // l
|
||||
mapping.AddNewIndex(2, 1); // o
|
||||
|
|
|
|||
Loading…
Reference in a new issue