##// END OF EJS Templates
use shlex.split on editor hooks on Windows...
use shlex.split on editor hooks on Windows pipes.quote uses single-quotes, which is wrong on Windows. But the grouping is still correct after shlex.split. An alternative would be to use a cmd list, and not do any quoting.
Min RK -
r18836:e0a5359f
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v4 / tests
__init__.py Loading ...
formattest.py Loading ...
nbexamples.py Loading ...
test_convert.py Loading ...
test_json.py Loading ...
test_nbbase.py Loading ...
test_validate.py Loading ...