Commit 9bd6d68
committed
test(detector): remove unreliable repeated pattern test case
This commit removes an inappropriate test case from the Apple language detector test suite.
The removed test expected mixed repeated patterns like "ababababab" to be consistently detected as English. However, this assumption is unreliable as such patterns don't represent natural language text and language detection results for artificial repeated sequences can be inconsistent or undefined.
Removing this test improves the test suite's reliability by focusing on realistic language detection scenarios rather than edge cases with ambiguous expected behavior.1 parent 237d6e2 commit 9bd6d68
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
0 commit comments