mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Update test per comment
This commit is contained in:
@@ -145,8 +145,7 @@ namespace Wox.Infrastructure
|
||||
{
|
||||
Success = true,
|
||||
MatchData = indexList,
|
||||
RawScore = Math.Max(score, pinyinScore),
|
||||
AllSubstringsContainedInCompareString = allSubstringsContainedInCompareString
|
||||
RawScore = Math.Max(score, pinyinScore)
|
||||
};
|
||||
|
||||
return result;
|
||||
@@ -283,11 +282,6 @@ namespace Wox.Infrastructure
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if all query's substrings are contained in the string to compare
|
||||
/// </summary>
|
||||
public bool AllSubstringsContainedInCompareString { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Matched data to highlight.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user