mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Unlisted bug in levenshteinDistanceAndPath, removed spurious comment
This commit is contained in:
parent
0661020655
commit
461e22c923
1 changed files with 0 additions and 1 deletions
|
@ -4139,7 +4139,6 @@ unittest
|
|||
//lev.deletionIncrement = 2;
|
||||
//lev.insertionIncrement = 100;
|
||||
string a = "Saturday", b = "Sunday";
|
||||
// @@@BUG@@@
|
||||
auto p = levenshteinDistanceAndPath(a, b);
|
||||
assert(cast(string) p[1] == "nrrnsnnn");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue