File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ TEST_CASE("RatioTest")
178178
179179 SECTION (" testIssue231" ) /* test for https://github.com/maxbachmann/RapidFuzz/issues/231 */
180180 {
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" ;
183183
184184 auto alignment = fuzz::partial_ratio_alignment (str1, str2);
185185 REQUIRE (alignment.src_start == 0 );
You can’t perform that action at this time.
0 commit comments