##// END OF EJS Templates
fixed bug in IPython/Extensions/ipy_stock_completer.py that caused shlex_split to ...
fixed bug in IPython/Extensions/ipy_stock_completer.py that caused shlex_split to sometimes return "" as last element.

File last commit:

r181:54d3ddad
r563:283aceb9
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'