Parcourir la source

Removed an invalid basePath test. Fixes #20.

fredck il y a 10 ans
Parent
commit
35a79f0624
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      tests/ckeditor/basepath.js

+ 0 - 1
tests/ckeditor/basepath.js

@@ -20,7 +20,6 @@ beforeEach( function() {
 describe( 'basePath', function() {
 	testGetBasePathFromTag( 'http://bar.com/ckeditor/ckeditor.js', 'http://bar.com/ckeditor/' );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js', /\/ckeditor\/$/ );
-	testGetBasePathFromTag( '\\ckeditor\\ckeditor.js', /[\\\/]ckeditor[\\\/]$/ );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js?foo=1#bar', /\/ckeditor\/$/ );
 	testGetBasePathFromTag( '/ckeditor/ckeditor.js;id=foo-bar', /\/ckeditor\/$/ );
 	testGetBasePathFromTag( '/ckeditor/CKEDITOR.JS', /\/ckeditor\/$/ );