##// 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
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_deepreload.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_kernel.py Loading ...
test_latextools.py Loading ...
test_pretty.py Loading ...
test_security.py Loading ...