Clean strings.

This commit is contained in:
Lars Jung 2015-04-22 23:45:23 +02:00
parent 88854ad451
commit 41b199c578
7 changed files with 11 additions and 11 deletions

View file

@ -111,7 +111,7 @@ describe('module \'' + ID + '\'', function () {
var arg = data[0];
var exp = data[1];
it('.forceEncoding(\'' + arg + '\') => \'' + exp + '\'', function () {
it(arg + ' => ' + exp, function () {
var instance = this.applyFn();
assert.strictEqual(instance.forceEncoding(arg), exp);