mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Clean strings.
This commit is contained in:
parent
88854ad451
commit
41b199c578
7 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue