File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ TEST_CASE("RatioTest")
178
178
179
179
SECTION (" testIssue231" ) /* test for https://github.com/maxbachmann/RapidFuzz/issues/231 */
180
180
{
181
- const wchar_t * str1 = L " er merkantilismus förderte handel und verkehr mit teils marktkonformen, teils dirigistischen maßnahmen ." ;
182
- const wchar_t * str2 = L " ils marktkonformen, teils dirigistischen maßnahmen . an der schwelle zum 19. jahrhundert entstand ein neu" ;
181
+ const char str1[] = " er merkantilismus f/rderte handel und verkehr mit teils marktkonformen, teils dirigistischen ma_nahmen ." ;
182
+ const char str2[] = " ils marktkonformen, teils dirigistischen ma_nahmen . an der schwelle zum 19. jahrhundert entstand ein neu" ;
183
183
184
184
auto alignment = fuzz::partial_ratio_alignment (str1, str2);
185
185
REQUIRE (alignment.src_start == 0 );
You can’t perform that action at this time.
0 commit comments