##// END OF EJS Templates
Fix: longest_substr([]) -> ''...
Fix: longest_substr([]) -> '' Previously the algorithm used to find the longest common starting substring unintentionally raised an error when it was called on an empty list.
Bradley M. Froehle -
r8147:da6e82b3
Show More