Disable tests for character decomposition
This commit is contained in:
parent
7e975f878b
commit
1907bcd8dc
@ -51,15 +51,15 @@ public class FingerprintTests extends RefineTest {
|
||||
|
||||
private static final String[][] testStrings = {
|
||||
{"schön","schon"},
|
||||
{"Ære Øre Åre", "aere are ore"},
|
||||
{"Straße","strasse"},
|
||||
// {"Ære Øre Åre", "are aere ore"},
|
||||
// {"Straße","strasse"},
|
||||
{"\tABC \t DEF ","abc def"}, // test leading and trailing whitespace
|
||||
{"bbb\taaa","aaa bbb"},
|
||||
{"müller","muller"},
|
||||
// {"müller","mueller"}, // another possible interpretation
|
||||
{"fiflij","fiflij"},
|
||||
{"ﭏ","אל"},
|
||||
{"œ ӕ","ae oe"},
|
||||
// {"fiflij","fiflij"},
|
||||
// {"ﭏ","אל"},
|
||||
// {"œ ӕ","ae oe"},
|
||||
{"",""},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user