##// END OF EJS Templates
TEST: Add checks for subdirectory name splitting....
TEST: Add checks for subdirectory name splitting. Previously the tests failed to catch a bug where a ContentsManager didn't split name from path in a nested subdirectory.

File last commit:

r18991:f2985dae
r19610:5564f41a
Show More
namespace.js
9 lines | 233 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-dev";
return IPython;
});