Skip to content

Commit

Permalink
Removed an invalid basePath test. Fixes #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Jun 12, 2015
1 parent 345559b commit 35a79f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ckeditor/basepath.js
Original file line number Diff line number Diff line change
Expand Up @@ -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\/$/ );
Expand Down

0 comments on commit 35a79f0

Please sign in to comment.