I get the following scoring where the first one is unexplainable to me ```lua require"fzy".positions("t",'"test"',false) -- { 5 }, -0.025 ``` ```lua require"fzy".positions("te",'"test"',false) -- { 2, 3 } 0.98 ```