mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
fix levenshtein dfa test build
The constuctor argument type was modified without
any adjustments to the callers.
See the commit
a0a5459b15
Signed-off-by: Wojciech Sipak <wsipak@protonmail.com>
This commit is contained in:
@@ -190,7 +190,7 @@ UNIT_TEST(LevenshteinDFA_ErrorsMade)
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
vector<UniString> const allowedMisprints = {MakeUniString("yj")};
|
array<UniString, 11> const allowedMisprints = {MakeUniString("yj")};
|
||||||
size_t const prefixSize = 1;
|
size_t const prefixSize = 1;
|
||||||
size_t const maxErrors = 1;
|
size_t const maxErrors = 1;
|
||||||
string const str = "yekaterinburg";
|
string const str = "yekaterinburg";
|
||||||
|
|||||||
Reference in New Issue
Block a user